/* General settings */
body {
  font-family: "Open Sans", sans-serif;
}
/* Da eliminare? ------------------------  */
body:not(.path-frontpage).navbar-is-fixed-top {
  margin-top: 72px;
}
body.navbar-is-fixed-top.path-frontpage,
body.navbar-is-fixed-top.mm-wrapper_opened {
  margin-top: 0;
}
/* ------------------------  Da eliminare? */
body {
    margin-top: 80px;
}
.mm-wrapper {
  overflow-x: unset;
}
* {
  min-height: 0;
  min-width: 0;
}
a:hover {
  text-decoration: none;
}
.animation-delay-1 {
  animation-delay: 0.2s;
}
.animation-delay-2 {
  animation-delay: 0.4s;
}
.animation-delay-3 {
  animation-delay: 0.6s;
}
.animation-delay-4 {
  animation-delay: 0.8s;
}
.animation-delay-5 {
  animation-delay: 1s;
}
.animation-delay-6 {
  animation-delay: 1.2s;
}

/* Header style */
.mm-listitem {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  border: none;
  position: relative;
}
.mm-listitem a:focus {
  background-color: unset;
}
ul.mm-listview {
  max-width: 185px;
  margin: 64px auto 0;
}
div#mm-1,
.mm-navbar.mm-navbar_sticky {
  background-color: white;
}
.mm-listitem::after {
  display: none;
}
.mm-listitem a {
  padding: 22px 0;
  border: 0;
  padding-left: 5px;
}
.mm-btn.mm-btn_next.mm-listitem__btn {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  display: flex;
  align-items: center;
  height: 100%;
}
header#navbar {
  background-color: white;
  margin: 0;
  border: 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
  height: 80px;
  padding-top: 10px;
}
.path-frontpage:not(.logo-visible) header#navbar {
  border: 0;
  box-shadow: unset;
}
.path-frontpage header#navbar {
  background-color: transparent;
}
body.navbar-is-fixed-top.path-frontpage.logo-visible header#navbar {
  background-color: white;
}
body.navbar-is-fixed-top.path-frontpage:not(.logo-visible)
  .responsive-menu-toggle-icon::before,
body.navbar-is-fixed-top.path-frontpage:not(.logo-visible)
  .responsive-menu-toggle-icon::after,
body.navbar-is-fixed-top.path-frontpage:not(.logo-visible)
  .responsive-menu-toggle-icon
  span.icon {
  background: white;
}
.responsive-menu-toggle-icon::before,
.responsive-menu-toggle-icon::after,
.responsive-menu-toggle-icon span.icon {
  background: #314c95;
}
.responsive-menu-toggle-icon span.label {
  display: none;
}
header#navbar > .container-fluid {
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
header#navbar > .container-fluid::after,
header#navbar > .container-fluid::before {
  display: none;
}
header#navbar .menu--main {
  width: 644px;
  display: flex;
  justify-content: space-between;
}
header#navbar .menu--main li a {
  padding: 0;
  color: #575757;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
header#navbar .region-navigation-collapsible {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#navbar .region-navigation-collapsible,
header#navbar .region-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
}
header#navbar .navbar-header {
  width: 100%;
}
.mm-panels > .mm-panel {
  top: -50px;
}

/* Language selector */
header#navbar .region-navigation section#block-languagedropdownswitcher {
  margin-right: auto;
}
header#navbar
  .region-navigation
  section#block-languagedropdownswitcher
  .form-select {
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  width: auto !important;
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  letter-spacing: 0.7px;
  line-height: 24px;
  padding: 0 1em 0 0;
  background: transparent;
  cursor: pointer;
}
header#navbar
  .region-navigation
  section#block-languagedropdownswitcher
  .select-wrapper::after {
  color: #314c95;
  content: "↓";
}
.path-frontpage:not(.logo-visible)
  header#navbar
  .region-navigation
  section#block-languagedropdownswitcher
  .form-select,
.path-frontpage:not(.logo-visible)
  header#navbar
  .region-navigation
  section#block-languagedropdownswitcher
  .select-wrapper::after {
  color: white;
}
header#navbar .logo img {
  max-height: 62px;
  top: 6px;
  position: relative;
}
body.path-frontpage header#navbar .logo img {
  opacity: 0;
  transition: 0.5s;
}
header#navbar .logo {
  margin: 0;
  padding: 0;
  grid-column-start: 2;
}
.path-frontpage:not(.logo-visible) header#navbar .logo {
  pointer-events: none;
}
section#block-responsivemenumobileicon {
  margin-left: auto;
}
.content-prenav {
  background-color: #314c95;
}
section#block-bloccoprenav {
  color: white;
  text-align: center;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}
section#block-bloccoprenav a {
  color: white;
  margin: 0 10px;
}

/* Footer style */
footer.footer {
  border: 0;
  background-color: #314c95;
  margin: 0;
  padding: 89px 0 24px;
}
footer.footer .social-wrapper {
  margin-top: 50px;
}
footer.footer .region-footer a:hover,
.social-link-wrapper a:hover::before {
  color: #e1611f;
}
.social-link-wrapper a::before {
  color: white;
  font-size: 20px;
  margin: 0;
}
.social-link-wrapper a,
footer.footer .region-footer .social-link-wrapper a:hover {
  color: transparent;
  margin-right: 25px;
}
footer.footer .region-footer {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
footer.footer .region-footer > * {
  width: 25%;
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: 1.62px;
  line-height: 16px;
  font-weight: 200;
}
nav#block-piedipagina h2 {
  margin: 0;
}
section#block-languagedropdownswitcher-2 .block-title {
  margin-top: 0;
}
section#block-languagedropdownswitcher-2 .select-wrapper select {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  text-transform: none;
  width: auto !important;
  padding: 0 1em 0 0;
  cursor: pointer;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.62px;
  line-height: 16px;
}
section#block-languagedropdownswitcher-2 .select-wrapper {
  width: auto;
}
section#block-languagedropdownswitcher-2 .select-wrapper::after {
  color: white;
  content: "↓";
  font-size: 13px;
}
nav#block-piedipagina h2,
.footer-title,
section#block-languagedropdownswitcher-2 .block-title {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.copyright-text,
.copyright-text a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 13px;
  text-align: center;
  margin-top: 44px;
}
section#block-footerbottom .footer-logo {
  margin: 46px auto 0;
  display: block;
  max-width: 130px;
  height: fit-content;
}
.phone-number {
  color: white;
  font-weight: 700;
}
section#block-footerbottom {
  width: 100%;
}
section#block-footersecondacolonna .footer-title:nth-child(3) {
  margin-top: 32px;
}
nav#block-piedipagina .menu--footer li {
  margin-bottom: 12px;
}
nav#block-piedipagina .menu--footer li a:hover {
  background-color: unset;
}
nav#block-piedipagina .menu--footer li a {
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.62px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
section#block-footersecondacolonna .field--name-body {
  max-width: 205px;
}
nav#block-piedipagina .menu--footer li a::before {
  content: "\2192";
  display: inline-block;
  margin-left: 15px;
}

/* Homepage style */
span.azure-text {
  color: #47abcd;
}
span.yellow-text {
  color: #e7bf1d;
}
.main-title {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 52px;
}
.width-759 {
  max-width: 759px;
}
.margin-center {
  margin: 0 auto;
}
.color-blu {
  color: #314c95;
}
section#block-homepagebanner {
  margin: 0 -15px;
  position: relative;
}
img.banner-homepage.img-responsive {
  width: 100%;
}
section#block-views-block-homepage-slideshow-block-1 {
  margin: 0 -15px;
}
section#block-views-block-homepage-slideshow-block-1
  img.torna-il-sereno-slideshow {
  max-width: 342px;
}
section#block-views-block-homepage-slideshow-block-1 img.logo-slideshow {
  max-width: 203px;
  margin-bottom: 30px;
}
section#block-views-block-homepage-slideshow-block-1 .slick__slide {
  position: relative;
}
section#block-views-block-homepage-slideshow-block-1
  .slick__slide
  .slide__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-size: 146px;
  font-weight: bold;
  letter-spacing: -2.3px;
  line-height: 101.26px;
  display: flex;
  align-items: center;
}
section#block-views-block-homepage-slideshow-block-1
  .slick__slide
  .slide__caption
  .slide__description {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.path-frontpage article.page {
  z-index: 99;
}
.path-frontpage
  article.page
  .content
  .homepage-text-content-wrapper
  .inner-homepage-text-content-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.path-frontpage article.page .content .homepage-text-content-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    #ffffff 5%,
    rgba(255, 255, 255, 0.5) 100%
  );
  opacity: 1;
  z-index: 0;
}
.path-frontpage article.page .content > .field--name-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.path-frontpage article.page .content > .field--name-body h1,
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper {
  width: 100%;
}
.path-frontpage article.page .content > .field--name-body h1 {
  max-width: 941px;
  margin: 0 auto;
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 46px;
}
.homepage-wrapper-all-text-image {
  position: relative;
  margin: -5px -15px 0;
  max-height: 450px;
  overflow: hidden;
}
img.first-section-background-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  transform: translateY(-150px);
}
.path-frontpage article.page .content .homepage-text-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper
  .single-homepage-plus-block
  > div:last-child {
  margin-top: auto;
  width: 100%;
}
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper
  .single-homepage-plus-block {
  width: 265px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid #314c95;
  margin: 0 10px;
  padding: 30px 25px;
  height: 290px;
  justify-content: center;
  background-color: white;
}
.homepage-block-description-plus,
.homepage-block-description-plus a {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #314c95;
}
.homepage-block-description-plus span.green {
  text-transform: uppercase;
}
.homepage-block-description-plus a.green-text {
  color: #0d6a0d;
}
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper {
  display: flex;
  margin: 50px 0px;
  flex-wrap: wrap;
}
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper
  .single-homepage-plus-block
  .homepage-block-title-plus {
  color: #314c95;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: auto;
  height: 60px;
  display: flex;
  align-items: center;
}
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper
  .single-homepage-plus-block.reverted-color {
  border-color: white;
  background-color: #314c95;
}

