@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("../fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url("../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Italic;
  src: url("../fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-LightItalic;
  src: url("../fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Light;
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Regular;
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-SemiBoldItalic;
  src: url("../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  font-display: swap;
}
/*----------------colori--------------------*/

/* blu primo net */

.bc-pn {
  background-color: var(--blu-pn) !important;
}
.bc-pn-h:hover {
  background-color: var(--blu-pn) !important;
}
.fc-pn {
  color: var(--blu-pn) !important;
}
.fc-pn-h:hover {
  color: var(--blu-pn) !important;
}
.border-pn {
  border-color: var(--blu-pn) !important;
}
.border-pn-h:hover {
  border-color: var(--blu-pn) !important;
}

/* blu primo net */

.bc-pn-nav {
  background-color: var(--blu-pn-nav) !important;
}
.bc-pn-nav-h:hover {
  background-color: var(--blu-pn-nav) !important;
}
.fc-pn-nav {
  color: var(--blu-pn-nav) !important;
}
.fc-pn-nav-h:hover {
  color: var(--blu-pn-nav) !important;
}
.border-pn-nav {
  border-color: var(--blu-pn-nav) !important;
}
.border-pn-nav-h:hover {
  border-color: var(--blu-pn-nav) !important;
}

/* blu primo net scuro */

.bc-pn-scuro {
  background-color: var(--blu-pn-scuro) !important;
}
.bc-pn-scuro-h:hover {
  background-color: var(--blu-pn-scuro) !important;
}
.fc-pn-scuro {
  color: var(--blu-pn-scuro) !important;
}
.fc-pn-scuro-h:hover {
  color: var(--blu-pn-scuro) !important;
}
.border-pn-scuro {
  border-color: var(--blu-pn-scuro) !important;
}
.border-pn-scuro-h:hover {
  border-color: var(--blu-pn-scuro) !important;
}

/* blu primo net con trasparenza */

.blu-pn-tras {
  background-color: var(--blu-pn-tras) !important;
}
.blu-pn-tras-h:hover {
  background-color: var(--blu-pn-tras) !important;
}

/* giallo */

.bc-yellow {
  background-color: var(--yellow) !important;
}
.bc-yellow-h:hover {
  background-color: var(--yellow) !important;
}
.fc-yellow {
  color: var(--yellow) !important;
}
.fc-yellow-h:hover {
  color: var(--yellow) !important;
}
.border-yellow {
  border-color: var(--yellow) !important;
}
.border-yellow-h:hover {
  border-color: var(--yellow) !important;
}
/* giallo leggermente piu intenso  */

.bc-m-yellow {
  background-color: var(--m-yellow) !important;
}
.bc-m-yellow-h:hover {
  background-color: var(--m-yellow) !important;
}
.fc-m-yellow {
  color: var(--m-yellow) !important;
}
.fc-m-yellow-h:hover {
  color: var(--m-yellow) !important;
}

/*giallo intenso */

.bc-d-yellow {
  background-color: var(--d-yellow) !important;
}
.bc-d-yellow-h:hover {
  background-color: var(--d-yellow) !important;
}
.fc-d-yellow {
  color: var(--d-yellow) !important;
}
.fc-d-yellow-h:hover {
  color: var(--d-yellow) !important;
}

/* bianco */

.bc-white {
  background-color: var(--white) !important;
}
.bc-white-h:hover {
  background-color: var(--white) !important;
}
.fc-white {
  color: var(--white) !important;
}
.fc-white-h:hover {
  color: var(--white) !important;
}

/* bianco  trasparente */

.bc-white-tras {
  background-color: var(--white-tras) !important;
}
.bc-white-tras-h:hover {
  background-color: var(--white-tras) !important;
}
.fc-white-tras {
  color: var(--white-tras) !important;
}
.fc-white-tras-h:hover {
  color: var(--white-tras) !important;
}

/*  trasparente */

.bc-trasparent {
  background-color: var(--trasparent) !important;
}
.bc-trasparent-h:hover {
  background-color: var(--trasparent) !important;
}
.fc-trasparent {
  color: var(--trasparent) !important;
}
.fc-trasparent-h:hover {
  color: var(--trasparent) !important;
}

/* grigio */

.bc-grey {
  background-color: var(--grey) !important;
}
.bc-grey-h:hover {
  background-color: var(--grey) !important;
}
.fc-grey {
  color: var(--grey) !important;
}
.fc-grey-h:hover {
  color: var(--grey) !important;
}

/* grigio piu intenso */

.bc-d-grey {
  background-color: var(--d-grey) !important;
}
.bc-d-grey-h:hover {
  background-color: var(--d-grey) !important;
}
.fc-d-grey {
  color: var(--d-grey) !important;
}
.fc-d-grey-h:hover {
  color: var(--d-grey) !important;
}

/* grigio per i testi */

.bc-text-grey {
  background-color: var(--text-grey) !important;
}
.bc-text-grey-h:hover {
  background-color: var(--text-grey) !important;
}
.fc-text-grey {
  color: var(--text-grey) !important;
}
.fc-text-grey-h:hover {
  color: var(--text-grey) !important;
}

/* azzurro */

.bc-sky-blue {
  background-color: var(--sky-blue) !important;
}
.bc-sky-blue-h:hover {
  background-color: var(--sky-blue) !important;
}
.fc-sky-blue {
  color: var(--sky-blue) !important;
}
.fc-sky-blue-h:hover {
  color: var(--sky-blue) !important;
}

/* azzurro trasparente */

.bc-sky-nav {
  background-color: var(--sky-nav) !important;
}
.bc-sky-nav-h:hover {
  background-color: var(--sky-nav) !important;
}
.fc-sky-nav {
  color: var(--sky-nav) !important;
}
.fc-sky-nav-h:hover {
  color: var(--sky-nav) !important;
}

/* personalizzazioni bootstrap */

.text-justify {
  text-align: justify;
}
.col-1_5 {
  flex: 0 0 auto;
  width: 10.9%;
}
.col-2_5 {
  flex: 0 0 auto;
  width: 18.5%;
}
.z-5 {
  z-index: 5;
}
.z-4 {
  z-index: 4;
}
.z-3 {
  z-index: 3;
}
.z-2 {
  z-index: 2;
}
.z-1 {
  z-index: 1;
}
.fsw-1 {
  font-size: 1vw !important;
}
.fsw-1-mb-t {
  font-size: 3vw;
}
.fsw-1-mb {
  font-size: 2.7vw;
}
.pnav {
  margin-top: 80px;
}
.fs-7 {
  font-size: 0.6rem;
}
.pointer {
  cursor: pointer !important;
}
/***********************************************************
                            ICONE
************************************************************/
/*clasee che indica icona*/
.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  background-color: currentColor;
}
.icon:hover {
  background-color: currentColor;
}

/*dimenzioni icona*/
.ico-fs-1 {
  width: 2rem;
  height: 2rem;
}
.ico-fs-2 {
  width: 1.5rem;
  height: 1.5rem;
}
.ico-fs-3 {
  width: 1rem;
  height: 1rem;
}
.ico-fs-4 {
  width: 0.6rem;
  height: 0.6rem;
}

/* classi icona */
.vai-al-sito {
  mask: url(../ico/icona_vai_al_sito.svg) no-repeat center / contain;
  -webkit-mask: url(../ico/icona_vai_al_sito.svg) no-repeat center / contain;
}

.chiudi {
  mask: url(../ico/icon_chiudi.svg) no-repeat center / contain;
  -webkit-mask: url(../ico/icon_chiudi.svg) no-repeat center / contain;
}

.scarica {
  mask: url(../ico/icona_scarica.svg) no-repeat center / contain;
  -webkit-mask: url(../ico/icona_scarica.svg) no-repeat center / contain;
}

.plus {
  mask: url(../ico/icona_plus.svg) no-repeat center / contain;
  -webkit-mask: url(../ico/icona_plus.svg) no-repeat center / contain;
}

/***********************************************************
                        FINE ICONE
************************************************************/
body {
  font-family: "OpenSans-Regular", Fallback, sans-serif;
  color: #005187;
  /*
     cursor: url('data:image/x-icon;base64,AAACAAEAICAAAA0ABQCoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAABQAAAAkAAAALAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAACQAAAAcAAAADAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAwAAAAVAAAAGQAAABwAAAAeAAAAHgAAAB4AAAAeAAAAHgAAABoAAAAUAAAADAAAAAYAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAJgAAADkAAAA+AAAAQAAAAEEAAABBAAAAQQAAAEEAAABBAAAANAAAACMAAAAQAAAACQAAAAQAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAACYAAABHAAAAZgAAAGgAAABpAAAAagAAAGoAAABqAAAAagAAAGoAAABSAAAANQAAABQAAAAMAAAABQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAANQAAAGAAAACCAAAAgwAAAIMAAACDAAAAgwAAAIMAAACDAAAAgwAAAGgAAABEAAAAGwAAAA8AAAAHAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQsLC/8ICAj/AwMD/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wMDA/8AAACMAAAAdwAAAFEAAAAnAAAAEgAAAAoAAAAEAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAA///////7+/v/////////////////////////////////GBgY/wAAAI4AAACDAAAAYAAAADcAAAAVAAAADQAAAAUAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAABUdHR3/+/v7//////////////////////////////////////8qKir/AAAAjgAAAIoAAABsAAAARAAAABsAAAAPAAAABwAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHBwcH////////////9fX1//////////////////////////////////z8/P8MDAz/AAAAjQAAAHcAAABRAAAAJgAAABEAAAAIAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAABUAAAD/+fn5/////////////////////////////////////////////////wEBAf8AAACOAAAAgwAAAF8AAAA1AAAAEgAAAAkAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAA//39/f/9/f3/////////////////////////////////////////////////AQEB/wAAAI4AAACKAAAAaAAAAD8AAAASAAAACQAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAABgJCQn//Pz8///////////////////////////////////////////////////////6+vr/IyMj/wAAAI0AAABrAAAAQgAAABIAAAAJAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASBAQE//n5+f/09PT///////////////////////////////////////////////////////j4+P8nJyf/AAAAjgAAAGsAAABBAAAAEAAAAAgAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACMJCQn////////////9/f3////////////////////////////////////////////9/f3//////ywsLP8AAACMAAAAaQAAAD8AAAAOAAAABgAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQE//r6+v/6+vr/AAAA//////////////////////////////////////////////////39/f//////LCws/wAAAIkAAABkAAAAOAAAAAoAAAAEAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMDA//b29v///////////8AAAD///////r6+v/7+/v////////////////////////////y8vL///////39/f8sLCz/AAAAfAAAAFUAAAAqAAAABgAAAAIAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMD/+Tk5P/9/f3/BAQE/wYGBv/////////////////09PT/9PT0/////////////v7+/ycnJ//w8PD//////ywsLP8AAABhAAAAOAAAABYAAAADAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgb/BAQE/wgICP8AAAAQAQEB////////////AQEB//39/f//////CQkJ//39/f/+/v7/Gxsb/+fn5//w8PD/KSkp/wAAADwAAAAZAAAACAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAIDAwP///////////8BAQH//f39//////8JCQn//f39//7+/v8bGxv/7e3t/wwMDP8AAAAsAAAAGQAAAAcAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/z8/P//v7+/wICAv/8/Pz//////wEBAf/7+/v/5+fn/ycnJ/8AAAD/AAAAJAAAAA8AAAAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8EBAT/BwcH//z8/P//////BQUF/wICAv8AAAD/AAAASwAAABsAAAAPAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQH///////39/f8JCQn/AAAAjgAAAGsAAABDAAAAEgAAAAgAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAf///////f39/wkJCf8AAACMAAAAaQAAAD8AAAANAAAABgAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEB///////9/f3/CQkJ/wAAAIgAAABjAAAANwAAAAkAAAAEAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQH///////39/f8JCQn/AAAAeAAAAFMAAAApAAAABQAAAAIAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAf///////f39/wkJCf8AAABVAAAANwAAABUAAAACAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA///////+/v7/AAAA/wAAACkAAAAYAAAABwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADw8P/wUFBf8AAAAMAAAADAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA///////////////////////4B///wAf//8AD///AA///gAP//4AB//8AAf//AAH//gAB//4AAf/8AAH/+AAD//gAA//4gAP//4AH//+AD///wD////B////wf///8H////D////w////8P////n///////////////////////8='), auto;
     */
}

html,
body {
  height: 100%;
}

.ff_normal {
  font-family: "OpenSans-Regular", Fallback, sans-serif;
}

.ff_bold {
  font-family: "OpenSans-Bold", sans-serif;
}

.ff_lite {
  font-family: "OpenSans-Light", sans-serif;
}

.ff_medium {
  font-family: "OpenSans-SemiBold", sans-serif;
}

.ff_extrabold {
  font-family: "OpenSans-ExtraBold", sans-serif;
}
.underline-none {
  text-decoration: none;
}

/* CLASSI PROPRIETARIE */
.no-border:focus {
  outline: none;
}

.border-dark {
  border-color: #005187 !important;
}

.btn-menu-ricerca {
  font-weight: 600;
  color: #ffe484;
  border-color: #ffe484;
}

.bg-giallo {
  background-color: #fbc71d !important;
}
.fc-giallo {
  color: #fbc71d !important;
}
.bg-blu {
  background-color: #005187 !important;
}

.bg-blu-trasp {
  background-color: #005187 !important;
  opacity: 0.8;
}

.bg-azzurro {
  background-color: #009cff !important;
  color: white;
}

.fc-blu {
  color: #005187 !important;
}

.bg-grigio {
  background-color: #ececec;
}

.bg-bianco {
  background-color: #ffffff;
}

.bg-azzurro {
  background-color: #7dc6f1;
}

/* NAVBAR CHIARA */
.navbar-chiara .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-chiara .navbar-brand:hover,
.navbar-chiara .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-chiara .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-chiara .navbar-nav .nav-link:hover,
.navbar-chiara .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-chiara .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-chiara .navbar-nav .show > .nav-link,
.navbar-chiara .navbar-nav .active > .nav-link,
.navbar-chiara .navbar-nav .nav-link.show,
.navbar-chiara .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-chiara .navbar-toggler {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-chiara .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-chiara .navbar-text {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-chiara .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-chiara .navbar-text a:hover,
.navbar-chiara .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* NAVBAR SCURA */

.navbar-scura .navbar-brand {
  color: #ffffff;
}

.navbar-scura .navbar-brand:hover,
.navbar-scura .navbar-brand:focus {
  color: #ffffff;
}

.navbar-scura .navbar-nav .nav-link {
  /*color: rgba(255, 255, 255, 0.75);*/
  color: rgba(255, 255, 255, 0.95);
}

.navbar-scura .navbar-nav .nav-link:hover,
.navbar-scura .navbar-nav .nav-link:focus {
  /*color: rgba(255, 255, 255, 0.99);*/
  color: rgba(255, 255, 255, 1);
}

.navbar-scura .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-scura .navbar-nav .show > .nav-link,
.navbar-scura .navbar-nav .active > .nav-link,
.navbar-scura .navbar-nav .nav-link.show,
.navbar-scura .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-scura .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-scura .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-scura .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-scura .navbar-text a {
  color: #ffffff;
}

.navbar-scura .navbar-text a:hover,
.navbar-gialla .navbar-text a:focus {
  color: #ffffff;
}

#menu {
  z-index: 1030;
}

.menu-icons {
  height: 30px;
}

.navbar {
  height: 80px;
}

.navbar .navbar-brand {
  height: 100%;
}

#menu-logo {
  height: 50px;
}

.contenitore-tab-nav {
  width: 100% !important;
  border-radius: 0;
}
.first-margin-top {
  margin-top: 80px;
}

nav:not(.fixed-top) .accordion-nav-item {
  color: rgb(255, 255, 255) !important;
}

.header-container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100px;
  background-color: #ffffff;
}

.header-row {
  height: 100%;
}

.header-col {
  height: 10vh;
}

.header-icons {
  height: 40px;
}

.header-nopad-right {
  padding-right: 0px !important;
}

.header-logo {
  height: 80%;
}

.header-numero-verde {
  color: #009441;
  font-weight: bold;
  line-height: 200%;
}

.header-numero-fisso {
  color: #005187;
  font-weight: bold;
  line-height: 200%;
}

a.header-email {
  color: #005187;
  font-weight: bold;
  line-height: 200%;
}

#carousel-home-01,
#carousel-home-02,
#carousel-home-03,
#carousel-home-04,
#carousel-home-05,
#carousel-home-lavora-con-noi,
#carousel-home-pasqua,
#carousel-home-pasqua-2025,
#carousel-home-hw2022,
#carousel-home-black-friday-2022,
#carousel-home-natale-2022,
#carousel-home-capo2023,
#carousel-home-8-marzo,
#carousel-home-festa-mamma-2023,
#carousel-home-festa-mamma-2024,
#carousel-home-festa-mamma-2025,
#carousel-home-halloween-2023,
#home_carousel_black_friday_2023,
#home_carousel_natale_2023,
#home_carousel_black_friday_2024 {
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

#carousel-home-staff-01,
#carousel-home-staff-02,
#carousel-home-staff-03,
#carousel-home-staff-04 {
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

#carousel-privati-01,
#carousel-privati-02,
#carousel-privati-03,
#carousel-privati-04,
#carousel-privati-05 {
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

#carousel-aziende-01,
#carousel-aziende-02,
#carousel-aziende-03,
#carousel-aziende-04 {
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.z-index-negativo {
  z-index: -1;
}

.carousel-controlli {
  z-index: 1040 !important;
}

.carousel-item {
  min-height: 536px;
  height: calc(86vh - 80px);
}

.container-100vh {
  height: calc(100vh - 80px);
  min-height: 800px;
}

.pulsanti-scelta-ramo .row {
  min-height: 100%;
}

.pulsanti-scelta-ramo h1 {
}

.pulsante-circolare {
  border-radius: 50%;
  border: 20px solid #005187;
  background-color: #ffffff;
  color: #005187;
  /*width: 80%;*/
  position: relative;
}

.pulsante-circolare:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.pulsante-circolare:hover {
  background-color: #005187;
  color: #ffffff;
}

.pulsante-circolare:hover h2 {
  color: #ffffff;
}

.pulsante-circolare:hover h4 {
  color: #ffffff;
}

.text-pulsante-circolare {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pulsante-circolare a:link,
.pulsante-circolare a:visited,
.pulsante-circolare a:hover,
.pulsante-circolare a:active {
  text-decoration: none;
  color: #005187;
}

.text-pulsante-circolare img {
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
  height: 45%;
}

.text-pulsante-circolare .img_hover {
  display: none;
}

.pulsante-circolare:hover .text-pulsante-circolare img {
  display: none;
}

.pulsante-circolare:hover .text-pulsante-circolare .img_hover {
  display: inline;
}

.text-pulsante-circolare hr {
  margin: auto;
  background-color: #005187;
  height: 5px;
  border: 0px;
  width: 30%;
  opacity: 1;
  display: none;
}

.text-pulsante-circolare h4 {
  display: none;
}

.pulsante-circolare:hover .text-pulsante-circolare hr {
  background-color: #ffffff;
}

.scelta-pn {
  background-image: url("../img/home_sfondo_monete.webp");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scelta-pn h1 {
  color: #ffffff;
}

.scelta-pn p {
  text-align: justify;
  color: #ffffff;
}

.scelta-pn-aziende {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scelta-pn-aziende h1 {
  color: #ffffff;
}

.scelta-pn-aziende p {
  text-align: justify;
  color: #ffffff;
}

.scelta-pn-privati {
  background-color: #fcc81d;
}

.scelta-pn-privati h1 {
  color: #ffffff;
}

.scelta-pn-privati p {
  text-align: justify;
  color: #ffffff;
}

.scelta-pn-arearis {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scelta-pn-arearis h1 {
  color: #ffffff;
}

.scelta-pn-arearis p {
  text-align: justify;
  color: #ffffff;
}

.trasparenza-consulenza {
  /* background-color: #ccdce7; */
}

.punti-operativi {
  background-color: #ccdce7;
}

.trasparenza-consulenza p {
  /*text-align: justify;*/
}

/* INIZIO PARTNERS SLIDER */

.partners-bg {
}

.partners .row {
  /* min-height: 200px;*/
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-400px * var(--slider-slide-count)));
  }
}

.slider {
  background: white;
  /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
  height: var(--slider-height);
  margin: auto;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.slider::before,
.slider::after {
  /* SFUMATURA BIANCA AI LATI DELLO SLIDER  */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: var(--slider-height);
  position: absolute;
  width: 10vw;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll var(--slider-speed-seconds) linear infinite;
  animation: scroll var(--slider-speed-seconds) linear infinite;

  transition: transform 1ms linear infinite;
  display: flex;
  width: calc(var(--slider-slide-width) * calc(var(--slider-slide-count) * 2));
}

.slider .slide {
  filter: contrast(150%);
  display: flex;
  justify-content: center;

  /* Dimensione delle slide (nel nostro caso i loghi) 
   * creato per non far storpiare le immagini al img-fluid di bootstrap*/
  height: var(--slider-slide-height);
  width: var(--slider-slide-width);
}
/*la versione mobile ha la logica in js dentro la pagina home*/
@media (orientation: portrait) {
  .slider {
    background: white;
    display: flex;
    justify-content: center;
    height: 320px;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }

  .slider::before,
  .slider::after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.8995973389355743) 48%, rgba(255, 255, 255, 0.6446953781512605) 69%, rgba(9, 206, 94, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }

  .slider::after {
    top: 0%;
    transform: rotateZ(0deg);
  }

  .slider::before {
    top: 77%;
    transform: rotateZ(180deg);
  }

  .slider .slide-track {
    display: flex;
    flex-direction: column;
    height: calc(calc(var(--slider-height-and-margin) * var(--slider-slide-count)) * 2);
    width: 100%;
    animation: none;
    transition: transform 1s;
  }

  .slider .slide {
    height: var(--slider-height);
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .slider .slide img {
    max-height: 100%;
    max-width: 100%;
    filter: saturate(150%);
  }

  /*   @keyframes scroll {
    0% {
      transform: translateY(calc(3 * var(--slider-height)));
    }
    100% {
      transform: translateY(calc(-22 * var(--slider-height)));
    }
  } */
}
/* FINE PARTNERS SLIDER */

.punti-operativi p {
  color: #ffffff;
}

.btn-punti-operativi {
  background-color: #ffffff;
}

.nostri-numeri {
  background-image: url("../img/home_sfondo_numeri_landscape.webp");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.tondi {
  border-radius: 50%;
  border: 10px solid #ffffff;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  width: 100%;
  position: relative;
}

.tondi:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.text-tondi {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 40%;
}

.tondi:hover {
  border: 20px solid #ffe007;
  background: #ffe007;
  color: #005187;
}

.nostri-numeri hr {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  height: 5px;
  border: 0px;
  width: 60%;
  opacity: 1;
}

.text-tondi h2 {
  text-align: center;
  font-weight: bold;
}

.nostri-numeri h2 {
  text-align: center;
  font-weight: bold;
}

.nostri-numeri h3 {
  margin-top: 35%;
  text-align: center;
}

.nostri-numeri h4 {
  text-align: center;
}

.pn-video {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ccdce7;
}

.col-video {
  background-color: #005187;
  color: #ffffff;
}

#link-video-preventivo {
  /*a:link a:visited a:hover a:active {*/
  color: white;
  text-decoration: none;
}

.lavora_con_noi p {
  text-align: justify;
}

.lavora_con_noi a {
  text-decoration: none;
  text-align: center;
}

.lavora_con_noi li {
  color: #005187;
  line-height: 1em;
}

.cookiepolicy p {
  text-align: justify;
}

.reclami p {
  text-align: justify;
}

/* carosello loghi footer*/
.list_carousel_footer {
}

.caroufredsel_wrapper {
  float: none;
  position: relative;
  inset: auto;
  /* width: 950px; */
  width: 100%;
  height: 110px !important;
  margin: 0px;
  overflow: hidden;
}

.list_carousel_footer {
  margin: 0 0px 0px 0px;
}

.list_carousel_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_carousel_footer li {
  text-align: center;
  /*width: 250px;*/
  height: 60px;
  padding: 0;
  margin: 0px;
  margin-top: 10px;
  display: block;
  float: left;
}

.team {
  /*background-color: #ccdce7;*/
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.hover-overlay .mask {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-overlay:hover .mask {
  opacity: 1;
}

.hover-overlay:hover .testo-foto-bottom-overlay {
  display: block;
  color: #ffffff;
}

.testo-foto-bottom-overlay {
  display: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  overflow: hidden;
  background-attachment: fixed;
}

.footer {
  padding-top: 1rem;
  padding-bottom: 80px;
  background-image: url("../img/footer_sfondo.webp");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.footer h1 {
  font-weight: bold;
}

.footer p {
  text-align: justify;
}

#logo-footer {
  width: 25%;
}

.footer hr {
  background-color: #ffffff;
  height: 5px;
  border: 0px;
  opacity: 1;
}

.footer a,
.footer a:visited,
.footer a:hover {
  color: #ffffff;
}

.prodotto a,
.prodotto a:visited,
.prodotto a:hover {
  color: #005187;
}

.prodotto p {
  text-align: justify;
  padding: 20px;
}

.prodotto:hover {
  /*background-color: #FCC81D;*/
  background: none;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  border: none !important;
  cursor: pointer;
  /*cursor: not-allowed;*/
}

.prodotto-aziende-home:hover {
  /*background-color: #7dc6f1;*/
  background: none;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  border: none !important;
  cursor: pointer;
}

.prodotto-arearis:hover {
  /*background-color: #c6c6c6;*/
  background: none;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  border: none !important;
  cursor: pointer;
}

.prodotto-privati h1 {
  color: #fbc71d;
}

.prodotto-aziende h1 {
  color: #005187;
}

.prodotto-privati p,
.prodotto-privati li,
.prodotto-privati h3 {
  font-size: 2rem;
  text-align: justify;
  color: #005187;
}

.prodotto-aziende p,
.prodotto-aziende li,
.prodotto-aziende h3 {
  font-size: 2rem;
  text-align: justify;
  color: #005187;
}

.link-dettagli-privati {
  text-align: right;
}

.link-dettagli-aziende {
  text-align: right;
}

.link-dettagli-privati a,
.link-dettagli-privati a:visited,
.link-dettagli-privati a:hover {
  color: #005187 !important;
  font-size: 1.5em;
  text-decoration: none;
}

.link-dettagli-aziende a,
.link-dettagli-aziende a:visited,
.link-dettagli-aziende a:hover {
  color: #005187 !important;
  font-size: 1.5em;
  text-decoration: none;
}

.link-dettagli-privati-freccia {
  font-size: 1.2em;
}

.link-dettagli-aziende-freccia {
  font-size: 1.2em;
}

.prodotto-privati-scelta-mutuo {
  background-color: #ececec;
}

.prodotto-aziende-scelta-mutuo {
  background-color: #ececec;
}

.prodotto-privati-scelta-mutuo h1 {
  color: #005187;
}

.prodotto-aziende-scelta-mutuo h1 {
  color: #005187;
}

.prodotto-privati-scelta-mutuo-icone {
  background-color: #ffffff;
  border-radius: 50%;
}

.prodotto-aziende-scelta-leasing-icone {
  background-color: #ffffff;
  border-radius: 50%;
}

.prodotto-privati-scelta-mutuo-icone:hover {
  background-color: #fcc81d;
}

.prodotto-aziende-scelta-leasing-icone:hover {
  background-color: #7dc6f1;
}

.flag-giallo-bullet li {
  list-style-type: none;
  margin-left: 0.2em !important;
  margin-top: 1em;
}

.flag-giallo-bullet li:before {
  /*list-style-image: url('/assets/img/flag_vantaggi.svg');*/
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  background-image: url("/assets/img/flag_vantaggi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1.2em;
  margin-left: -1.2em;
}

.prodotto-privati-vantaggi h3,
.prodotto-privati-vantaggi li,
.prodotto-privati-vantaggi p {
  color: #fff !important;
}

.prodotto-aziende-vantaggi h3,
.prodotto-aziende-vantaggi li,
.prodotto-aziende-vantaggi p {
  color: #fff !important;
}

.prodotto-privati-img-centrate {
  vertical-align: middle;
  text-align: center;
  margin-top: 1em;
}

.prodotto-aziende-img-centrate {
  vertical-align: middle;
  text-align: center;
  margin-top: 1em;
}

.prodotto-arearis-img-centrate {
  vertical-align: middle;
  text-align: center;
  margin-top: 1em;
}

.ul-dettagli-prodotto li {
  color: #005187;
  text-align: justify;
  list-style-type: ">";
  padding-left: 0.5em;
  margin-left: -0.4em;
  margin-top: 0.5em;
}

.btn-richiesta-prev-verde {
  color: #fff !important;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  background-color: #009441;
  border: none;
  padding: 0.375rem 2rem;
  border-radius: 10em;
  display: inline-block;
  cursor: pointer;
}

.btn-richiesta-prev-verde:hover {
  background-color: #09ce5e !important;
}

.btn-richiesta-prev-verde .btn-logo {
  width: 1.5em;
  margin-right: 0.5em;
  margin-bottom: 5px;
}

.btn-richiesta-prev-giallo {
  color: #005187 !important;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  background-color: #fcc81d;
  border: none;
  padding: 0.375rem 2rem;
  border-radius: 10em;
  box-shadow: -5px 20px 20px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
}

.btn-richiesta-prev-giallo:hover {
  color: #005187;
}

.btn-logo {
  width: 2.8em;
  margin-right: 0.5em;
}

.btn-richiesta-prev-blu {
  color: #fff !important;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  background-color: #005187;
  border: none;
  padding: 0.375rem 2rem;
  border-radius: 10em;
  box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
}

.btn-richiesta-prev-blu:hover {
  color: #ffffff;
}

.btn-richiesta-prev-blu-fisso {
  color: #fff !important;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  background-color: #005187;
  border: none;
  padding: 0.375rem 2rem;
  border-radius: 10em;
  box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}

.btn-richiesta-prev-azzurro {
  color: #fff !important;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  background-color: #009cff;
  border: none;
  padding: 0.375rem 2rem;
  border-radius: 10em;
  box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
}

.btn-richiesta-prev-azzurro:hover {
  color: #ffffff;
}

.btn-richiesta-prev-azzurro-fisso {
  color: #fff !important;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  background-color: #009cff;
  border: none;
  padding: 0.375rem 2rem;
  border-radius: 10em;
  box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}

.btn-richiesta-prev-azzurro-fisso:hover {
  color: #ffffff;
}

.btn-richiesta-prev-privati {
  margin-top: -5rem;
  margin-bottom: 2rem;
}

.btn-richiesta-prev-privati-calcolo {
  margin-top: -9.2rem;
  margin-bottom: 2rem;
}

.btn-richiesta-prev-aziende {
  margin-top: -5rem;
  margin-bottom: 2rem;
}

.btn-portale {
  color: #fff !important;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  background-color: #005187;
  border: none;
  padding: 0.375rem 2rem;
  border-radius: 10em;
  box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
}

.btn-portale:hover {
  color: #ffffff;
}

.triangolo-bianco {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 35px solid #ffffff;
  margin: 0 auto;
}

.triangolo-grigio {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 35px solid #ececec;
  margin: 0 auto;
}

.triangolo-azzurro {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 35px solid #7dc6f1;
  margin-bottom: 25px;
}

#contatti-cane {
  max-height: 290px;
}

#immagine-cane {
  position: relative;
  top: -442px;
  left: 800px;
}

#mappa_google {
  width: 100%;
  height: 100%;
  border: 1px solid #b99c40;
}

.live-search-icon {
  width: 1.5rem;
  color: #005187;
}

.live-search-box {
  height: 60px;
  font-size: 20pt;
  padding: 10px;
  border: 3px solid #005187;
  border-radius: 10em;
}

.live-search-list a,
.live-search-list a:visited {
  color: #005187;
}

.live-search-input {
  border: none;
}

.scelta_preventivo_container a,
.scelta_preventivo_container a:visited {
  color: #005187;
}

#pulsante_collaboratori_preventivo_contatto {
  background-color: #bbb4b4;
  color: white;
  transform: translateY(2px);
}

#img_collaboratore {
  border-radius: 50%;
  border: 10px solid #ffe007;
  background-color: #ffffff;
  /*width: 80%;*/
  position: relative;
  width: 300px;
  height: 300px;
}

#img_collaboratore:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#img_collaboratore:hover {
  border-color: #005187;
  color: #ffffff;
}

