style.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. body {
  2. padding-top: 85px;
  3. font-family: "Open Sans", sans-serif;
  4. }
  5. .margin-top-30 {
  6. margin-top: 30px;
  7. }
  8. h1, h2, h3, h4, h5, h6 {
  9. font-family: "Raleway", sans-serif;
  10. color: #406c96;
  11. }
  12. .highlight-primary {
  13. background: #406c96;
  14. color: #ffffff;
  15. padding: 5px 25px;
  16. display: inline;
  17. line-height: 60px;
  18. border-radius: 5px;
  19. }
  20. a {
  21. color: #406c96;
  22. }
  23. .navbar {
  24. background-color: #fff;
  25. min-height: 85px;
  26. text-transform: uppercase;
  27. font-family: "Raleway", sans-serif;
  28. border-bottom: 1px solid #ccc;
  29. padding-top: 15px;
  30. text-align: center;
  31. }
  32. .navbar-brand {
  33. padding: 0;
  34. }
  35. .navbar span {
  36. font-size: 10px;
  37. color: #cccccc;
  38. text-align: center;
  39. }
  40. .navbar-nav > li {
  41. padding-bottom: 5px;
  42. }
  43. .navbar-nav > li > a {
  44. padding-bottom: 0;
  45. color: #666666;
  46. }
  47. .nav > li > a:hover, .nav > li > a:focus {
  48. background: none;
  49. }
  50. .navbar li:hover {
  51. background: #f4f4f4;
  52. cursor: pointer;
  53. }
  54. .navbar li li:hover {
  55. border-left: 4px solid #406c96;
  56. }
  57. .navbar li.active {
  58. background: #406c96;
  59. color: #ffffff;
  60. }
  61. .navbar li.active a {
  62. color: #ffffff;
  63. }
  64. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  65. color: #fff;
  66. background-color: #406c96;
  67. }
  68. section {
  69. padding: 30px 0;
  70. overflow: hidden;
  71. }
  72. section h1 {
  73. margin: 30px 0;
  74. }
  75. .section-showcase img {
  76. width: 100%;
  77. position: relative;
  78. float: right;
  79. margin-right: -500px;
  80. }
  81. .section-default {
  82. background: #f7f8f7;
  83. }
  84. .section-primary {
  85. background: #406c96;
  86. color: #ffffff;
  87. }
  88. .list-feature {
  89. list-style: none;
  90. line-height: 2em;
  91. padding: 5px 0;
  92. font-size: 18px;
  93. }
  94. .fa {
  95. margin-right: 10px;
  96. color: #406c96;
  97. font-size: 1.5em;
  98. }
  99. .fa-white {
  100. color: #ffffff;
  101. }
  102. .fa-lg {
  103. font-size: 4em;
  104. }
  105. .content-icons {
  106. text-align: center;
  107. }
  108. .content-icons h4 {
  109. color: #ffffff;
  110. }
  111. .content-icons i {
  112. display: block;
  113. padding-bottom: 15px;
  114. }
  115. .content-devices {
  116. text-align: center;
  117. }
  118. .content-devices img {
  119. position: relative;
  120. }
  121. .content-devices img#laptop {
  122. z-index: 100;
  123. margin-left: -95px;
  124. width: 290px;
  125. }
  126. .content-devices img#desktop {
  127. width: 375px;
  128. }
  129. .content-devices img#mobile {
  130. z-index: 100;
  131. width: 190px;
  132. }
  133. #footer-main {
  134. background: #406c96;
  135. color: #ffffff;
  136. border-top: #333333 8px solid;
  137. padding: 40px 0;
  138. }
  139. #footer-main h4, #footer-main a {
  140. color: #ffffff;
  141. }
  142. #footer-main li {
  143. list-style: square;
  144. line-height: 2em;
  145. }
  146. .animate {
  147. transition: 1s ease-in-out;
  148. /* modo da animacao*/
  149. animation-fill-mode: forwards;
  150. /* duracao da animacao */
  151. animation-duration: 1s;
  152. }
  153. img#main.animate {
  154. transform: translate(-40em, 0)
  155. }
  156. img#laptop.animate {
  157. transform: translate(12em, 0)
  158. }
  159. img#mobile.animate {
  160. transform: translate(-8em, 0)
  161. }
  162. @media(min-width:601px) and (max-width:960px) {
  163. .content-devices img#laptop {
  164. width: 235px;
  165. }
  166. .content-devices img#desktop {
  167. width: 293px;
  168. }
  169. .content-devices img#mobile {
  170. width: 148px;
  171. }
  172. }
  173. @media(max-width:600px) {
  174. .content-devices img#laptop {
  175. display: none;
  176. }
  177. .content-devices img#desktop {
  178. width: 263px;
  179. }
  180. .content-devices img#mobile {
  181. display: none;
  182. }
  183. }
  184. @media(max-width:768px) {
  185. h1 {
  186. font-size: 35px;
  187. text-align: center;
  188. }
  189. h2 {
  190. font-size: 25px ;
  191. text-align: center;
  192. display: block !important;
  193. line-height: 1.5em !important;
  194. }
  195. .content-icons i {
  196. margin-top: 20px;
  197. }
  198. }