@media screen and (max-width: 1200px) {
  .homepage-wrapper-all-text-image {
    max-height: unset;
  }
  .path-frontpage
    article.page
    .content
    > .field--name-body
    .homepage-div-plus-wrapper {
    justify-content: space-around;
  }
  .path-frontpage
    article.page
    .content
    > .field--name-body
    .homepage-div-plus-wrapper
    .single-homepage-plus-block {
    margin-bottom: 10px;
  }
  .home-banner-text-internal-wrapper {
    margin: auto auto auto 0;
  }
  .path-frontpage article.page .content .homepage-text-content-wrapper {
    position: unset;
    background-image: url("/sites/default/files/inline-images/dottorgrandine-backgroundimage.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  img.first-section-background-image {
    display: none;
  }
  .path-frontpage article.page .content > .field--name-body h1 {
    margin-top: 50px;
  }
  .region-content
    section#block-homepageservizi
    .external-wrapper-services-homepage {
    position: relative;
    padding-bottom: 50px;
  }
  .region-content section#block-homepageservizi img.services-background-home {
    display: none;
  }
  .region-content
    section#block-homepageservizi
    .external-wrapper-services-homepage
    .internal-wrapper-services-homepage
    .single-column-service:last-child {
    margin-bottom: 20px;
  }
  .region-content #block-homepageservizi .external-wrapper-services-homepage {
    background-image: url("/sites/default/files/inline-images/dottorgrandine-home-sfondo-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  section#block-homepageservizi
    .external-wrapper-services-homepage
    .internal-wrapper-services-homepage {
    justify-content: space-around;
  }
  section#block-homepageservizi
    .external-wrapper-services-homepage
    .internal-wrapper-services-homepage
    .single-column-service {
    margin-top: 50px !important;
  }
}

.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper
  .single-homepage-plus-block.reverted-color
  .homepage-block-title-plus,
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper
  .single-homepage-plus-block.reverted-color
  .homepage-block-description-plus,
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper
  .single-homepage-plus-block.reverted-color
  .homepage-block-description-plus
  a {
  color: white;
}
.path-frontpage
  article.page
  .content
  > .field--name-body
  .homepage-div-plus-wrapper
  .single-homepage-plus-block.reverted-color
  a.button-default.button-description-plus {
  background-color: white;
  color: #314c95;
}
a.button-default.button-description-plus {
  color: white;
  background-color: #314c95;
  display: flex;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  height: 68px;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.call-to-action-wrapper a {
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-align: center;
  background-color: #e05a21;
  border: 2px solid #e05a21;
  padding: 22px 20px;
  display: block;
}
.every-where-italy {
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 26.4px;
  letter-spacing: 0;
  line-height: 36.8px;
  margin-bottom: 14px;
}
.call-to-action-wrapper a:hover {
  background-color: white;
  color: #e05a21;
}
.little-title {
  color: #e1611f;
  font-family: "Bebas Neue", cursive;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 14px;
}
.text-wrapper-main-title h1 {
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  letter-spacing: 0;
  max-width: 792px;
  line-height: 46px;
}
.homepage-title.with-line::after {
  margin: 25px 0 0;
}
.home-banner-text-external-layer {
  position: absolute;
  bottom: 163px;
  left: 0;
  width: 100%;
  height: calc(70% - 263px);
}
.home-banner-text-external-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
.home-banner-text-internal-wrapper {
  max-width: 485px;
  text-align: center;
  color: #3e3e3e;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 55px;
  text-transform: uppercase;
}
.home-banner-text-internal-wrapper .second-line {
  font-size: 42.43px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 55px;
}
.banner-text-img-wrapper img {
  max-width: 500px;
}
.banner-text-img-wrapper h1 {
  text-align: left;
  text-transform: none;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 50px;
}
.banner-text-img-wrapper h1::after {
  background-image: url(/themes/custom/custom_theme/assets/images/line.png);
  content: "";
  width: 195px;
  display: block;
  height: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 50px auto 0 0;
}

@media screen and (max-width: 992px) {
  .home-banner-text-internal-wrapper {
    max-width: 350px;
  }
  .banner-text-img-wrapper img {
    max-width: 300px;
  }
  .copyright-text {
    padding: 0 15px;
    line-height: 18px;
  }
}

@media screen and (max-width: 600px) {
  .banner-text-img-wrapper img {
    max-width: 80%;
  }
  section#block-homepagebanner {
    overflow: hidden;
  }
  img.banner-homepage.img-responsive {
    height: 500px;
    width: auto;
    max-width: unset;
    transform: translateX(-171px);
  }
  .home-banner-text-internal-wrapper {
    max-width: 100%;
  }
  .home-banner-text-internal-wrapper .banner-text-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
  }
  section#block-views-block-clienti-block-3 .view .slick-slide {
    width: 85px !important;
    margin: auto !important;
  }
}

.banner-text-img-wrapper {
  margin-top: 30px;
}
.with-line::after,
.page-node-type-centro-assistenza
  article.centro-assistenza
  .field--name-field-indirizzo::after,
.title-compagnie-assicurative::after {
  background-image: url(/themes/custom/custom_theme/assets/images/line.png);
  content: "";
  width: 195px;
  display: block;
  height: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 25px auto 0;
}

/* HOME HOVER BOX */
#block-homeboxoverlay .carrozzerie .content-details-new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
}
#block-homeboxoverlay
  .carrozzerie
  .content-details-new
  p.content-link
  a::after {
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}
#block-homeboxoverlay .carrozzerie .content-details-new p {
  font-size: 20px;
  font-weight: 600;
}
#block-homeboxoverlay .col-md-12 {
  padding: 6px;
  margin-bottom: -29px;
}
#block-homeboxoverlay .container-box.carrozzerie {
  margin-top: -10px;
}
#block-homeboxoverlay .row {
  margin-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
}
#block-homeboxoverlay .col-md-6,
#block-homeboxoverlay .col-md-3 {
  padding: 6px;
  padding-top: 0;
  margin-top: -4px;
}
#block-homeboxoverlay .col-md-3 .corsi {
  padding-bottom: 0;
}
#block-homeboxoverlay .col-md-3 .servizi {
  padding-top: 2px;
}
#block-homeboxoverlay .container-box {
  padding: 1em 0;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #block-homeboxoverlay .container-box {
    display: block;
    width: 100%;
    padding: 6px;
  }
}

@media screen and (min-width: 900px) {
  #block-homeboxoverlay .container {
    width: 33.33333%;
  }
}

#block-homeboxoverlay .container-box .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
#block-homeboxoverlay .content-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
#block-homeboxoverlay .content-box .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: -7px;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#block-homeboxoverlay .content-box:hover .content-overlay {
  opacity: 1;
}
#block-homeboxoverlay .content-image {
  width: 100%;
  height: 100%;
}
#block-homeboxoverlay .content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.5s ease-in-out;
}
#block-homeboxoverlay .content-box:hover .content-details {
  bottom: 50%;
  opacity: 1;
}
#block-homeboxoverlay .content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
#block-homeboxoverlay .content-details p,
#block-homeboxoverlay .content-details a {
  color: #fff;
  font-size: 16px;
}
#block-homeboxoverlay .fadeIn-bottom {
  top: 85%;
}
#block-homeboxoverlay .content-details-new {
  position: absolute;
  bottom: 10px;
  color: #fff;
  transition: 0.8s ease;
  margin: 10px 20px;
}
#block-homeboxoverlay .content-box:hover .content-details-new {
  transform: translateY(-20px);
}
#block-homeboxoverlay .carrozzerie .content-box:hover .content-details-new {
  transform: translate(-50%, -50%);
}
#block-homeboxoverlay .content-box .content-details-new p.content-text,
#block-homeboxoverlay .content-box .content-details-new p.content-link {
  opacity: 0;
  height: 0;
  transition: 0.8s;
}
#block-homeboxoverlay .content-box:hover .content-details-new p.content-text,
#block-homeboxoverlay .content-box:hover .content-details-new p.content-link {
  opacity: 1;
  height: auto;
}
#block-homeboxoverlay .content-details-new p.content-text {
  font-size: 20px;
  font-weight: 100;
}
#block-homeboxoverlay .content-details-new h3.title-box {
  font-size: 33px;
}
#block-homeboxoverlay .content-details-new h3.title-box.chi-siamo {
  max-width: 140px;
}
#block-homeboxoverlay
  .container-box:hover
  .content-details-new
  p.content-link
  a::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#block-homeboxoverlay .content-details-new p.content-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 600ms, transform 600ms;
  transform: translate3d(-100%, 0, 0);
}
#block-homeboxoverlay .content-details-new p.content-link a {
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0.2em 0;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 23px;
  max-width: fit-content;
}
#block-homeboxoverlay .content-details-new p.content-link a.scopri-carrozzerie {
  margin: auto;
}
#block-homeboxoverlay .content-details-new p.content-link a:hover,
#block-homeboxoverlay .content-details-new p.content-link a:focus,
section#block-views-block-news-block-6 .view-footer a:hover,
section#block-views-block-news-block-6 .view-footer a:focus {
  text-decoration: none;
}

/* HOME 2 BOXES */
.home-two-box {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.home-two-box h2 {
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 45px;
  text-align: center;
}
.home-two-box img {
  width: 100px;
}
.home-two-box .white-box img {
  width: 100%;
  max-height: 4px;
  margin-bottom: 0px;
}
.home-two-box .white-box {
  padding-top: 70px;
  background-color: #fff;
  -webkit-box-shadow: -1px -2px 50px 0px rgb(0 0 0 / 11%);
  box-shadow: -1px -2px 50px 0px rgb(0 0 0 / 11%);
  margin-top: -55px;
  max-height: 185px;
  transition: 0.5s;
}
.home-two-box .white-box:hover {
  margin-top: -70px;
}
.home-two-box .white-box span {
  color: #159015;
  font-family: "Bebas Neue", cursive;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  text-align: center;
}
.home-two-box .white-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.69px;
  line-height: 48px;
  text-align: center;
}
.home-two-box .white-box a {
  color: #148f14;
}
.home-two-box .azure span,
.home-two-box .azure p a {
  color: #48abcd;
}
.home-two-box a:hover {
  color: #df5a21 !important;
}
/***/