#richiesta_collaborazione .form-group {
  margin-bottom: 1em;
}

#richiesta_collaborazione .table_prodotti {
  width: 100%;
  vertical-align: top;
  border-color: #005187;
}

#richiesta_collaborazione .table_prodotti th {
  border-bottom: 1px solid;
}

#richiesta_collaborazione .table_prodotti td {
  vertical-align: top;
}

/* ----------------------------------------------------
 * RICHIESTA PREVENTIVO
 * ---------------------------------------------------*/

#richiesta_preventivo {
  padding-top: 40px;
}

#richiesta_preventivo h1,
h2,
h3 {
  line-height: 1;
}

#richiesta_preventivo .form-control {
  border-radius: 5px;
}

#richiesta_preventivo form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#richiesta_preventivo label,
li {
  color: #565656;
}

#submit_form {
  border-radius: 25px;
}

#richiesta_preventivo .img-1 {
  width: 600px;
  /*margin-top: -40px;*/
}

/* #richiesta_preventivo .postit_1 {
  background-color: #fcc81d;
  padding: 30px;
  border-radius: 10px;
} */

.postit_1 {
  background-color: #fcc81d;
  padding: 30px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
}

.postit-lp-thulasa {
  background-color: #fcc81d;
  padding: 30px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}

.grigio {
  color: #565656;
}

