menu.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. @font-face {
  2. font-family: 'Champagne and Limousine';
  3. src: url('../Fonts/Champagne&Limousines.ttf');
  4. -webkit-font-smoothing: antialiased;
  5. font-weight: 700;
  6. }
  7. @font-face {
  8. font-family: "Open Sans";
  9. font-style: normal;
  10. font-weight: 300;
  11. src: url("../Fonts/OpenSans.woff") format("woff");
  12. }
  13. html, body
  14. {
  15. margin: 0px auto;
  16. font-family: 'Open Sans';
  17. -webkit-font-smoothing: antialiased;
  18. -webkit-text-stroke: 0.50px;
  19. position: relative;
  20. }
  21. /**************CONTACT DIV**************/
  22. #overlay-contact {
  23. position: fixed;
  24. top: 0;
  25. left: 0;
  26. height: 100%;
  27. width: 100%;
  28. background-color: rgba(0,0,0,0.5);
  29. z-index: 10;
  30. font-variant: normal;
  31. font-weight: normal;
  32. color: white;
  33. font-size: 26px;
  34. text-align: center;
  35. display: none;
  36. }
  37. #facebook-link{
  38. position: fixed;
  39. top: 20px;
  40. z-index: 99;
  41. right: 20px;
  42. }
  43. #message{ resize: vertical; overflow:auto; max-height: 200px;}
  44. .basic-grey {
  45. width: 50%;
  46. position: fixed;
  47. left: 50%;
  48. margin: 0 0 0 -25%;
  49. z-index: 11;
  50. background: #465A68;
  51. padding: 20px 30px 20px 30px;
  52. font-family: 'Open Sans';
  53. font-size: 14px;
  54. letter-spacing: 2px;
  55. color: #BCC9CC ;
  56. border:1px solid #DADADA;
  57. display: none;
  58. -webkit-text-stroke: 0.50px;
  59. }
  60. .basic-grey label {
  61. display: block;
  62. margin: 0px 0px 5px;
  63. }
  64. .basic-grey label>span {
  65. float: left;
  66. width: 80px;
  67. text-align: right;
  68. padding-right: 10px;
  69. margin-top: 10px;
  70. color: #BCC9CC ;
  71. -webkit-text-stroke: 0.50px;
  72. }
  73. .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea,.basic-grey select{
  74. border: 1px solid #DADADA;
  75. color: #888;
  76. height: 24px;
  77. margin-bottom: 16px;
  78. margin-right: 6px;
  79. margin-top: 2px;
  80. outline: 0 none;
  81. padding: 3px 3px 3px 5px;
  82. width: 85%;
  83. font-family: 'Open Sans';
  84. font-size: 12px;
  85. }
  86. #btnconsulta { float: right; display:block; }
  87. .basic-grey textarea{
  88. height:100px;
  89. letter-spacing: 2px;
  90. }
  91. .basic-grey .button {
  92. background: #BCC9CC;
  93. border: none;
  94. padding: 10px 25px 10px 25px;
  95. color: #465A68;
  96. }
  97. .basic-grey .button:hover {
  98. opacity: 0.5;
  99. transition: opacity 0.2s ease-in-out;
  100. }
  101. /******************RESPONSIVE MENU******************/
  102. @media (max-width: 1100px){
  103. #navbar { letter-spacing: 0px!important; }
  104. #navlist li { width: auto !important;}
  105. }
  106. @media (min-width: 791px){
  107. #navbar #responsive{ display: none; }
  108. }
  109. @media (max-width:790px){
  110. #navbar #navlist{ display:none; }
  111. #footer-outer
  112. {
  113. background-color: #475A68;
  114. font-family: 'Open Sans';
  115. font-size: 26px;
  116. color: #BCC9CC;
  117. width: 100%;
  118. height: 300px!important;
  119. }
  120. #navbar{
  121. display: table;
  122. width: 70% !important;
  123. margin: 0px auto !important;
  124. padding-bottom: 10px;
  125. font-family: 'Champagne and Limousine'!important;
  126. font-size: 120%!important;
  127. color: #485260!important;
  128. letter-spacing: 5px!important;
  129. }
  130. #responsive img{
  131. width: 55px;
  132. height: auto;
  133. }
  134. #responsive
  135. {
  136. text-transform: uppercase;
  137. text-align:center;
  138. width: 70%;
  139. padding-bottom: 30px;
  140. display: table-row;
  141. }
  142. #responsive li
  143. {
  144. vertical-align: middle;
  145. display: table-cell;
  146. text-align: center;
  147. width: 0%;
  148. }
  149. #top_wrapper{
  150. height: 70px!important;
  151. }
  152. }
  153. /*************NAVBAR************/
  154. #top_wrapper
  155. {
  156. background-color: rgba(255,255,255,255);
  157. width: 100%;
  158. position: fixed;
  159. top: 0px;
  160. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  161. border-bottom: 1px solid ;
  162. padding-top: 10px;
  163. height: 66px;
  164. z-index: 4;
  165. }
  166. #navbar
  167. {
  168. display: table;
  169. width: 90%;
  170. margin: 0px auto;
  171. background-color:#FFF;
  172. padding-bottom: 10px;
  173. font-family: 'Open Sans';
  174. font-size: 100%;
  175. color: #485260;
  176. letter-spacing: 5px;
  177. }
  178. #navlist
  179. {
  180. text-transform: uppercase;
  181. height: 55px;
  182. text-align:center;
  183. width: 70%;
  184. padding-bottom: 30px;
  185. display: table-row;
  186. }
  187. #navlist li
  188. {
  189. vertical-align: middle;
  190. display: table-cell;
  191. text-align: center;
  192. width: 0%;
  193. }
  194. /*************HEADERS STYLE************/
  195. hr
  196. {
  197. color: #465A68;
  198. background-color: #465A68;
  199. height: 1px;
  200. }
  201. h2
  202. {
  203. font-family: 'Open Sans';
  204. font-weight: 300;
  205. font-size: 20px;
  206. }
  207. .tabla
  208. {
  209. margin: 50px auto;
  210. text-align: center;
  211. display:table;
  212. border: 1px solid;
  213. }
  214. h3
  215. {
  216. display: table-cell;
  217. vertical-align: middle;
  218. font-family: 'Champagne and Limousine';
  219. font-weight: normal;
  220. color: #D8DFE1;
  221. background: #475A68;
  222. width: 200px;
  223. height: 50px;
  224. text-align: center;
  225. margin: 0px auto;
  226. text-transform: uppercase;
  227. letter-spacing: 2px;
  228. }
  229. h1
  230. {
  231. font-weight:normal;
  232. width: 100%;
  233. text-align: center;
  234. border-bottom: 1px solid #465A68;
  235. line-height: 0.1em;
  236. font-family: 'Champagne and Limousine';
  237. margin: 30px auto;
  238. color: #465A68;
  239. font-size: 190%;
  240. font-style: normal;
  241. letter-spacing: 5px;
  242. }
  243. h1 span {
  244. background:#fff;
  245. padding:0 10px;
  246. }
  247. h2
  248. {
  249. text-align: center;
  250. color : #fff;
  251. }
  252. h4
  253. {
  254. font-size: 30px;
  255. color:#BCC9CC;
  256. text-align: right;
  257. font-family: 'Champagne and Limousine';
  258. font-weight: normal;
  259. margin: 0 0;
  260. }
  261. h5
  262. {
  263. letter-spacing: 1px;
  264. font-size: 30px;
  265. color:#BCC9CC;
  266. text-align: left;
  267. font-family: 'Champagne and Limousine';
  268. font-weight: normal;
  269. margin: 0 0;
  270. }
  271. h6{
  272. font-family: 'Open Sans';
  273. font-size: 16px;
  274. font-weight: normal;
  275. background-color: #2B4C5F;
  276. color: #FFF;
  277. margin-bottom: -30px;
  278. padding: 10px;
  279. }
  280. p
  281. {
  282. margin: 40px 30px 70px 30px;
  283. font-family: 'Open Sans'/*'Raleway', sans-serif*/;
  284. font-size: 16px;
  285. text-align: center;
  286. /*letter-spacing: 2px;*/
  287. color: #465A68;/*#7196A6*/
  288. font-weight: 300;
  289. line-height: 23px;
  290. }
  291. a:visited, a:link
  292. {
  293. color: #485260;
  294. text-decoration:none;
  295. }
  296. a:hover
  297. {
  298. opacity: 0.5; transition: opacity 0.3s ease-in-out;
  299. }
  300. li a
  301. {
  302. cursor: pointer;
  303. width: 200px;
  304. list-style-type: none;
  305. margin-bottom: 3px;
  306. }
  307. li:hover
  308. {
  309. opacity: 0.5;
  310. transition: opacity 0.5s ease-in-out;
  311. }
  312. .hidden { display: none;}
  313. b { font-weight: bold; }
  314. .center { display:block; margin: 0px auto; text-align:center;}
  315. .titulin { font-size: 23px; font-weight: bold;}
  316. #exit{ width: 90%; height: 30px; margin: 0 auto; cursor: pointer; float: right !important; text-align:right; }
  317. /*************SECCIONES************/
  318. #graficas{
  319. margin: 20px auto;
  320. }
  321. .seccion{
  322. width: 90%;
  323. height: auto;
  324. text-align: center;
  325. margin: 0px auto;
  326. padding-top: 70px;
  327. }
  328. .titulos{
  329. font-family: 'Champagne and Limousine';
  330. font-size: 19pt;
  331. text-align: center !important;
  332. margin: 0px auto 40px;
  333. background-color: #7B9299;
  334. color: #FFF;
  335. width: 50%;
  336. }
  337. .titulos > a:visited{
  338. color: #FFF;
  339. }
  340. /*********GALLERY************/
  341. #gallery{
  342. width: 60%;
  343. margin: 0 auto;
  344. }
  345. div.img {
  346. margin: 15px;
  347. padding: 15px;
  348. height: auto;
  349. width: auto;
  350. float: left;
  351. text-align: center;
  352. }
  353. div.img img {
  354. display: inline;
  355. margin: 5px;
  356. }
  357. div.desc {
  358. text-align: center;
  359. font-weight: normal;
  360. /*width: 120px;*/
  361. margin: 5px;
  362. }
  363. @media screen and (max-width:490px){
  364. #gallery {width:100%;}
  365. div.img {float:none;margin:0;padding:0;width:100%;}
  366. }