section#block-homepagenelmondonew {
  margin-bottom: 120px;
}
section#block-homenoleggi {
  padding-top: 20px;
  padding-bottom: 20px;
}
section#block-homenoleggi .row {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
section#block-homenoleggi .col-md-5 {
  padding-top: 20px;
}
section#block-homenoleggi .col-md-5 img {
  width: 100%;
  max-width: 400px;
}
section#block-homenoleggi .col-md-7 img {
  height: auto;
  max-width: 160px;
  margin-right: 16px;
  width: auto;
}
section#block-homenoleggi .col-md-7 {
  display: flex;
}
section#block-homenoleggi h3 {
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
}
section#block-homenoleggi p {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
section#block-homenoleggi .col-md-7 a {
  position: relative;
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 23px;
  text-align: center;
}
.noleggio-text a::after {
  position: absolute;
  content: "";
  background-color: #314c95;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: 0.8s;
}
.noleggio-text a:hover::after {
  width: 100%;
}
#block-compagnieassicurative .title-compagnie-assicurative::after {
  margin-left: 0;
}
#block-cittadellagrandine .title-compagnie-assicurative::after {
  margin-left: 222px;
}
.homepage-title {
  margin-bottom: 42px;
}
section#block-contattihomepage .field--name-body {
  max-width: 1084px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section#block-contattihomepage {
  background-color: #f7f7f7;
  margin: 0 -15px;
  padding: 85px 0 107px;
}
.single-contact-wrapper {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.single-contact-wrapper .contact-title {
  font-weight: bold;
  margin-bottom: 2px;
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
}
.single-contact-wrapper .contact-description {
  margin-bottom: 66px;
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
}
.single-contact-wrapper .single-box {
  background-color: white;
  padding: 74px 0 36px;
  position: relative;
}
.single-contact-wrapper .single-box > img {
  position: absolute;
  top: -52.5px;
  left: calc(50% - 51.5px);
}
.single-contact-wrapper .single-box-title {
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
}
.single-contact-wrapper .single-box.numero-verde .single-box-title {
  color: #159015;
}
.single-contact-wrapper .single-box.numero-agenti .single-box-title {
  color: #48abce;
}
.single-contact-wrapper .single-box::after {
  content: "";
  display: block;
  background-image: url(/themes/custom/custom_theme/assets/images/line.png);
  width: 100%;
  height: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
}
.single-contact-wrapper .single-box-number a {
  color: #323232;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.69px;
  line-height: 49px;
  text-align: center;
}
.single-contact-wrapper .single-box.numero-verde .single-box-number a {
  color: #159015;
}
.single-contact-wrapper .single-box.numero-agenti .single-box-number a {
  color: #48abce;
}
section#block-loghigruppidrg .text-centered.main-text,
section#block-loghigruppidrg .text-centered.main-text h2 {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin: 40px auto 50px;
  width: 100%;
}
section#block-loghigruppidrg .inner-partner-group-wrapper > div img {
  max-width: 218px;
}
section#block-loghigruppidrg .inner-partner-group-wrapper > div {
  width: 253px;
  margin: 0 15px;
  text-align: center;
}

@media screen and (max-width: 864px) {
  section#block-loghigruppidrg .inner-partner-group-wrapper {
    justify-content: center;
  }
  section#block-loghigruppidrg .inner-partner-group-wrapper > div {
    margin-bottom: 30px;
  }
  h1.page-title {
    font-size: 36px;
    max-width: 80%;
    line-height: 46px;
  }
}

section#block-loghigruppidrg .partner-group-wrapper {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
}
section#block-loghigruppidrg .inner-partner-group-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section#block-homepagenelmondonew .field--name-body {
  max-width: 962px;
  margin: 0 auto;
  position: relative;
}
section#block-homepagenelmondonew .inthe-world-wrapper-image {
  text-align: center;
}
section#block-homepagenelmondonew .inthe-world-wrapper-image img {
  width: 100%;
}
section#block-homepagenelmondonew .intheworld-external-wrapper {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#block-homepagenelmondonew .intheworld-internal-wrapper {
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  max-width: 912px;
}
section#block-homepageservizi {
  margin: 0 -15px;
  position: relative;
}
section#block-homepageservizi .external-wrapper-services-homepage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 -8px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .call-to-action-to-services
  a {
  display: inline-block;
  text-transform: uppercase;
  background-color: #314c95;
  color: white;
  font-size: 22px;
  border: 8px solid white;
  padding: 10px 0;
  width: 150px;
  line-height: 1;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .call-to-action-to-services {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service {
  width: 357px;
  margin: 0 8px;
  padding: 49px 24px 39px;
  display: flex;
  flex-direction: column;
  background: white;
  border: 4px solid #314c95;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service
  .single-column-service-item {
  font-family: "Open Sans", sans-serif;
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19.2px;
  max-width: 250px;
  margin-bottom: 10px;
  display: flex;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service
  .single-column-service-item.with-exagon::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #314c95;
  margin-right: 14px;
  position: relative;
  z-index: 999;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 4px;
  border-radius: 50%;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service
  .single-column-service-item
  span.ss-text-wrapper {
  display: block;
  width: calc(100% - 13px);
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service
  .single-column-service-cta {
  display: block;
  background-color: white;
  text-align: center;
  border: 2px solid white;
  padding: 10px 0;
  color: #314c95;
  margin-top: 43px;
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 22px;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service
  .single-column-service-cta:hover {
  color: white;
  background-color: #314c95;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service
  .single-service-cta-wrapper {
  margin-top: auto;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service
  .single-column-service-title {
  font-family: "Bebas Neue", cursive;
  font-size: 26px;
  max-width: 240px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 36px;
}
section#block-homepageservizi
  .external-wrapper-services-homepage
  .internal-wrapper-services-homepage
  .single-column-service
  img.single-service-icon {
  width: 120px;
  margin: 0 auto 50px;
}
section#block-homepageservizi img.services-background-home {
  width: 100%;
}
section#block-bloccochisiamohomepage {
  margin-bottom: 30px;
}
section#block-bloccochisiamohomepage .field--name-body .second-column,
section#block-bloccochisiamohomepage .field--name-body .third-column {
  width: calc(25% - 5px);
}
section#block-bloccochisiamohomepage .field--name-body .second-column {
  margin: 0 10px;
}
section#block-bloccochisiamohomepage .field--name-body .first-column {
  width: calc(50% - 5px);
}
section#block-bloccochisiamohomepage .field--name-body {
  display: flex;
  height: 500px;
}
section#block-bloccochisiamohomepage .field--name-body > div {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
section#block-bloccochisiamohomepage .field--name-body > div .link-inside-box {
  display: inline-block;
}
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .second-row {
  height: calc(40% - 5px);
  position: relative;
  margin-top: 10px;
}
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .second-row
  img {
  height: auto;
  width: 100%;
}
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .first-row {
  height: calc(60% - 5px);
  position: relative;
}
section#block-bloccochisiamohomepage .field--name-body > div img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  max-width: unset;
}
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .text-inside-box-wrapper {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
section#block-bloccochisiamohomepage .field--name-body > div .title-inside-box,
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .title-inside-box
  a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
}
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .link-discover-more-wrapper,
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .link-discover-more-wrapper
  a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  margin-top: 60px;
  font-weight: 300;
}
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .second-row
  .link-discover-more-wrapper {
  margin-top: 0;
}
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .link-discover-more-wrapper
  a {
  position: relative;
}
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .description-inside-box,
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .description-inside-box
  a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 300;
  margin-top: 40px;
  max-width: 240px;
}
.box-on-hover {
  opacity: 0;
  position: absolute;
}
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .second-row
  .description-inside-box,
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .second-row
  .link-discover-more-wrapper
  a.link-inside-box {
  margin-top: 20px;
}
section#block-bloccochisiamohomepage .field--name-body .first-column::before,
section#block-bloccochisiamohomepage .field--name-body .second-column::before,
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .first-row::before,
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .second-row::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
section#block-bloccochisiamohomepage
  .field--name-body
  .first-column:hover
  .box-on-hover,
section#block-bloccochisiamohomepage
  .field--name-body
  .second-column:hover
  .box-on-hover,
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .first-row:hover
  .box-on-hover,
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .second-row:hover
  .box-on-hover {
  opacity: 1;
  position: unset;
  transition: 1s;
}
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .first-row
  .link-discover-more-wrapper,
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .first-row
  .link-discover-more-wrapper
  a {
  margin-top: 30px;
}
section#block-bloccochisiamohomepage
  .field--name-body
  .third-column
  .first-row
  .description-inside-box {
  margin-top: 20px;
}
section#block-homepagevideo {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
section#block-homepagevideo .thumbnail-video-wrapper {
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
section#block-homepagevideo .thumbnail-video-wrapper img {
  width: 100%;
}
section#block-homepageecosostenibile .field--name-body,
section#block-homepagecorsiprofessionali .field--name-body {
  display: flex;
  align-items: center;
}
section#block-homepageecosostenibile,
section#block-homepagecorsiprofessionali {
  margin: 55px -15px;
}
section#block-homepageecosostenibile .field--name-body > div,
section#block-homepagecorsiprofessionali .field--name-body > div {
  width: 50%;
}
section#block-homepageecosostenibile
  .field--name-body
  .text-wrapper
  .text-wrapper-inside,
section#block-homepagecorsiprofessionali
  .field--name-body
  .text-wrapper
  .text-wrapper-inside {
  max-width: 495px;
  width: 100%;
  margin: 0 auto;
}
section#block-homepagecorsiprofessionali
  .field--name-body
  .text-wrapper
  .text-wrapper-inside {
  text-align: right;
}
section#block-homepageecosostenibile .field--name-body .first-column img,
section#block-homepagecorsiprofessionali .field--name-body .second-column img {
  width: 100%;
}
.green-text {
  color: #0d6a0d;
}
.mini-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
}
.secondary-title {
  color: #3d5066;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
}
section#block-homepageecosostenibile
  .field--name-body
  .text-wrapper
  .text-wrapper-inside
  .secondary-title,
