landing-page.css 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. /*!
  2. * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
  3. * Copyright 2013-2020 Start Bootstrap
  4. * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
  5. */
  6. body {
  7. font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  8. background-color: #e9e9e9;
  9. }
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6 {
  16. font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  17. font-weight: 700;
  18. }
  19. header.masthead {
  20. position: relative;
  21. background-color: #343a40;
  22. background: url("../img/bg-masthead.jpg") no-repeat center center;
  23. background-size: cover;
  24. padding-top: 8rem;
  25. padding-bottom: 8rem;
  26. }
  27. header.masthead .overlay {
  28. position: absolute;
  29. background-color: #212529;
  30. height: 100%;
  31. width: 100%;
  32. top: 0;
  33. left: 0;
  34. opacity: 0.1;
  35. }
  36. header.masthead h1 {
  37. font-size: 2rem;
  38. }
  39. @media (min-width: 768px) {
  40. header.masthead {
  41. padding-top: 12rem;
  42. padding-bottom: 12rem;
  43. }
  44. header.masthead h1 {
  45. font-size: 3rem;
  46. }
  47. }
  48. .showcase .showcase-text {
  49. padding: 3rem;
  50. }
  51. .showcase .showcase-img {
  52. min-height: 30rem;
  53. background-size: cover;
  54. }
  55. @media (min-width: 768px) {
  56. .showcase .showcase-text {
  57. padding: 7rem;
  58. }
  59. }
  60. .features-icons {
  61. background-color: #bac9d0;
  62. }
  63. .features-icons .features-icons-item {
  64. background-color: rgba(255, 255, 255, 0.5);
  65. padding: 2%;
  66. }
  67. .features-icons .features-icons-item .features-icons-icon {
  68. height: 7rem;
  69. }
  70. .features-icons .features-icons-item .features-icons-icon i {
  71. font-size: 4.5rem;
  72. }
  73. .features-icons .features-icons-item:hover .features-icons-icon i {
  74. font-size: 5rem;
  75. }
  76. .testimonials .testimonial-item {
  77. max-width: 18rem;
  78. }
  79. .testimonials .testimonial-item img {
  80. width: 10rem;
  81. height: 10rem;
  82. box-shadow: 0px 5px 5px 0px #adb5bd;
  83. }
  84. .call-to-action {
  85. position: relative;
  86. background-color: #343a40;
  87. background: url("../img/bg-masthead.jpg") no-repeat center center;
  88. background-size: cover;
  89. padding-top: 7rem;
  90. padding-bottom: 7rem;
  91. }
  92. .call-to-action .overlay {
  93. position: absolute;
  94. background-color: #212529;
  95. height: 100%;
  96. width: 100%;
  97. top: 0;
  98. left: 0;
  99. opacity: 0.3;
  100. }
  101. footer.footer {
  102. padding-top: 4rem;
  103. padding-bottom: 4rem;
  104. }
  105. #search {
  106. background-color: black;
  107. background: url(../img/bg-masthead.jpg) no-repeat center center;
  108. background-size: cover;
  109. }
  110. #search-options {
  111. position: relative;
  112. width: 100%;
  113. margin-left: auto;
  114. margin-right: auto;
  115. }
  116. @media (min-width: 768px) {
  117. #search-options {
  118. width: 50%;
  119. }
  120. }
  121. .drop-down-content > select > option {
  122. background-color: #000;
  123. }
  124. .form-select-container {
  125. display: flex;
  126. justify-content: center;
  127. margin-top: 15px;
  128. }
  129. .form-select {
  130. background-color: transparent;
  131. border: 0;
  132. border-bottom: 2px solid white;
  133. margin-right: 2rem;
  134. color: #fff;
  135. font-size: 18px;
  136. text-align: center;
  137. }
  138. .form-select option {
  139. color: black;
  140. }
  141. .form-control {
  142. font-size: 24px;
  143. border-color: white;
  144. }
  145. .form-control + .input-group-append .btn {
  146. border-width: 3px;
  147. border-color: white;
  148. }
  149. #input-range {
  150. color: #fff;
  151. padding-top: 0.5rem;
  152. font-size: 18px;
  153. }
  154. #myRange {
  155. width: 20%;
  156. }
  157. .slider {
  158. -webkit-appearance: none;
  159. width: 100%;
  160. height: 10px;
  161. border-radius: 5px;
  162. background: #d3d3d3;
  163. outline: none;
  164. opacity: 0.7;
  165. -webkit-transition: 0.2s;
  166. transition: opacity 0.2s;
  167. }
  168. .slider::-webkit-slider-thumb {
  169. -webkit-appearance: none;
  170. appearance: none;
  171. width: 20px;
  172. height: 20px;
  173. border-radius: 50%;
  174. background: red;
  175. cursor: pointer;
  176. }
  177. .search-image {
  178. width: 30px;
  179. }
  180. .btn-outline-secondary {
  181. background-color: #fff;
  182. border-radius: 0;
  183. border-color: #fff;
  184. }
  185. .btn-icon {
  186. height: 24px;
  187. }
  188. .btn-icon-btn {
  189. background-color: #e7e7e7;
  190. border-color: transparent;
  191. border-radius: 0.25rem;
  192. border: 1px solid transparent;
  193. padding: 0.375rem 0.75rem;
  194. font-size: 1rem;
  195. line-height: 1.5;
  196. }
  197. #results-cont {
  198. width: 100%;
  199. margin-left: auto;
  200. margin-right: auto;
  201. padding: 2%;
  202. background-color: #e9e9e9;
  203. }
  204. #res-check {
  205. width: 100%;
  206. margin-left: auto;
  207. margin-right: auto;
  208. background-color: #e9e9e9;
  209. padding-top: 5%;
  210. }
  211. #res-table {
  212. background-color: #fff;
  213. }
  214. article {
  215. margin-bottom: 20px;
  216. }
  217. .card-header {
  218. background-color: #6c757d;
  219. color: #fff;
  220. }
  221. .row-itinerari {
  222. padding-top: 50px;
  223. padding-bottom: 50px;
  224. }
  225. .wrap-bg-img-itinerari {
  226. position: relative;
  227. min-height: 250px;
  228. height: 250px;
  229. width: auto;
  230. background-color: #244080;
  231. }
  232. .row-itinerari .card-body {
  233. text-align: center;
  234. background-color: #a71b24;
  235. height: 90px;
  236. }
  237. .card-body {
  238. -ms-flex: 1 1 auto;
  239. flex: 1 1 auto;
  240. min-height: 1px;
  241. padding: 1.25rem;
  242. }
  243. .card-title {
  244. color: #fff;
  245. line-height: 50px;
  246. }
  247. .bg-img-itinerari {
  248. position: absolute;
  249. z-index: 0;
  250. top: 0;
  251. left: 0;
  252. right: 0;
  253. bottom: 0;
  254. background-repeat: no-repeat;
  255. background-size: cover;
  256. background-position: 50% 50%;
  257. }
  258. #percorso {
  259. padding: 1% 5%;
  260. }
  261. .ico-img {
  262. margin-left: auto;
  263. margin-right: auto;
  264. }
  265. #search_fp {
  266. width: 70%;
  267. margin-left: auto;
  268. margin-right: auto;
  269. }
  270. header.masthead {
  271. padding-top: 8rem;
  272. padding-bottom: 4rem;
  273. }
  274. .more {
  275. background-color: #a71b24;
  276. color: #fff;
  277. padding: 2rem;
  278. font-size: 20px;
  279. }
  280. .slideshow {
  281. padding: 2rem;
  282. min-height: 30rem;
  283. }
  284. .slideshow-img {
  285. background-size: 35rem;
  286. height: 35rem;
  287. background-repeat: no-repeat;
  288. background-position: center;
  289. }
  290. .slideshow-text p {
  291. font-size: 16px;
  292. padding: 10%;
  293. }
  294. .ang {
  295. position: absolute;
  296. background-color: #a71b24;
  297. color: #fff;
  298. font-size: 60px;
  299. border-radius: 50%;
  300. width: 70px;
  301. height: 70px;
  302. text-align: center;
  303. line-height: 70px;
  304. }
  305. .btn-text {
  306. font-size: 10px;
  307. text-transform: uppercase;
  308. margin-bottom: 0;
  309. }
  310. .img-logo {
  311. max-height: 30px;
  312. width: auto;
  313. }
  314. #wb_Shape1 {
  315. width: 80%;
  316. margin-left: auto;
  317. margin-right: auto;
  318. background-color: #fff;
  319. }
  320. .tab-content a:link {
  321. color: #000;
  322. background-color: transparent;
  323. text-decoration: none;
  324. font-weight: bold;
  325. }
  326. .tab-content a:visited {
  327. color: #000;
  328. background-color: transparent;
  329. text-decoration: none;
  330. font-weight: bold;
  331. }
  332. .tab-content a:hover {
  333. color: #007bff;
  334. background-color: transparent;
  335. text-decoration: underline;
  336. }
  337. .tab-content h2 a:link {
  338. color: #fff;
  339. background-color: transparent;
  340. text-decoration: none;
  341. font-weight: bold;
  342. }
  343. .tab-content h2 a:visited {
  344. color: #fff;
  345. background-color: transparent;
  346. text-decoration: none;
  347. font-weight: bold;
  348. }
  349. .tab-content h2 a:hover {
  350. color: #007bff;
  351. background-color: transparent;
  352. text-decoration: underline;
  353. }
  354. table a:link {
  355. color: #000;
  356. background-color: transparent;
  357. text-decoration: none;
  358. font-weight: bold;
  359. }
  360. table a:visited {
  361. color: #000;
  362. background-color: transparent;
  363. text-decoration: none;
  364. font-weight: bold;
  365. }
  366. table a:hover {
  367. color: #007bff;
  368. background-color: transparent;
  369. text-decoration: underline;
  370. }
  371. #info_link {
  372. width: 100%;
  373. }
  374. #info_ico {
  375. width: 100%;
  376. }
  377. #info_obj {
  378. width: 100%;
  379. }
  380. .tab {
  381. display: none; /* Hidden by default */
  382. position: fixed; /* Stay in place */
  383. z-index: 1; /* Sit on top */
  384. padding-top: 100px; /* Location of the box */
  385. padding-bottom: 100px;
  386. left: 0;
  387. top: 0;
  388. width: 100%; /* Full width */
  389. height: 100%; /* Full height */
  390. overflow: auto; /* Enable scroll if needed */
  391. background-color: #e9e9e9;
  392. }
  393. .tab-content {
  394. background-color: #fff;
  395. margin: auto;
  396. width: 80%;
  397. }
  398. #tab_container {
  399. padding: 20px;
  400. }
  401. .tab-content h2 {
  402. padding: 20px;
  403. background-color: #3f4149;
  404. color: #fff;
  405. }
  406. /* The Back Button */
  407. .back {
  408. color: #000;
  409. float: left;
  410. font-size: 20px;
  411. font-weight: bold;
  412. width: 100%;
  413. background-color: #e9e9e9;
  414. }
  415. .back:hover,
  416. .back:focus {
  417. color: #000;
  418. text-decoration: none;
  419. cursor: pointer;
  420. }
  421. #wb_intro {
  422. max-width: 900px;
  423. margin: 0 auto;
  424. font-size: 20px;
  425. font-weight: 300;
  426. }
  427. #wb_intro h2 {
  428. text-align: center;
  429. font-size: 2.375rem;
  430. font-weight: 400;
  431. margin-bottom: 0.9375rem;
  432. }
  433. .results {
  434. display: none;
  435. margin-left: auto;
  436. margin-right: auto;
  437. min-height: 150px;
  438. border: 1px solid;
  439. background-color: #fff;
  440. border-radius: 6px;
  441. overflow: hidden;
  442. margin-bottom: 35px;
  443. }
  444. .section_title {
  445. background-color: #3f4149;
  446. color: #fff;
  447. padding-top: 7px;
  448. padding-bottom: 10px;
  449. font-weight: 600;
  450. }
  451. .section_type {
  452. font-size: 18px;
  453. }
  454. .section_desc {
  455. font-weight: 500;
  456. }
  457. .num_res {
  458. display: flex;
  459. justify-content: end;
  460. align-items: end;
  461. }
  462. .num_res p {
  463. margin-bottom: 0;
  464. }
  465. .res {
  466. padding-top: 15px;
  467. padding-bottom: 15px;
  468. font-size: 14px;
  469. }
  470. .res:not(:last-child) {
  471. border-bottom: 1px solid #000;
  472. }
  473. .res_list {
  474. max-height: 400px;
  475. overflow: auto;
  476. }
  477. .res_list .no-results {
  478. padding-top: 10px;
  479. }
  480. .res_list .no-results span {
  481. font-style: italic;
  482. }
  483. .res .title_doc {
  484. color: #000;
  485. background-color: transparent;
  486. text-decoration: none;
  487. font-weight: bold;
  488. cursor: pointer;
  489. }
  490. .res .title_doc:visited {
  491. color: #000;
  492. background-color: transparent;
  493. text-decoration: none;
  494. font-weight: bold;
  495. }
  496. .res .title_doc:hover {
  497. color: #C41C22;
  498. background-color: transparent;
  499. text-decoration: underline;
  500. }
  501. .res button {
  502. color: #30383f9e;
  503. font-size: 12px;
  504. }
  505. .btn-menu {
  506. color: #a7a7a7;
  507. text-transform: uppercase;
  508. }
  509. .btn-menu:hover {
  510. color: #fff;
  511. }
  512. .navbar-nav .active {
  513. color: #fff;
  514. }
  515. .sharp {
  516. background-color: #b6192447;
  517. }
  518. #advSearch {
  519. text-align: right;
  520. margin-top: -5px;
  521. margin-bottom: 5px;
  522. font-size: 17px;
  523. }
  524. #advSearch a {
  525. color: #fff;
  526. }