styles.min.css 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  6. min-height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. main {
  11. flex: 1;
  12. }
  13. h1,
  14. h2,
  15. h3,
  16. h4,
  17. h5,
  18. h6 {
  19. font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  20. font-weight: 700;
  21. }
  22. a {
  23. color: #0a4553;
  24. }
  25. a:hover {
  26. color: #0a4553;
  27. }
  28. .section {
  29. padding-top: 2rem;
  30. padding-bottom: 2rem;
  31. }
  32. @media (min-width: 768px) {
  33. .section {
  34. padding-top: 6rem;
  35. padding-bottom: 6rem;
  36. }
  37. }
  38. .section-small {
  39. padding-top: 2rem;
  40. padding-bottom: 2rem;
  41. }
  42. @media (min-width: 768px) {
  43. .section-small {
  44. padding-top: 4rem !important;
  45. padding-bottom: 4rem !important;
  46. }
  47. }
  48. @media (min-width: 576px) {
  49. .container {
  50. max-width: 100%;
  51. }
  52. }
  53. @media (min-width: 768px) {
  54. .container {
  55. max-width: 720px;
  56. }
  57. }
  58. @media (min-width: 992px) {
  59. .container {
  60. max-width: 1180px;
  61. }
  62. }
  63. @media (min-width: 768px) {
  64. .w-content {
  65. width: 80%;
  66. margin-left: auto;
  67. margin-right: auto;
  68. }
  69. }
  70. .box-info-container {
  71. margin-bottom: 30px;
  72. }
  73. .box-info-container .label {
  74. font-weight: 600;
  75. }
  76. .box-info-container .label-ref {
  77. font-size: 19px;
  78. font-weight: 600;
  79. }
  80. .box-info-container>.row {
  81. margin-bottom: 10px;
  82. }
  83. .box-info {
  84. background-color: white;
  85. border-radius: 10px;
  86. padding: 35px 25px;
  87. }
  88. .box-info #time {
  89. color: #898989;
  90. font-style: italic;
  91. font-weight: 400;
  92. font-size: 19px;
  93. }
  94. .box-info .box-info-subtitle {
  95. font-style: italic;
  96. font-weight: 400;
  97. color: #696969;
  98. font-size: 24px;
  99. }
  100. .box-info-title {
  101. margin-bottom: 35px;
  102. }
  103. .box-info-main-title {
  104. color: #6588a0;
  105. font-weight: 400;
  106. font-size: 32px;
  107. margin-bottom: 0;
  108. }
  109. .box_info-tabs {
  110. height: 100%;
  111. border: 1px solid #dee2e6;
  112. padding: 5px 13px;
  113. }
  114. .box-info-image #contrassegno {
  115. border: 1px solid #ccc;
  116. padding: 5px;
  117. margin-bottom: 3px;
  118. }
  119. .box-info-image #nome_contrassegno {
  120. font-size: 15px;
  121. color: #5e5e5e;
  122. line-height: 1.25;
  123. font-style: italic;
  124. }
  125. .headInfo {
  126. margin-bottom: 20px;
  127. }
  128. .headInfo h2 {
  129. font-size: 25px;
  130. font-weight: 400;
  131. }
  132. #map_buttons a {
  133. color: #30383f;
  134. font-size: 15px;
  135. }
  136. #map_buttons a:not(:last-child) {
  137. margin-right: 20px;
  138. }
  139. #col_graph {
  140. background-color: #21465f;
  141. color: #fff;
  142. font-size: 16px;
  143. padding: 10px 0;
  144. }
  145. .nav-tabs .nav-link {
  146. background-color: transparent;
  147. padding: 0 15px;
  148. font-size: 15px;
  149. border: 0;
  150. font-weight: 700;
  151. text-transform: uppercase;
  152. border-bottom: 2px solid transparent;
  153. }
  154. .nav-tabs .nav-link:hover,
  155. .nav-tabs .nav-link:focus,
  156. .nav-tabs .nav-link:active,
  157. .nav-tabs .nav-link.active {
  158. border-bottom: 2px solid #0a4553;
  159. outline: none;
  160. color: black;
  161. }
  162. .loader {
  163. border: 10px solid #f3f3f3;
  164. border-radius: 50%;
  165. border-top: 10px solid #0a4553;
  166. width: 120px;
  167. height: 120px;
  168. -webkit-animation: spin 2s linear infinite;
  169. animation: spin 2s linear infinite;
  170. margin: auto;
  171. }
  172. @-webkit-keyframes spin {
  173. 0% {
  174. -webkit-transform: rotate(0deg);
  175. }
  176. 100% {
  177. -webkit-transform: rotate(360deg);
  178. }
  179. }
  180. @keyframes spin {
  181. 0% {
  182. transform: rotate(0deg);
  183. }
  184. 100% {
  185. transform: rotate(360deg);
  186. }
  187. }
  188. #link_buttons {
  189. text-align: right;
  190. }
  191. .link {
  192. text-decoration: underline;
  193. cursor: pointer;
  194. color: #0a4553;
  195. }
  196. .link:hover {
  197. color: #0a4553;
  198. }
  199. .navbar-light {
  200. box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  201. }
  202. .navbar-nav .nav-item {
  203. position: relative;
  204. }
  205. @media (min-width: 992px) {
  206. .navbar-nav .nav-item:hover:before {
  207. content: "";
  208. width: 100%;
  209. border-top: 4px solid #0a4553;
  210. position: absolute;
  211. top: 3px;
  212. }
  213. }
  214. @media (min-width: 992px) {
  215. .navbar-nav .nav-item.active:before {
  216. content: "";
  217. width: 100%;
  218. border-top: 4px solid #0a4553;
  219. position: absolute;
  220. top: 3px;
  221. }
  222. }
  223. .navbar-nav .nav-item.active .nav-link {
  224. color: #0a4553;
  225. }
  226. .navbar-nav .nav-item .nav-link {
  227. color: #3d3d3d;
  228. }
  229. @media (min-width: 992px) {
  230. .navbar-expand-lg .navbar-nav .nav-link {
  231. padding-right: 0.625rem;
  232. padding-left: 0.625rem;
  233. padding-bottom: 0;
  234. font-size: 1.0625rem;
  235. }
  236. }
  237. .navbar-toggler {
  238. padding: 0.3125rem;
  239. }
  240. .form-control:focus {
  241. border-color: rgba(242, 206, 57, 0.8);
  242. box-shadow: 0 0 0 1px rgba(242, 206, 57, 0.8);
  243. }
  244. .btn:focus {
  245. border-color: rgba(242, 206, 57, 0.8);
  246. box-shadow: 0 0 0 1px rgba(242, 206, 57, 0.8);
  247. }
  248. .btn-theme-primary {
  249. background-color: #104553;
  250. border-color: #0d3641;
  251. color: white;
  252. }
  253. .btn-theme-primary:hover {
  254. color: white;
  255. background-color: #6588a9;
  256. border-color: #b5d3e8;
  257. }
  258. a.btn-icon {
  259. color: #000;
  260. }
  261. .btn-icon {
  262. display: inline-block;
  263. text-align: center;
  264. }
  265. .btn-icon:hover .btn-text {
  266. text-decoration: underline;
  267. }
  268. .masthead {
  269. position: relative;
  270. background-color: #343a40;
  271. background: url("../img/bg-masthead.jpg") no-repeat center center;
  272. -webkit-background-size: cover;
  273. -moz-background-size: cover;
  274. -o-background-size: cover;
  275. background-size: cover;
  276. padding-top: 2rem;
  277. padding-bottom: 2rem;
  278. }
  279. .masthead .overlay {
  280. position: absolute;
  281. background-color: #212529;
  282. height: 100%;
  283. width: 100%;
  284. top: 0;
  285. left: 0;
  286. opacity: 0.3;
  287. }
  288. .masthead h1 {
  289. font-size: 3rem;
  290. }
  291. .masthead h2 {
  292. font-size: 1.5rem;
  293. }
  294. @media (min-width: 768px) {
  295. .masthead {
  296. padding-top: 6rem;
  297. padding-bottom: 6rem;
  298. }
  299. .masthead h1 {
  300. font-size: 4rem;
  301. }
  302. .masthead h2 {
  303. font-size: 2rem;
  304. }
  305. }
  306. .showcase .showcase-text {
  307. padding: 3rem;
  308. }
  309. .showcase .showcase-img {
  310. min-height: 30rem;
  311. background-size: cover;
  312. }
  313. @media (min-width: 768px) {
  314. .showcase .showcase-text {
  315. padding: 7rem;
  316. }
  317. }
  318. .features-icons .features-icons-item {
  319. max-width: 20rem;
  320. margin: auto;
  321. }
  322. .features-icons .features-icons-item .features-icons-icon {
  323. width: 10rem;
  324. height: 10rem;
  325. margin: auto;
  326. border-radius: 100%;
  327. box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  328. display: flex;
  329. justify-content: center;
  330. align-items: center;
  331. transition-duration: 200ms;
  332. }
  333. .features-icons .features-icons-item .features-icons-icon img {
  334. height: 5rem;
  335. }
  336. .features-icons .features-icons-item .features-icons-icon:hover {
  337. transform: scale(1.05);
  338. transition-property: all;
  339. transition-timing-function: linear;
  340. }
  341. .features-icons .features-icons-item .title {
  342. font-size: 1.4375rem;
  343. margin-top: 0.625rem;
  344. }
  345. .features-icons .index-btn:hover .title {
  346. color: #0a4553;
  347. }
  348. .testimonials .testimonial-item {
  349. max-width: 100%;
  350. }
  351. .testimonials .testimonial-item img {
  352. width: 7rem;
  353. height: 7rem;
  354. box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  355. object-fit: contain;
  356. background: white;
  357. }
  358. .testimonials .section-title {
  359. font-size: 2.5rem;
  360. font-weight: 400;
  361. }
  362. .call-to-action {
  363. position: relative;
  364. background-color: #343a40;
  365. background: url("../img/bg-masthead.jpg") no-repeat center center;
  366. -webkit-background-size: cover;
  367. -moz-background-size: cover;
  368. -o-background-size: cover;
  369. background-size: cover;
  370. padding-top: 7rem;
  371. padding-bottom: 7rem;
  372. }
  373. .call-to-action .overlay {
  374. position: absolute;
  375. background-color: #212529;
  376. height: 100%;
  377. width: 100%;
  378. top: 0;
  379. left: 0;
  380. opacity: 0.3;
  381. }
  382. footer.footer {
  383. background-color: #0a4553;
  384. color: white;
  385. padding-top: 3rem;
  386. padding-bottom: 3rem;
  387. }
  388. footer.footer a {
  389. color: white;
  390. }
  391. footer.footer .partner-list {
  392. background-color: rgba(250, 250, 250, 0.5);
  393. border-radius: 6px;
  394. padding: 10px 0;
  395. }
  396. .modal {
  397. display: none;
  398. position: fixed;
  399. z-index: 2000;
  400. padding-top: 100px;
  401. left: 0;
  402. top: 0;
  403. width: 100%;
  404. height: 100%;
  405. overflow: auto;
  406. background-color: black;
  407. background-color: rgba(0, 0, 0, 0.5);
  408. }
  409. .modal-content {
  410. background-color: #fefefe;
  411. margin: auto;
  412. padding: 20px;
  413. width: 80%;
  414. }
  415. .modal-content #myInput {
  416. width: 80%;
  417. margin-left: auto;
  418. margin-right: auto;
  419. background-color: #e9e9e9;
  420. padding: 20px;
  421. border-radius: 10px;
  422. margin-bottom: 20px;
  423. }
  424. .modal-content .modal-close {
  425. text-align: right;
  426. margin-top: -13px;
  427. margin-bottom: 13px;
  428. }
  429. .modal-content .close {
  430. color: #aaaaaa;
  431. float: none;
  432. font-size: 35px;
  433. font-weight: bold;
  434. }
  435. .modal-content .close:hover,
  436. .modal-content .close:focus {
  437. color: #000;
  438. text-decoration: none;
  439. cursor: pointer;
  440. }
  441. .modal-content .btn {
  442. width: 100%;
  443. max-width: 200px;
  444. margin-left: auto;
  445. margin-right: auto;
  446. }
  447. #screensaver {
  448. position: absolute;
  449. width: 100%;
  450. height:100%;
  451. left:0px;
  452. top: 0px;
  453. display: none;
  454. z-index:9999;
  455. background-color:#4c4c4c;
  456. color:rgba(255, 255, 255, 0.5);
  457. text-align: center;
  458. padding-top: 40vh;
  459. margin-bottom: auto;
  460. }
  461. .strong {
  462. font-weight:bold;
  463. }