section#block-homepagecorsiprofessionali
  .field--name-body
  .text-wrapper
  .text-wrapper-inside
  .secondary-title {
  margin: 10px 0 20px;
}
.description-text {
  color: #314c95;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 23px;
}
section#block-homepageecosostenibile
  .field--name-body
  .text-wrapper
  .text-wrapper-inside
  .description-text,
section#block-homepagecorsiprofessionali
  .field--name-body
  .text-wrapper
  .text-wrapper-inside
  .description-text {
  max-width: 447px;
  margin-bottom: 50px;
}
section#block-homepagecorsiprofessionali
  .field--name-body
  .text-wrapper
  .text-wrapper-inside
  .description-text {
  margin-left: auto;
}
.find-more {
  color: #314c95;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  position: relative;
}
header#navbar .menu--main li a:hover::after,
nav#block-piedipagina .menu--footer li a:hover::after,
.find-more:hover::after,
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .link-discover-more-wrapper
  a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
header#navbar .menu--main li a::after,
nav#block-piedipagina .menu--footer li a::after,
.find-more::after,
section#block-bloccochisiamohomepage
  .field--name-body
  > div
  .link-discover-more-wrapper
  a::after {
  position: absolute;
  content: "";
  bottom: -6px;
  right: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
section#block-homepagenelmondo {
  background-color: #f4f4f4;
  margin: 0 -15px;
  padding: 55px 0;
}
section#block-homepagenelmondo .drg-intheworld {
  max-width: 464px;
  margin: 20px auto 47px;
  width: 100%;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

section#block-homepagenelmondo .world-img {
  width: 100%;
}
section#block-homepageplus {
  margin: 0 -15px;
  background-color: #f4f4f4;
  padding: 46px 0 59px;
}
section#block-homepageplus .field--name-body {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.loghi-wrapper img {
  width: 100px;
  margin: 0 auto;
}
.loghi-wrapper {
  max-width: 820px;
  margin: 0 auto 41px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.loghi-wrapper img:last-child {
  margin-right: 0;
}
.loghi-wrapper img:first-child {
  margin-left: 0;
}
.block-title,
.block-title h2 {
  color: #314c95;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.block-description {
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}
.block-description.plus-description {
  margin: 22px 0 50px;
  max-width: 623px;
}
.plus-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.plus-wrapper .single-plus-card:hover .image-plus {
  transform: scale(1.25);
}
.plus-wrapper .single-plus-card .image-plus {
  height: 40px;
  width: auto;
  transition: 0.5s ease;
}
.plus-wrapper .single-plus-card {
  width: 180px;
  background-color: transparent;
  margin: 0 auto;
  padding: 10px;
  height: 238px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.plus-wrapper .single-plus-card .single-plus-title {
  color: #2c2c2c;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 55px;
  text-transform: uppercase;
}
.plus-wrapper .single-plus-card .single-plus-description {
  color: #707070;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 400;
}
.plus-wrapper .single-plus-card:last-child {
  margin-right: 0;
}
.plus-wrapper .single-plus-card:first-child {
  margin-left: 0;
}
.plus-custom .single-plus-card {
  background-color: #fff;
}
.footer-plus-wrapper img {
  max-width: 266px;
  margin: 62px auto 0;
  display: block;
  mix-blend-mode: darken;
}
section#block-views-block-clienti-block-1 .view {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 67px auto 0;
}
section#block-views-block-home-flotte-block-1 .view {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto 55px;
}
section#block-views-block-clienti-block-1 ul.slick-dots,
section#block-views-block-news-block-1 ul.slick-dots {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}
section#block-views-block-news-block-1 ul.slick-dots {
  margin-top: 26px;
  margin-bottom: 0;
}
section#block-views-block-clienti-block-1 ul.slick-dots li,
section#block-views-block-news-block-1 ul.slick-dots li {
  margin-right: 5px;
}
section#block-views-block-clienti-block-1 ul.slick-dots li button,
section#block-views-block-news-block-1 ul.slick-dots li button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #e5e5e5;
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 50%;
  outline: none;
}
section#block-views-block-clienti-block-1 ul.slick-dots li.slick-active button {
  background-color: #ddd;
}
section#block-views-block-news-block-1 ul.slick-dots li.slick-active button {
  background-color: #fff;
}
section#block-views-block-clienti-block-1 .view-header {
  margin-bottom: 60px;
}
#slick-views-home-flotte-block-1-55-slider .slick-track,
section#block-views-block-home-flotte-block-1 .slick-track {
  margin: 30px 0 0;
}
#slick-views-home-flotte-block-1-55-slider .slick-track img,
section#block-views-block-home-flotte-block-1 .slick-track img {
  width: 140px;
}
div#slick-views-home-flotte-block-1-55-slider img {
  padding: 0 15px;
}
section#block-views-block-clienti-block-1 .view-header .wrapper-partner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#block-views-block-clienti-block-1
  .view-header
  .wrapper-partner-header
  .see-all,
section#block-cittadellagrandine .see-all-city,
section#block-views-block-team-block-2 .view-footer .see-all-wrapper .see-all {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 23px;
  border-bottom: 0px solid;
}
section#block-views-block-clienti-block-1
  .view-header
  .wrapper-partner-header
  .see-all:hover::after,
section#block-cittadellagrandine .see-all-city:hover::after,
section#block-views-block-team-block-2
  .view-footer
  .see-all-wrapper
  .see-all:hover::after {
  width: 100%;
  background: #314c95;
}
section#block-views-block-clienti-block-1
  .view-header
  .wrapper-partner-header
  .see-all::after,
section#block-cittadellagrandine .see-all-city::after,
section#block-views-block-team-block-2
  .view-footer
  .see-all-wrapper
  .see-all::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  -moz-transition: width 0.5s ease, background-color 0.5s ease;
}
section#block-views-block-clienti-block-1 .view-header .block-description {
  margin-top: 22px;
  max-width: 744px;
}
section#block-views-block-clienti-block-1 .view .slick-slide,
section#block-views-block-clienti-block-3 .view .slick-slide {
  margin: 0 25px;
}
section#block-views-block-news-block-1 .view {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
section#block-views-block-news-block-1 .view .view-content {
  overflow: visible !important;
}
section#block-views-block-news-block-1 {
  background-color: #32475a;
  margin: 0 -15px 0;
  padding: 61px 0 50px;
}
section#block-views-block-news-block-1
  .slick__slider
  .slick__slide
  .slide__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
section#block-views-block-news-block-1
  .slick__slider
  .slick__slide
  .slide__content
  .slide__caption {
  max-width: 509px;
  width: 100%;
  display: flex;
  align-items: center;
}
section#block-views-block-news-block-1
  .slick__slider
  .slick__slide
  .slide__content
  .views-field-nothing {
  max-width: 348px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  opacity: 1;
  transition: 0.5s;
}
section#block-views-block-news-block-1
  .views-row:not(.current-slide)
  .views-field-nothing {
  opacity: 0;
}
section#block-views-block-news-block-1
  .slick__slider
  .slick__slide
  .slide__content
  .views-field-nothing
  .title-news
  a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
}
section#block-views-block-news-block-1 .view-header .block-title {
  color: white;
  position: relative;
  top: 30px;
  z-index: 999;
}
section#block-views-block-news-block-1
  .views-row:not(.current-slide)
  .wrapper-inside-blog {
  transform: scale(0.6);
}
.custom-bullets-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.custom-bullet {
  background-color: #e5e5e5;
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
}
.custom-bullet.active {
  background-color: #797979;
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 50%;
}
section#block-views-block-news-block-1 .view-footer .find-more {
  color: white;
}
section#block-views-block-news-block-1 .views-row .wrapper-inside-blog {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #314c95;
}
section#block-views-block-news-block-1 .view-footer {
  position: relative;
  bottom: 58px;
  z-index: 999;
}
section#block-views-block-news-block-1
  .view
  .view-content
  .views-row:not(.current-slide) {
  opacity: 0.5;
}
section#block-views-block-premi-block-1 .view-content .views-row {
  margin: 0 auto;
  max-width: 126px;
  filter: grayscale(100%);
  position: relative;
}
section#block-views-block-premi-block-1
  .view-content
  .views-row
  .views-field-field-articolo-di-riferimento
  a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#block-views-block-premi-block-1
  .view-content
  .views-row
  .views-field-field-image
  img {
  max-height: 146px;
  width: auto;
}
section#block-views-block-premi-block-1 .view {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
section#block-views-block-premi-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
}
section#block-views-block-premi-block-1 .view-header {
  margin-bottom: 29px;
}
section#block-views-block-premi-block-1 .view-header .block-title {
  margin-bottom: 22px;
}
section#block-views-block-premi-block-1 .view-header .block-description {
  max-width: 693px;
}

section#block-views-block-premi-block-1 {
  margin-bottom: 41px;
  margin-top: 78px;
}
section#block-views-block-premi-block-1 .view-content .views-row:hover {
  filter: unset;
}
section#block-views-block-premi-block-1 .slick-slide::after {
  height: 130px;
  width: 3px;
  content: "";
  display: block;
  background-color: #314c95;
  position: absolute;
  top: 0;
}
section#block-views-block-premi-block-1 .view .slick-slider {
  z-index: 99;
}
section#block-views-block-premi-block-1
  .view
  .slick__arrow
  button.slick-prev.slick-arrow {
  width: 5%;
  background-color: transparent;
  border: 0;
  background-image: url(/sites/default/files/riconoscimenti/DG-premiericonoscimenti-pre.svg);
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
  padding: 0;
  margin: 0;
}
section#block-views-block-premi-block-1
  .view
  .slick__arrow
  button.slick-next.slick-arrow {
  width: 5%;
  background-color: transparent;
  border: 0;
  background-image: url(/sites/default/files/riconoscimenti/DG-premiericonoscimenti-next.svg);
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
  padding: 0;
  margin: 0;
}
section#block-views-block-premi-block-1 .view-content .slick--view--premi {
  position: relative;
}
section#block-views-block-premi-block-1 .view .slick__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#block-views-block-premi-block-1 .slick-slide .slide__description {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px 15px;
  font-size: 29px;
  color: #314c95;
  font-weight: 600;
  line-height: 1;
}
section#block-views-block-premi-block-1
  .slick-slide
  .slide__description
  .views-field.views-field-field-anno-premio
  .field-content {
  display: flex;
  flex-direction: column;
  height: 87px;
  justify-content: space-between;
  align-items: flex-end;
}
section#block-views-block-premi-block-1
  .slick-slide
  .slide__description
  .views-field.views-field-field-titolo-premio {
  max-width: 250px;
}