.grigio strong {
  color: #005187;
}

.striscia-blu {
  background-color: #005187;
  color: white;
  padding: 10px;
  font-weight: bold;
  font-size: 24px;
}

.striscia-blu-logo {
  padding-top: 80px;
  padding-bottom: 10px;
  background-color: #005187;
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.striscia-blu-logo-salva-conto {
  padding-bottom: 10px;
  background-color: #005187;
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

#richiesta_preventivo_logo-pn-claim {
  width: 410px;
  margin-bottom: 20px;
}

#richiesta_preventivo_logo-pn-claim-salva-conto {
  width: 410px;
  margin-bottom: 20px;
}

#logo-sappe {
  max-width: 250px;
}

#logo-anppe {
  margin-top: 40px;
  max-width: 250px;
}

#logo-usmia {
  margin-top: 10px;
  max-width: 250px;
}

#logo-salva-conto {
  max-width: 330px;
}

#primo {
  width: 215px;
  margin-left: 200px;
  margin-top: 30px;
}

#primo-mutuo {
  width: 215px;
  margin-left: 200px;
  margin-top: 0px;
}

/*.postit_1 .titolo {
        font-weight: bold;
        color: white;
        font-size: 24px;
        line-height: 30px;
    }*/

ul.elenco_new {
  list-style: none;
  /* Remove default bullets */
}