/* Centri assistenza */
.main-subtitle {
  color: #323232;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}
.subtitle-centri-assistenza {
  max-width: 792px;
  margin: 11px auto 33px;
}
section#block-views-block-centri-assistenza-block-1,
div.view-display-id-page_1 {
  max-width: 1140px;
  margin: 0 auto 52px;
  width: 100%;
}
.view-display-id-page_1 img {
  max-width: 300px;
}
section#block-views-block-centri-assistenza-block-1 .view-footer,
.page-node-type-centro-assistenza
  article.centro-assistenza
  .field--name-field-blocco-di-testo-attenzione {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  background-color: #e16424;
  max-width: 956px;
  margin: 60px auto 0;
  padding: 16px 0;
}
.page-node-type-centro-assistenza
  article.centro-assistenza
  .field--name-field-blocco-di-testo-attenzione,
.page-node-type-centro-assistenza
  article.centro-assistenza
  .field--name-field-location {
  margin-bottom: 60px;
}
section#block-views-block-centri-assistenza-block-1
  .view-footer
  .footer-inside-wrapper,
.wrapper-inside-block-attention {
  max-width: 789px;
  margin: 0 auto;
}
.view-centri-assistenza .panel-heading {
  border: 0;
  text-align: center;
  color: #323232;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 0;
}
#views-exposed-form-centri-assistenza-block-1 .header-inside-wrapper {
  display: none;
}
section#block-views-block-centri-assistenza-block-1
  form#views-exposed-form-centri-assistenza-block-1
  .panel-body,
form#views-exposed-form-centri-assistenza-page-1 .panel-body {
  text-align: center;
  background-color: #f4f4f4;
}
.view-centri-assistenza .panel-default {
  border: 0;
  margin: 0;
  box-shadow: 0 0 black;
}
section#block-views-block-centri-assistenza-block-1
  form#views-exposed-form-centri-assistenza-block-1
  .origin-address-autocomplete
  label {
  display: none;
}
.view-centri-assistenza form.views-exposed-form > .form--inline {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
.view-centri-assistenza .form-item-field-location-proximity-value {
  display: none;
}
section#block-views-block-centri-assistenza-block-1
  form#views-exposed-form-centri-assistenza-block-1
  .origin-address-autocomplete
  input {
  border-radius: 30px;
  height: 53px;
  -webkit-box-shadow: 10px 13px 64px -31px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 13px 64px -31px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 13px 64px -31px rgba(0, 0, 0, 0.75);
}
section#block-views-block-centri-assistenza-block-1
  form#views-exposed-form-centri-assistenza-block-1
  .form-actions
  button:hover::after {
  width: 100%;
  background: #314c95;
}
.view-centri-assistenza .view-filters {
  display: grid;
  grid-template-columns: 2fr min(340px);
  grid-gap: 20px;
}

@media screen and (max-width: 768px) {
  .view-centri-assistenza .view-filters {
    display: flex;
    flex-direction: column;
  }
}

.view-centri-assistenza .views-exposed-form {
  background-color: #f4f4f4;
  padding: 25px 30px;
}
.view-id-centri_assistenza.view-display-id-block_1
  #edit-field-location-proximity-wrapper,
.view-id-centri_assistenza.view-display-id-block_1
  #edit-field-location-proximity {
  background-color: #f4f4f4;
}
#views-exposed-form-centri-assistenza-page-1
  #edit-field-location-proximity-wrapper
  .panel-body {
  background-color: #f4f4f4;
}
.view-centri-assistenza .header-inside-wrapper {
  text-transform: uppercase;
}
.unipol-box {
  background-color: #f4f4f4;
  padding: 25px 30px;
  display: flex;
  /* display: none; */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.view-centri-assistenza .view-filters .unipol-box:nth-child(n + 3) {
  display: none;
}

.view-display-id-page_1 .unipol-box {
  justify-content: space-evenly;
}
.unipol-box p {
  color: #323232;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
}
.unipol-box img {
  max-width: 200px;
}
.view-filters .unipol-box a,
.view-centri-assistenza .view-filters button {
  background-color: #314c95;
  padding: 12px 26px;
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 23px;
  border-radius: unset;
  transition: 0.6s;
  border: 2px solid #314c95;
}
.unipol-box a:hover,
.view-centri-assistenza button:hover {
  background-color: #ffffff;
  border: 2px solid #314c95;
  color: #314c95;
}
.view-centri-assistenza
  input#edit-field-location-proximity-source-configuration-origin-address {
  height: 45px;
  border-radius: 1px;
  border: 1px solid #dbdbdb;
}
.view-centri-assistenza .panel-title {
  max-width: 400px;
  margin: auto;
}
#edit-field-location-proximity .panel-body {
  padding: unset;
}
.view-centri-assistenza .panel-title {
  letter-spacing: 0.1px;
  line-height: 22px;
}

/* CSS Singolo centro assistenza */
.node-type-centro-assistenza .region-content {
  max-width: 1140px;
  margin: 0 auto;
}
.node-type-centro-assistenza .page-header {
  border: 0;
  padding: 0;
  margin: 130px 0 24px;
  text-align: center;
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2.88px;
  line-height: 61px;
}
.node-type-centro-assistenza
  article.centro-assistenza
  .field--name-field-indirizzo {
  color: #323232;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  margin-bottom: 60px;
}
.node-type-centro-assistenza .field.field--name-field-location {
  margin-bottom: 50px;
}
section#block-centriassistenzaattenzione {
  color: #e16424;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  max-width: 956px;
  margin: 30px auto 30px;
  padding: 16px 0;
}
section#block-centriassistenzaattenzione a {
  color: #e16424;
  font-weight: bold;
}

/* Single news style */
.page-node-type-blog .region-content {
  max-width: 810px;
  margin: 0 auto;
}
.page-node-type-blog article.blog .field--name-field-blog-thumbnail {
  margin-bottom: 34px;
}
.page-node-type-blog article.blog .field--name-body {
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 53px;
}
p.social-share-title {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
section#block-socialsharingblock {
  text-align: center;
  margin-bottom: 60px;
}
section#block-views-block-news-block-3 {
  background-color: #f4f4f4;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* News style */
.pager li > a {
  color: #314c95;
  font-size: 30px;
  line-height: 1;
  padding: 0 !important;
  border: 0;
}
.tags-news-list .view,
section#block-views-block-news-block-2,
section#block-views-block-news-block-3 .view,
section#block-views-block-news-block-4 .view {
  max-width: 1170px;
  margin: 70px auto 0;
}
section#block-views-block-news-block-4 .view {
  margin-bottom: 60px;
}
section#block-views-block-news-block-3 .view {
  margin-top: 0;
  padding: 77px 0 63px;
}
.tags-news-list .view-content,
section#block-views-block-news-block-2 .view-content,
section#block-views-block-news-block-6 .view-content,
section#block-views-block-news-block-4 .view-content,
section#block-views-block-news-block-3 .view-content {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section#block-views-block-news-block-2 .view-content,
section#block-views-block-news-block-6 .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section#block-views-block-news-block-6 .view-content {
  max-width: 1170px;
  margin: 0 auto;
}
.tags-news-list .views-row,
section#block-views-block-news-block-2 .views-row,
section#block-views-block-news-block-6 .views-row,
section#block-views-block-news-block-4 .views-row,
section#block-views-block-news-block-3 .views-row {
  max-width: 360px;
  margin: 0 15px 30px;
}
section#block-views-block-news-block-3 .views-row,
section#block-views-block-news-block-4 .views-row {
  margin-bottom: 0;
}
.tags-news-list .views-row .thumbnail-blog-wrapper .views-field-created,
section#block-views-block-news-block-2
  .views-row
  .thumbnail-blog-wrapper
  .views-field-created,
section#block-views-block-news-block-6
  .views-row
  .thumbnail-blog-wrapper
  .views-field-created,
section#block-views-block-news-block-4
  .views-row
  .thumbnail-blog-wrapper
  .views-field-created,
section#block-views-block-news-block-3
  .views-row
  .thumbnail-blog-wrapper
  .views-field-created {
  position: absolute;
  bottom: 0;
  padding: 17px 28px 5px;
  background-color: white;
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.16px;
  line-height: 12px;
  width: 120px;
}
.tags-news-list .views-row .thumbnail-blog-wrapper,
section#block-views-block-news-block-2 .views-row .thumbnail-blog-wrapper,
section#block-views-block-news-block-6 .views-row .thumbnail-blog-wrapper,
section#block-views-block-news-block-4 .views-row .thumbnail-blog-wrapper,
section#block-views-block-news-block-3 .views-row .thumbnail-blog-wrapper {
  position: relative;
}
.tags-news-list .views-row .wrapper-text-blog,
section#block-views-block-news-block-2 .views-row .wrapper-text-blog,
section#block-views-block-news-block-6 .views-row .wrapper-text-blog,
section#block-views-block-news-block-4 .views-row .wrapper-text-blog,
section#block-views-block-news-block-3 .views-row .wrapper-text-blog {
  padding: 20px 26px 28px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.tags-news-list .views-row .wrapper-text-blog .views-field-title a,
section#block-views-block-news-block-2
  .views-row
  .wrapper-text-blog
  .views-field-title
  a,
section#block-views-block-news-block-6
  .views-row
  .wrapper-text-blog
  .views-field-title
  a,
section#block-views-block-news-block-4
  .views-row
  .wrapper-text-blog
  .views-field-title
  a,
section#block-views-block-news-block-3
  .views-row
  .wrapper-text-blog
  .views-field-title
  a {
  color: #2c2c2c;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}
.tags-news-list .views-row .wrapper-text-blog .views-field-title,
section#block-views-block-news-block-2
  .views-row
  .wrapper-text-blog
  .views-field-title,
section#block-views-block-news-block-6
  .views-row
  .wrapper-text-blog
  .views-field-title,
section#block-views-block-news-block-4
  .views-row
  .wrapper-text-blog
  .views-field-title,
section#block-views-block-news-block-3
  .views-row
  .wrapper-text-blog
  .views-field-title {
  margin-bottom: 7px;
}
.tags-news-list .views-row .wrapper-text-blog .views-field-body,
section#block-views-block-news-block-2
  .views-row
  .wrapper-text-blog
  .views-field-body,
section#block-views-block-news-block-6
  .views-row
  .wrapper-text-blog
  .views-field-body,
section#block-views-block-news-block-4
  .views-row
  .wrapper-text-blog
  .views-field-body,
section#block-views-block-news-block-3
  .views-row
  .wrapper-text-blog
  .views-field-body {
  color: #2c2c2c;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.tags-news-list .views-row .thumbnail-blog-wrapper::after,
section#block-views-block-news-block-2
  .views-row
  .thumbnail-blog-wrapper::after,
section#block-views-block-news-block-6
  .views-row
  .thumbnail-blog-wrapper::after,
section#block-views-block-news-block-4
  .views-row
  .thumbnail-blog-wrapper::after,
section#block-views-block-news-block-3
  .views-row
  .thumbnail-blog-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  left: 120px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 0 34px;
  border-color: transparent transparent transparent #ffffff;
  bottom: 0;
}
.tags-news-list .view-header .main-subtitle,
section#block-views-block-news-block-2 .view-header .main-subtitle,
section#block-views-block-news-block-6 .view-header .main-subtitle,
section#block-views-block-news-block-4 .view-header .main-subtitle {
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}
section#block-views-block-news-block-3 .view-header .subtitle-news-related {
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
section#block-views-block-news-block-3 .view-header h2.block-title,
section#block-views-block-news-block-4 .view-header .block-title {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 42px;
  margin-top: 0;
}
section#block-views-block-news-block-2 .view-header h1,
section#block-views-block-news-block-6 .view-header h1,
.tags-news-list .view-header h1 {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2.88px;
  line-height: 61px;
}
.tags-news-list .view-header,
section#block-views-block-news-block-2 .view-header,
section#block-views-block-news-block-6 .view-header,
section#block-views-block-news-block-4 .view-header,
section#block-views-block-news-block-3 .view-header {
  text-align: center;
  margin-bottom: 53px;
}
section#block-views-block-news-block-2 .view-header h1 {
  margin-top: 60px;
}
section#block-views-block-news-block-6 {
  background-color: #314c95;
  margin: 0 -15px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
section#block-views-block-news-block-6
  .views-row
  .views-field-field-blog-thumbnail {
  overflow: hidden;
}
section#block-views-block-news-block-6
  .views-row:hover
  .views-field-field-blog-thumbnail
  img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
section#block-views-block-news-block-6 .view-header h3.block-title {
  color: #fff;
}
section#block-views-block-news-block-6 .view-header p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
section#block-views-block-news-block-6 .view-footer a {
  color: #ffffff;
  position: relative;
  padding: 0.2em 0;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  letter-spacing: 0.6px;
  width: fit-content;
  line-height: 23px;
}
section#block-views-block-news-block-6 .view-footer {
  text-align: center;
}
section#block-views-block-news-block-6 .view-footer a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.8s;
}
section#block-views-block-news-block-6 .view-footer a:hover::after {
  width: 100%;
}
section#block-views-block-news-block-2 .pager li > a:hover,
section#block-views-block-news-block-2 .pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #e05a21;
}

/* Pagina servizi */
/* Blocchi speciali a scomparsa */
.block-testo-a-scomparsa {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.block-testo-a-scomparsa .block-inside-wrapper .first-visible-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.block-testo-a-scomparsa .block-inside-wrapper .image-wrapper {
  width: 55.9%;
  position: relative;
}
.block-testo-a-scomparsa
  .block-inside-wrapper
  .image-wrapper
  .title-and-subtitle-wrapper {
  max-width: 460px;
  position: absolute;
  bottom: 123px;
  left: 113px;
}
.block-testo-a-scomparsa
  .block-inside-wrapper
  .image-wrapper
  .title-and-subtitle-wrapper
  .title-wrapper {
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}
.block-testo-a-scomparsa
  .block-inside-wrapper
  .image-wrapper
  .title-and-subtitle-wrapper
  .field--name-field-sottotitolo {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
}
.block-testo-a-scomparsa .block-inside-wrapper .text-wrapper {
  max-width: 417px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
.block-testo-a-scomparsa .block-inside-wrapper .see-more-wrapper {
  width: 112px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.block-testo-a-scomparsa .block-inside-wrapper .see-more-wrapper .see-other-tab,
.block-testo-a-scomparsa .block-inside-wrapper .see-less-tab {
  font-size: 40px;
  display: inline-block;
  width: 56px;
  height: 56px;
  border: 5px solid #efab25;
  border-radius: 50%;
  line-height: 46px;
  color: #e05a20;
  cursor: pointer;
}
.block-testo-a-scomparsa .block-inside-wrapper .see-less-tab {
  line-height: 41px;
}
.block-testo-a-scomparsa .first-visible-content::after {
  content: "";
  height: 100%;
  background-color: #ddd;
  right: 112px;
  width: 2px;
  display: block;
  top: 0;
  position: absolute;
}
.block-testo-a-scomparsa .right-align .first-visible-content::after {
  left: 112px;
}

@media screen and (max-width: 1234px) {
  .block-testo-a-scomparsa .block-inside-wrapper .see-more-wrapper {
    width: 100%;
    margin-top: 20px;
  }
  .block-testo-a-scomparsa .block-inside-wrapper::after {
    height: 2px;
    width: 100%;
    right: 0;
    bottom: 65px;
  }
  .block-testo-a-scomparsa .block-inside-wrapper .text-wrapper {
    margin: 0 auto;
  }
  section#block-compagnieassicurative .inside-hidden-text-wrapper::before {
    width: 100%;
    height: 3px;
    bottom: -17px;
  }
  section#block-views-block-news-block-2 .view-content {
    display: flex;
  }
}

@media screen and (max-width: 992px) {
  .block-testo-a-scomparsa .block-inside-wrapper .image-wrapper {
    width: 100%;
  }
  .block-testo-a-scomparsa
    .block-inside-wrapper
    .image-wrapper
    .title-and-subtitle-wrapper {
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .block-testo-a-scomparsa .block-inside-wrapper .text-wrapper {
    text-align: center;
    margin: 35px auto;
  }
  section#block-premiericonoscimenti
    .block-inside-wrapper
    .first-visible-content,
  #block-estensionecapillare .first-visible-content {
    flex-direction: column-reverse;
  }
}

.hidden-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  top: 0;
}
.inner-hidden-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.inner-hidden-content .hidden-content-wrapper {
  margin: 0 auto;
  max-width: calc(100% - 112px);
  padding: 35px 50px 22px 20px;
}
.inner-hidden-content .hidden-content-wrapper .inside-hidden-text-wrapper {
  margin: 0 auto;
  max-width: calc(100% - 112px);
  padding: 35px 50px 22px 20px;
}
section#block-compagnieassicurative
  .inner-hidden-content
  .hidden-content-wrapper
  .inside-hidden-text-wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: initial;
}
.inner-hidden-content .hidden-content-wrapper .see-less-wrapper {
  width: 112px;
  text-align: center;
}
.see-less-wrapper {
  width: 112px;
  text-align: center;
}
.inner-hidden-content::after {
  content: "";
  display: block;
  height: 80%;
  width: 3px;
  background-color: #efab25;
  position: absolute;
  right: 112px;
  top: 10%;
}
.right-align .inner-hidden-content::after {
  left: 112px;
}
section#block-compagnieassicurative
  .inside-hidden-text-wrapper
  .hidden-text-title {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48px;
}
section#block-compagnieassicurative .inside-hidden-text-wrapper {
  text-align: center;
}
section#block-compagnieassicurative .inside-hidden-text-wrapper::after {
  margin: 0;
  width: 100%;
}
section#block-compagnieassicurative .inside-hidden-text-wrapper img.icon-agent {
  position: absolute;
  top: -52.5px;
  left: calc(50% - 51.5px);
}
section#block-compagnieassicurative
  .inside-hidden-text-wrapper
  .hidden-text-title-small {
  color: #61c2ce;
  font-family: "Bebas Neue", cursive;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 5px;
}
section#block-compagnieassicurative
  .inside-hidden-text-wrapper
  .hidden-text-phone {
  color: #61c2ce;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2.29px;
  line-height: 48px;
  margin-bottom: 17px;
  display: block;
}
section#block-compagnieassicurative
  .inside-hidden-text-wrapper
  .hidden-text-phone:hover {
  color: #e05a1f;
}
section#block-compagnieassicurative
  .inside-hidden-text-wrapper
  .hidden-text-mail {
  color: #61c2ce;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.71px;
  line-height: 41px;
}
section#block-compagnieassicurative
  .inside-hidden-text-wrapper
  .wrapper-box-hidden-text {
  position: relative;
  padding: 73px 40px 30px;
  margin-top: 93px;
  -webkit-box-shadow: 1px -3px 10px 3px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 1px -3px 10px 3px rgba(222, 222, 222, 0.75);
  box-shadow: 1px -3px 10px 3px rgba(222, 222, 222, 0.75);
}
.block-testo-a-scomparsa
  .block-inside-wrapper.right-align
  .image-wrapper
  .title-and-subtitle-wrapper {
  right: 113px;
  left: unset;
}
.title-gestione-sinistro {
  color: #efa819;
  font-family: "Bebas Neue", cursive;

  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.03px;
  line-height: 37px;
  margin-bottom: 10px;
}
#block-carrozzerie a {
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.body-gestione-sinistro {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 30px;
  width: 80%;
}
.client-private {
  margin-top: 80px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 33px;
}
.client-private.with-line::after {
  margin-right: 0;
}
section#block-serviziheader,
section#block-centriassistenzaheader,
section#block-chisiamoaziendaheader,
section#block-chisiamoilteamheader {
  margin: 0 -15px;
  position: relative;
}
.basic-page-header-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2.88px;
  line-height: 60px;
}
section#block-carrozzerie .hidden-column-wrapper .single-column > img {
  margin-bottom: 19px;
}
section#block-carrozzerie .hidden-column-wrapper .single-column {
  width: 379px;
  margin: 0 30px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