ul.elenco_new li {
  font-size: 1rem;
  font-weight: bold;
}

ul.elenco_new li::before {
  content: "I";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: white;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-top: 10px;
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.icona-help {
  filter: invert(0.4) sepia(1) saturate(11.3) hue-rotate(176.4deg) brightness(0.82);
  margin-bottom: 5px;
}

.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* -----------------------------------------
     * RISULTATI CALCOLO PREVENTIVO 
     * -----------------------------------------*/
.scelta_prev_evidenzia {
  color: #009900;
  padding: 5px;
  font-size: 200%;
}

.preventivatore a,
.preventivatore a:visited {
  color: #005187;
}

.preventivatore a.list-group-item {
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

/* -----------------------------------------
     * DOCUMENTAZIONE_TRASPARENZA 
     * -----------------------------------------*/
.riquadro_pulsanti {
  cursor: pointer;
  background: #124061;
  border: 10px solid white;
  min-height: 250px;
  text-align: center;
  vertical-align: middle;
}

.riquadro_pulsanti > h2 {
  text-align: center;
  margin-top: 25%;
  color: white;
}

.ul-riquadro_pulsanti {
  margin-left: 10px;
  text-align: justify;
}

.riquadro_pulsanti_navigazione {
  cursor: pointer;
  min-height: 50px;
  text-align: center;
  vertical-align: middle;
}

.riquadro_pulsanti_navigazione > h2 {
  text-align: center;
  color: #124061;
}

.ul-riquadro_pulsanti_navigazione {
  margin-left: 10px;
  text-align: justify;
}

.riquadro_lista {
  cursor: pointer;
  border: 10px solid white;
  min-height: 200px;
  text-align: left;
}

.riquadro_lista > a {
  text-align: center;
  margin-top: 25%;
  color: #124061;
  font-size: 24px;
}

.ul-riquadro_lista {
  margin-left: 10px;
  text-align: justify;
}

.pdf_icon {
  width: 100px;
}

.email_icon {
  width: 60px;
}

.stampa_icon {
  width: 60px;
}
.d-contents {
  display: contents;
}

/* --- FINE DOCUMENTAZIONE TRASPARENZA --- */

/* -----------------------------------------
     * LAVORA CON NOI
     * -----------------------------------------*/

.h-px-55 {
  height: 55px;
}
.h-px-100 {
  height: 100px;
}
.h-px-110 {
  height: 110px;
}

/*--------bottone-----------------------------*/

.btn-comp-form {
  border: none;
  box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  outline: none !important;
}

/*--------opportunita-------------------------*/
.collide {
  backdrop-filter: blur(100px);
  padding-right: 1rem !important;
}
.img-seller {
  width: 40rem;
}

/*--------cresci con noi--------------------- */

/* dk */
.bar {
  background: rgb(0, 159, 227);
  background: linear-gradient(90deg, rgba(0, 159, 227, 1) 20%, var(--blu-pn) 70%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  background-size: 500% 500%;
}

.candle-1-h {
  height: 16vw;
}
.candle-2-h {
  height: 3.5vw;
}
.candle-3-h {
  height: 3.5vw;
}
.candle-4-h {
  height: 3.5vw;
}
.candle-5-h {
  height: 3.5vw;
}
.candle-6-h {
  height: 3.5vw;
}
/* mb e tb */
.bar-mb {
  background: rgb(0, 159, 227);
  background: linear-gradient(180deg, rgba(0, 159, 227, 1) 30%, var(--blu-pn) 70%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  background-size: 500% 500%;
}

.candle-1-h-mb {
  height: 18vw;
  width: 75%;
}
.candle-2-h-mb {
  height: 18vw;
  width: 1%;
}
.candle-3-h-mb {
  height: 18vw;
  width: 1%;
}
.candle-4-h-mb {
  height: 18vw;
  width: 1%;
}
.candle-5-h-mb {
  height: 18vw;
  width: 1%;
}
.candle-6-h-mb {
  height: 18vw;
  width: 1%;
}

/* animazione cresci con noi dk*/
.candle-1 {
  animation: candel-gradient 2.5s ease 1;
}

.candle-2 {
  animation: candle-2 0.5s 1 alternate, candel-gradient 2.5s ease 1;
  animation-fill-mode: forwards;
  transition-property: margin-right;
}
@keyframes candle-2 {
  form {
    height: 5vw;
  }

  to {
    height: 19vw;
  }
}

.candle-3 {
  animation: candle-3 0.5s 1 alternate, candel-gradient 2.5s ease 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes candle-3 {
  from {
    height: 5vw;
  }

  to {
    height: 22vw;
  }
}
.candle-4 {
  animation: candle-4 0.5s 1 alternate, candel-gradient 2.5s ease 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes candle-4 {
  from {
    height: 5vw;
  }

  to {
    height: 25vw;
  }
}
.candle-5 {
  animation: candle-5 0.5s 1 alternate, candel-gradient 2.5s ease 1;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes candle-5 {
  from {
    height: 5vw;
  }

  to {
    height: 28vw;
  }
}
.candle-6 {
  animation: candle-6 0.5s 1 alternate, candel-gradient 2.5s ease 1;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes candle-6 {
  from {
    height: 5vw;
  }

  to {
    height: 31vw;
  }
}

@keyframes candel-gradient {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
    background-size: 100% 100%;
  }
}

/* animazione cresci con noi mb e tb*/
.candle-1-md {
  animation: candel-gradient-mb 2.5s ease 1;
}
.candle-2-md {
  animation: candle-2-md 0.5s 1 alternate, candel-gradient-mb 2.5s ease 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes candle-2-md {
  form {
    width: 1%;
  }

  to {
    width: 80%;
  }
}
.candle-3-md {
  animation: candle-3-md 0.5s 1 alternate, candel-gradient-mb 2.5s ease 1;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes candle-3-md {
  from {
    width: 1%;
  }

  to {
    width: 85%;
  }
}
.candle-4-md {
  animation: candle-4-md 0.5s 1 alternate, candel-gradient-mb 2.5s ease 1;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes candle-4-md {
  from {
    width: 1%;
  }

  to {
    width: 90%;
  }
}
.candle-5-md {
  animation: candle-5-md 0.5s 1 alternate, candel-gradient-mb 2.5s ease 1;
  animation-iteration-count: 1;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes candle-5-md {
  from {
    width: 1%;
  }

  to {
    width: 95%;
  }
}
.candle-6-md {
  animation: candle-6-md 0.5s 1 alternate, candel-gradient-mb 2.5s ease 1;
  animation-iteration-count: 1;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes candle-6-md {
  from {
    width: 1%;
  }

  to {
    width: 100%;
  }
}

@keyframes candel-gradient-mb {
  0% {
    background-position: 50% 0%;
  }

  100% {
    background-position: 50% 100%;
    background-size: 100% 100%;
  }
}
/* -------quadrati----------------------------*/

/* dk */
.shadow-square {
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0) !important;
}
.shadow-square:hover {
  background: none;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  border: none !important;
  cursor: pointer;
}
.active-card {
  background: none;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  border: none !important;
  cursor: pointer;
}
.square {
  padding-left: 0%;
  padding-right: 0%;
}
.square::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/* mb e tb */
.card-round {
  border-radius: 8px;
}
.li-none {
  list-style: none;
}
.li- {
  list-style-type: "- ";
}
.li-p-1 {
  padding-left: 1rem;
}

/*----cliccami--------------------------------- */
.cliccami-font {
  border: 2px solid;
  text-decoration: none;
}
.cliccami {
  background-image: linear-gradient(90deg, #fcc81d, rgb(214 186 29) 15%, rgba(114, 112, 114) 46%, rgba(0, 121, 208, 1) 63%, rgba(0, 80, 138, 1) 82%);

  background-size: 1000% 1000%;
  animation: gradient 10s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
/*----video-------------------------------------*/

/* cerchio */
.play-btn {
  width: 14vmin;
  height: 14vmin;
  background: var(--blu-pn-tras);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: var(--blu-pn);
}
/* triangolo */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 3vmin solid transparent;
  border-bottom: 3vmin solid transparent;
  border-left: 5vmin solid #fff;
  z-index: 100;
  transition: all 4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* onda */
.play-btn:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: none;
  left: -50%;
  top: -50%;
}
/* animazione play */
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px var(--white), 0px 0px 25px 10px var(--blu-pn);
    background-color: var(--blu-pn);
  }

  100% {
    -webkit-transform: scale(1, 2);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
/*----------------------FINE LAVORA CON NOI---------*/
/*---------------INIZIO OFFERTE DEI CONVENZIONATI---------*/
.cls-1 {
  stroke: #fdc300;
}

.cls-1,
.cls-2 {
  stroke-width: 0px;
}

.cls-2 {
  fill: #ffffff; /* Cambia il colore a nero o un altro colore scuro */
  stroke: #000;
  z-index: 100;
}

.cls-3 {
  fill: none;
  /* stroke: url(#gradientStart); */
  stroke-width: 18.4px;
}

.palla {
  display: none;
}

.header {
  position: relative;
}

.svg {
  z-index: 1;
  height: 100%;
  width: 70%;
  left: -10rem;
  position: absolute;
  overflow: visible;
}

.i {
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  transition: transform 5s ease; /* Transizione fluida */
}

.zoomed {
  transform: scale(1.5); /* Raddoppia le dimensioni dell'SVG */
  transform-origin: 80% 0%;
}

.sfondo-in-movimento img {
  width: 100%;
  transition: transform 5s ease;
  transform: scale(1.2); /* Raddoppia le dimensioni dell'SVG */
}

.title-convenzioni {
  z-index: 5;
  top: 50%;
  left: 10%;
  position: absolute;
}

.commerciali-2 {
  width: 100%;
}

.ombra-contenitore {
  -webkit-box-shadow: 17px 17px 60px -1px #2e2e2e;
  -moz-box-shadow: 17px 17px 60px -1px #2e2e2e;
  -o-box-shadow: 17px 17px 60px -1px #2e2e2e;
  box-shadow: 17px 17px 60px -1px #2e2e2e;
}

.li-cerchio-1 {
  list-style: none;
}

.li-cerchio-1:before {
  content: "\2b24";
  font-size: 250%;
  color: #ffffff;
  top: -1.2rem;
  left: -3.5rem;
  position: absolute;
}
.li-cerchio-2 {
  list-style: none;
}

.li-cerchio-2:before {
  content: "\2b24";
  font-size: 250%;
  color: #fbc71d;
  top: -1.2rem;
  left: -3.5rem;
  position: absolute;
}
.li-cerchio-mb {
  list-style: none;
}

.li-cerchio-mb:before {
  content: "\2b24";
  font-size: 141%;
  color: #fbc71d;
  top: -0.6rem;
  left: -2rem;
  position: absolute;
}
.triangolo-convenzioni {
  top: 60%;
  left: -35%;
  width: 40%;
  height: 40%;
  animation-name: triangolo;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  transition: transform 6s ease;
}

.contenitore-sfondo-header {
  height: 80vh;
}

.sfondo {
  width: 100%;
}

.convenzionati {
  background: rgb(0, 148, 65);
  background: linear-gradient(90deg, rgba(0, 148, 65, 1) 0%, rgba(9, 206, 94, 1) 50%);
  background-size: 1090% 1090%;
  background-position: center center;
  animation: pulse 3s ease infinite;
}

@keyframes pulse {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.convenzionati:hover {
  animation: pulse-black 2s infinite;
}
@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 148, 65, 1);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 148, 65, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(9, 206, 94, 0);
  }
}
@keyframes triangolo {
  0% {
    left: -35%;
    top: 60%;
    transform: scale(1);
  }
  100% {
    left: 120%;
    top: 20%;
    transform: scale(3);
    opacity: 1;
  }
}
@media (min-width: 850px) and (max-width: 950px) {
  .title-convenzioni {
    z-index: 5;
    top: 40% !important;
    left: 10% !important;
    position: absolute;
  }

  .zoomed {
    transform: scale(1.5);
    transform-origin: 68% 34%;
  }

  .contenitore-sfondo-header {
    height: 62vh;
  }
}
@media (orientation: portrait) and (max-width: 649px) {
  .svg {
    z-index: 1;
    height: 100%;
    width: 70%;
    top: 0rem;
    left: -5rem;
    position: absolute;
    overflow: visible;
  }
  .header {
    height: 60vh;
  }
  .header:has(#mySvg) {
    height: 80vh;
  }
  .sfondo-in-movimento img {
    transition: transform 10s linear;
    transform: scale(1.5);
    transform-origin: 53% 30%;
  }
  .sfondo {
    height: 80vh;
    width: auto;
  }
  .zoomed {
    transform: scale(3.5); /* Raddoppia le dimensioni dell'SVG */
    transform-origin: 88% 49%;
  }
  .title-convenzioni {
    z-index: 4;
    top: 60%;
    left: 0%;
  }
}
@media (min-width: 650px) and (max-width: 950px) and (orientation: portrait) {
  .title-convenzioni {
    z-index: 4;
    top: 25%;
    left: 0%;
  }
  .zoomed {
    transform: scale(2); /* Raddoppia le dimensioni dell'SVG */
    transform-origin: 72% 23%;
  }
  .contenitore-sfondo-header {
    height: 50vh;
  }
  header {
    height: 50vh !important;
  }
}

.icona-quadrata {
  width: 100%;
  height: 100%;
}
/*------------- FINE INIZIO OFFERTE DEI CONVENZIONATI --------------*/
/*-------------PARTNER COMMERCIALI-------------*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.card-aperta {
  width: 70vw;

  left: 15%;
  top: 10%;
  position: fixed;
  z-index: 5;
}
.pdf {
  height: fit-content;
  background-color: white;
  transform: perspective(75em) rotateX(3deg) rotateZ(1deg) rotateY(334deg);
  box-shadow: rgba(22, 31, 39, 0.42) 0px 60px 123px -25px, rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
  border: 1px solid;
  border-color: rgb(213, 220, 226) rgb(213, 220, 226) rgb(184, 194, 204);
  position: relative;
}

.pdf::before {
  content: "";
  position: absolute;
  top: 0.5%;
  right: -12px;
  bottom: 0.5%;
  left: 0;
  border: 0.5px #0000005c;
  -webkit-box-shadow: 6px 2px 7px -2px rgba(0, 0, 0, 0.61);
  box-shadow: 6px 2px 7px -2px rgba(0, 0, 0, 0.61);
}

.pdf::after {
  -webkit-box-shadow: inset -23px 1px 9px -2px rgba(0, 0, 0, 0.61);
  box-shadow: inset -23px 1px 9px -2px rgba(0, 0, 0, 0.61);
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  content: "";
  position: absolute;
  top: 0.5%;
  right: -10px;
  bottom: 0.5%;
  width: 10px;
  border: solid 0.5px #0000005c;
  background: linear-gradient(to right, #000000bd, rgb(253 246 246));
  box-shadow: rgba(22, 31, 39, 0.42) 0px 20px 50px -10px, rgba(19, 26, 32, 0.08) 0px 15px 35px -15px;
}
.contenitore-sfondo-header-convenzioni {
  height: 50vh;
  transition: all 1.5s ease-out;
}

.posizione-coppia {
  left: 60%;
  top: 10%;
}
.posizione-simbolo {
  left: 65%;
  top: 15%;
  animation-name: simbolo;
  animation-duration: 6s;
  animation-iteration-count: 1;
  transition: transform 6s linear;
}
.dimensioni-coppia {
  width: 9vw;
  animation-name: cresscita;
  animation-duration: 6s;
  animation-iteration-count: 1;
  transition: transform 6s linear;
}
.dimensioni-simbolo {
  width: 17vw;
}
@keyframes simbolo {
  0% {
    left: -50%;
    top: 20%;
    transform: scale(1);
  }
  100% {
    left: 65%;
    top: 15%;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes cresscita {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
.effetto-ingradimento {
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  z-index: 2;
  transition: all 0.4s linear;
  position: relative;
}
.effetto-ingradimento:hover {
  z-index: 5;
  transform: scale(1.2);
}

@keyframes animazione {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ingrandimento {
  0% {
    transform: scale(0);
  }
  100% {
    width: 80%;
    height: 100%;
    top: 80%;
    left: 10%;
    transform: scale(1) rotateX(85deg) rotate(360deg);
  }
}

.scopri-di-piu {
  height: 3rem;
  width: 3rem;
  display: flex;
  align-content: center;
  align-items: center;
}
.testo-offerta-card {
  white-space: pre;
}
@media (orientation: portrait) {
  .contenitore-sfondo-header-convenzioni {
    height: 60vh;
  }
  .h:hover {
    z-index: 5;
    transform: scale(1);
  }
  .effetto-ingradimento-hover {
    z-index: 5;
    transform: scale(1.2);
  }
  .effetto-ingradimento-hover- {
    z-index: 2;
    transform: scale(1);
  }
  .card-aperta {
    top: 5%;
    width: 90vw;
    height: 85vh;
    left: 5%;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
  }

  .dimensioni-coppia {
    width: 30vw;
  }
  .dimensioni-simbolo {
    width: 50vw;
  }
  .posizione-coppia {
    left: 35%;
    top: 10%;
  }
  .posizione-simbolo {
    left: 55%;
    top: 20%;
    animation-name: simbolo;
    animation-duration: 6s;
    animation-iteration-count: 1;
    transition: transform 6s linear;
  }
  @keyframes simbolo {
    0% {
      left: -50%;
      top: 20%;
      transform: scale(1);
    }
    100% {
      left: 55%;
      top: 20%;
      transform: scale(1);
      opacity: 1;
    }
  }
  .testo-offerta-card {
    white-space: normal;
  }
}
/*---------FINE PARTNER COMMERCIALI-------------*/