section#block-carrozzerie .hidden-column-wrapper {
  display: flex;
  margin: 40px -30px 0;
}
.empty-hidden-text.block-testo-a-scomparsa
  .block-inside-wrapper
  .see-more-wrapper
  .see-other-tab,
.empty-hidden-text.block-testo-a-scomparsa .first-visible-content::after {
  display: none;
}

/* Pagina azienda */
.secondary-text-azienda {
  max-width: 892px;
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0 auto 78px;
  text-align: center;
}
section#block-cittadellagrandine .city-descr {
  margin-bottom: 18px;
}
section#block-cittadellagrandine .green-text.with-line {
  margin-top: 69px;
  max-width: 358px;
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 33px;
}
section#block-cittadellagrandine .green-text.with-line::after {
  margin-right: 0;
}
section#block-premiericonoscimenti .premi-wrapper img {
  width: 100%;
  max-width: 139px;
  margin: 5px 0;
}
section#block-premiericonoscimenti .premi-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
section#block-inostrinumeripaginaazienda .single-number-box-wrapper:last-child,
section#block-estensionecapillare .single-number-box-wrapper:last-child {
  margin-bottom: 0;
}
section#block-inostrinumeripaginaazienda .single-number-box-wrapper,
section#block-estensionecapillare .single-number-box-wrapper {
  width: 372px;
  box-shadow: 0px 0px 8px 2px rgba(235, 235, 235, 0.5);
  margin-bottom: 40px;
  display: flex;
  padding: 0 10px;
  text-align: left;
  height: 140px;
  align-items: center;
}
section#block-inostrinumeripaginaazienda .single-number-box-wrapper > img,
section#block-estensionecapillare .single-number-box-wrapper > img {
  max-width: 66px;
  margin-right: 35px;
}
section#block-inostrinumeripaginaazienda .single-number-box-wrapper .number-row,
section#block-estensionecapillare .single-number-box-wrapper .number-row {
  color: #48abce;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
}
section#block-estensionecapillare .single-number-box-wrapper .number-row {
  color: #e05a21;
}
section#block-inostrinumeripaginaazienda .single-number-box-wrapper .text-row,
section#block-estensionecapillare .single-number-box-wrapper .text-row {
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  max-width: 197px;
}
section#block-estensionecapillare
  .hidden-content-wrapper
  .field--name-field-testo-a-scomparsa
  img {
  max-width: 100%;
}
section#block-estensionecapillare
  .hidden-content-wrapper
  .field--name-field-testo-a-scomparsa {
  display: flex;
  align-items: center;
}
section#block-serviziheader img.img-responsive,
section#block-chisiamoilteamheader img.img-responsive {
  width: 100%;
}
.capillare-wrapper-inner {
  width: 60%;
}
.capillare-title-hidden {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.03px;
  line-height: 37px;
  margin-bottom: 10px;
}
.capillare-description-hidden {
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

/* Il team */
section#block-views-block-team-block-1 {
  margin: 60px auto 100px;
  max-width: 850px;
}
.title-view {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 42px;
  text-align: center;
}
section#block-views-block-team-block-1 .title-view {
  margin-bottom: 10px;
}
.description-view {
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
}
section#block-views-block-team-block-1 .description-view {
  margin-bottom: 30px;
}
section#block-views-block-team-block-1 .views-row {
  display: flex;
}
section#block-views-block-team-block-2 .views-field-field-linkedin {
  margin-left: -5px;
}
section#block-views-block-team-block-1
  .views-row
  .team-text-wrapper
  .views-field-field-linkedin
  a:hover,
section#block-views-block-team-block-2
  .view-content
  .views-row
  .views-field-field-linkedin
  a:hover {
  color: #314c95;
}
section#block-views-block-team-block-1
  .views-row
  .views-field-field-immagine-componente {
  max-width: 263px;
  margin-right: 20px;
}
section#block-views-block-team-block-1 .views-row .team-text-wrapper {
  max-width: 525px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#block-views-block-team-block-1
  .views-row
  .team-text-wrapper
  .views-field-body {
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 11px 0 52px;
}
section#block-views-block-team-block-1
  .views-row
  .team-text-wrapper
  .views-field-field-posizione-lavorativa {
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}
section#block-views-block-team-block-1
  .views-row
  .team-text-wrapper
  .views-field-title
  a {
  color: #e1611f;
  font-family: "Bebas Neue", cursive;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 34px;
}
section#block-views-block-team-block-1
  .views-row
  .team-text-wrapper
  .views-field-field-linkedin
  a,
section#block-views-block-team-block-2
  .view-content
  .views-row
  .views-field-field-linkedin
  a {
  font-size: 24px;
  color: #e1611f;
}
section#block-views-block-team-block-1
  .views-row
  .views-field-field-immagine-componente
  a {
  display: block;
  position: relative;
}
section#block-views-block-team-block-1
  .views-row
  .views-field-field-immagine-componente
  a::before {
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  background-color: #000;
}
section#block-views-block-team-block-1
  .views-row
  .views-field-field-immagine-componente
  a::after {
  content: "Profilo completo >";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  left: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#block-views-block-team-block-1
  .views-row
  .views-field-field-immagine-componente:hover
  a::after {
  opacity: 1;
}
section#block-views-block-team-block-1
  .views-row
  .views-field-field-immagine-componente:hover
  a::before {
  opacity: 0.5;
}
section#block-views-block-team-block-2 .view {
  max-width: 1170px;
  margin: 0 auto;
}
section#block-views-block-team-block-2 .view-content {
  display: flex;
  margin: 0 -10px;
}
section#block-views-block-team-block-2 .view-content .views-row {
  margin: 0 10px;
}
section#block-views-block-team-block-2
  .view-content
  .views-row
  .views-field-title {
  color: #e1611f;
  font-family: "Bebas Neue", cursive;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 20px;
}
section#block-views-block-team-block-2
  .view-content
  .views-row
  .views-field-field-posizione-lavorativa {
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}
section#block-views-block-team-block-2 {
  margin-bottom: 55px;
}
section#block-views-block-team-block-2 .view-footer .see-all-wrapper {
  text-align: center;
  margin-top: 25px;
}

/* Giorgio Riso page */
section#block-giorgiorisomainblock {
  margin: 0 -15px;
}
section#block-giorgiorisomainblock h1 {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 2.88px;
  line-height: 62px;
  text-align: center;
  padding: 0 15px;
  margin-top: 85px;
}
section#block-giorgiorisomainblock .griso-title {
  color: #314c95;
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  max-width: 808px;
  width: 100%;
  padding: 0 15px;
  margin: 48px auto 11px;
}
section#block-giorgiorisomainblock .griso-description {
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  padding: 0 15px;
  max-width: 1042px;
  margin: 0 auto 46px;
}
section#block-giorgiorisomainblock .griso-second-row-wrapper {
  display: flex;
  justify-content: space-between;
}
section#block-giorgiorisomainblock .griso-second-row-wrapper .testo-griso {
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}
section#block-giorgiorisomainblock
  .griso-second-row-wrapper
  .list-griso-wrapper
  .list-griso-item {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 40px;
  max-width: 203px;
  display: flex;
}
section#block-giorgiorisomainblock
  .griso-second-row-wrapper
  .list-griso-wrapper
  .list-griso-item::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(/sites/default/files/exagon/Esagono-.svg);
  margin-right: 14px;
  position: relative;
  z-index: 999;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 4px;
}
section#block-giorgiorisomainblock
  .griso-second-row-wrapper
  .griso-wrapper-image {
  max-width: 61.6%;
  width: 100%;
}
section#block-giorgiorisomainblock
  .griso-second-row-wrapper
  .griso-wrapper-image
  img {
  width: 100%;
}
section#block-giorgiorisomainblock
  .griso-second-row-wrapper
  .griso-wrapper-text {
  max-width: 464px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
section#block-giorgiorisomainblock
  .griso-second-row-wrapper
  .list-griso-wrapper
  .list-griso-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 36px;
}
section#block-giorgiorisomainblock
  .griso-second-row-wrapper
  .list-griso-wrapper
  .list-griso-item
  > div {
  width: calc(100% - 13px);
}
section#block-giorgiorisomainblock
  .griso-second-row-wrapper
  .list-griso-wrapper {
  margin-top: 41px;
  color: #314c95;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item
  .timeline-item-wrapper
  span.timeline-marker {
  top: 0;
  width: 60px;
  height: 60px;
  border-color: rgba(72, 171, 206, 0.24);
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list::after {
  background-color: rgba(72, 171, 206, 0.24);
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item.odd
  .timeline-item-wrapper
  span.timeline-marker {
  right: -30px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item.even
  .timeline-item-wrapper
  span.timeline-marker {
  left: -30px;
}
section#block-views-block-esperienze-lavorative-block-1 {
  margin-top: 26px;
  margin-bottom: 75px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item
  .timeline-item-wrapper
  .views-field-field-logo-azienda
  img {
  max-width: 34px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item.odd
  .timeline-item-wrapper
  .views-field-field-logo-azienda {
  position: absolute;
  z-index: 11;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item.even
  .timeline-item-wrapper
  .views-field-field-logo-azienda {
  position: absolute;
  z-index: 11;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item.odd
  .timeline-item-wrapper
  .time-and-place-wrapper {
  position: absolute;
  right: -133px;
  text-align: left;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list.alternate
  li.timeline-item.odd
  .timeline-item-wrapper {
  padding-right: 47px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list.alternate
  li.timeline-item.even
  .timeline-item-wrapper {
  padding-left: 47px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item {
  margin-top: 74px;
}
section#block-views-block-esperienze-lavorative-block-1
  .views-field-field-azienda {
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 42px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item.even
  .timeline-item-wrapper
  .time-and-place-wrapper {
  position: absolute;
  left: -133px;
  text-align: right;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item
  .timeline-item-wrapper
  .time-and-place-wrapper
  ul {
  padding: 0;
  list-style-type: none;
  color: #acacac;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item
  .timeline-item-wrapper
  .views-field-field-posizione-lavorativa {
  color: #48abce;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 21px;
  margin: 2px 0 16px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item
  .timeline-item-wrapper
  .views-field-body {
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  max-width: 523px;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item.odd
  .timeline-item-wrapper
  .views-field-body {
  margin-left: auto;
}
section#block-views-block-esperienze-lavorative-block-1
  ul.timeline-list
  li.timeline-item
  .timeline-item-wrapper
  .time-and-place-wrapper
  .views-field-field-date-lavorative {
  margin-bottom: 30px;
}
.view-duplicato-di-premi {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 70px auto 0;
  margin-bottom: 60px;
}

/* Pagina partner */
h1.partner-title {
  text-align: center;
  margin: 132px 0 25px;
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2.88px;
  line-height: 61px;
}
.partner-description {
  max-width: 776px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  margin: 0 auto 59px;
}
section#block-views-block-clienti-block-2 {
  margin-bottom: 142px;
}
section#block-views-block-clienti-block-2 .view {
  max-width: 982px;
  margin: 0 auto;
}
section#block-views-block-clienti-block-2 .view .view-content .views-row {
  width: calc(20% - 50px);
  margin: 0 25px 41px;
}
section#block-views-block-clienti-block-2 .view .view-content {
  margin: 0 -25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container.cookies-text,
.container.informativa-servizio-clienti,
.container.informativa-fornitori,
.container.informativa-candidati,
.codice-etico-wrapper {
  font-size: 16px;
  margin: 90px auto;
}
.container.cookies-text h1,
.container.informativa-servizio-clienti h1,
.privacy-links h1,
.container.informativa-fornitori h1,
.container.informativa-candidati h1,
.codice-etico-wrapper h1 {
  text-align: center;
  margin-bottom: 50px;
}
.privacy-links {
  text-align: center;
  margin: 70px 0;
}
.privacy-links p a {
  font-size: 30px;
  font-weight: 700;
}

/* :::: cookies policy pop up :::: */
#sliding-popup.sliding-popup-bottom {
  background: #314c959c;
  color: white;
  padding: 20px 0;
  width: 100%;
}

/* .eu-cookie-compliance-status-null */
.eu-cookie-compliance-popup-open
  #sliding-popup.sliding-popup-bottom
  .eu-cookie-withdraw-tab {
  position: absolute;
  right: 10px;
  left: unset;
  top: 10px;
  transform: unset;
  background: transparent;
  box-shadow: unset;
  border: 0;
  color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
}
.eu-cookie-compliance-popup-open
  #sliding-popup.sliding-popup-bottom
  .eu-cookie-withdraw-tab::after {
  content: "x";
  color: #fff;
  font-size: 20px;
  top: 5px;
  right: 15px;
  position: absolute;
}
#sliding-popup #popup-text a {
  color: #ffffff;
  text-decoration: underline;
}
#sliding-popup #popup-text a:hover {
  color: #23527c;
}
#sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-tab:focus {
  outline: 0;
}
.eu-cookie-withdraw-tab {
  background-color: #314c95;
  border: 0;
  padding: 5px 15px;
}
button.find-more-button,
button.agree-button,
.decline-button,
button.eu-cookie-compliance-save-preferences-button {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-shadow: none !important;
  color: #314c95 !important;
  background: #fff !important;
  -webkit-box-shadow: none;
}
button.find-more-button {
  display: block;
}
button.agree-button,
.eu-cookie-compliance-default-button,
button.find-more-button {
  margin-top: 1em;
  padding: 4px 8px;
  font-weight: 600;
}
div#eu-cookie-compliance-categories {
  float: left;
}
button.find-more-button:hover,
button.agree-button:hover,
.decline-button:hover,
button.eu-cookie-compliance-save-preferences-button:hover {
  background-color: #314c95 !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
}

@media screen and (max-width: 600px) {
  #sliding-popup .popup-content #popup-buttons button,
  button.eu-cookie-compliance-save-preferences-button {
    width: 170px !important;
  }
  .page-node-type-blog .page-header {
    font-size: 36px;
    line-height: 47px;
  }
}
/* :::: FINE cookies policy pop up :::: */

.richiedi-un-preventivo h3 {
  height: 146px;
}

@media screen and (min-width: 336px) {
  .richiedi-un-preventivo h3 {
    height: 111px;
  }
}

@media screen and (min-width: 370px) {
  .richiedi-un-preventivo h3 {
    height: auto;
  }
  #block-homeboxoverlay .content-details-new p.content-text {
    font-size: 16px;
  }
  #block-homeboxoverlay .content-details-new h3.title-box {
    font-size: 28px;
  }
}

.views-field-field-immagine-componente {
  max-width: none !important;
}

@media screen and (min-width: 1040px) {
  .views-field-field-immagine-componente {
    max-width: 263px !important;
  }
}

.a2a_kit {
  display: none;
}
.slick-track {
  min-height: 130px;
}
section#block-views-block-duplicato-di-premi-block-1
  .slick-slide
  .views-field-field-anno-premio::after {
  height: 100%;
  width: 3px;
  content: "";
  display: block;
  background-color: #314c95;
  position: absolute;
  top: 0;
  right: 0;
}
section#block-views-block-duplicato-di-premi-block-1 {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
}
section#block-views-block-duplicato-di-premi-block-1 .block-description {
  max-width: 693px;
}
section#block-views-block-duplicato-di-premi-block-1 .view-header {
  margin-bottom: 30px;
  margin-top: 25px;
}
section#block-views-block-duplicato-di-premi-block-1 .view-header .block-title {
  margin-bottom: 22px;
}
section#block-views-block-duplicato-di-premi-block-1
  .slick-slide
  .slide__description {
  font-size: 29px;
  color: #314c95;
  font-weight: 600;
  line-height: 1;
  min-height: 165px;
}
#block-views-block-duplicato-di-premi-block-1 .slide__description {
  max-width: 100%;
}
.views-field-field-anno-premio {
  grid-area: 1 / 1 / 3 / 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 180px;
  position: relative;
}
.views-field-field-titolo-premio {
  grid-area: 1 / 2 / 2 / 7;
  font-size: 36px;
  font-weight: 600;
  line-height: 39px;
  max-width: 345px;
}
.views-field-field-ente {
  grid-area: 2 / 2 / 3 / 7;
  color: #e05a21;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  max-width: 345px;
}
.slider-price-image {
  padding-top: 37px;
  padding-left: 37px;
}

@media screen and (max-width: 960px) {
  #block-views-block-duplicato-di-premi-block-1 .slide__description {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0px;
    justify-content: center;
    align-items: center;
  }
  .views-field-field-anno-premio {
    order: 3;
  }
  .views-field-field-titolo-premio {
    order: 1;
    max-width: 100%;
  }
  .views-field-field-ente {
    order: 2;
  }
  section#block-views-block-duplicato-di-premi-block-1
    .slick-slide
    .views-field-field-anno-premio::after {
    content: unset;
  }
}

@media screen and (max-width: 328px) {
  .views-field-field-titolo-premio {
    font-size: 26px;
  }
}

section#block-views-block-duplicato-di-premi-block-1 ul.slick-dots {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#block-views-block-duplicato-di-premi-block-1 ul.slick-dots li {
  margin-right: 5px;
}
section#block-views-block-duplicato-di-premi-block-1 ul.slick-dots li button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #e5e5e5;
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 50%;
  outline: none;
}
section#block-views-block-duplicato-di-premi-block-1
  ul.slick-dots
  li.slick-active
  button {
  background-color: #ddd;
}
form#user-login-form {
  margin-top: 50px;
  margin-bottom: 100px;
}
.main-container .region-content nav.tabs {
  margin-top: 100px;
}

/* news singola */
.node-type-blog h1.page-header {
  text-align: center;
  color: #314c95;
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2.88px;
  line-height: 61px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 0;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 20px;
}
article.blog .field--name-field-blog-thumbnail img.img-responsive {
  width: auto;
  max-height: 500px;
  margin: 0 auto;
}
article.blog .field.field--name-body {
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0 auto 59px;
  max-width: 1080px;
  margin-top: 40px;
}

/* Prize slider block style */
#block-views-block-duplicato-di-premi-block-1 .slick-list {
  padding-bottom: 30px;
}
section#block-views-block-duplicato-di-premi-block-1 .prize-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  align-items: stretch;
  min-height: 160px;
}
section#block-views-block-duplicato-di-premi-block-1 .year-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}
section#block-views-block-duplicato-di-premi-block-1 .divider {
  height: 100%;
  width: 4px;
  background-color: #314c95;
  margin-right: -10px;
}
section#block-views-block-duplicato-di-premi-block-1
  .text-container
  .prize-title {
  max-width: 345px;
  color: #314c95;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  min-height: 90px;
  margin-bottom: 15px;
}
section#block-views-block-duplicato-di-premi-block-1
  .text-container
  .prize-ente {
  max-width: 240px;
  color: #e05a21;
  font-family: "Open Sans", sans-serif;
  font-size: 16.18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18.88px;
}

section#block-views-block-duplicato-di-premi-block-1 .text-container {
  padding-left: 20px;
}

nav.slick__arrow {
  display: none;
}

@media screen and (max-width: 1150px) {
  #block-homeboxoverlay .row.first {
    margin-top: 20px;
  }
  #block-homeboxoverlay .carrozzerie {
    margin-bottom: 20px;
  }
  #block-homeboxoverlay .carrozzerie .content-image {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (max-width: 767px) {
  section#block-corsiprofessionaliheader {
    overflow: hidden;
  }
  section#block-corsiprofessionaliheader .basic-page-header-title {
    max-width: unset;
    height: 350px;
    margin-left: unset;
  }
  section#block-corsiprofessionaliheader .img-responsive {
    max-width: unset;
    height: 350px;
  }
}