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. /*************NAVBAR************/
  103. #top_wrapper
  104. {
  105. background-color: rgba(255,255,255,255);
  106. width: 100%;
  107. position: fixed;
  108. top: 0px;
  109. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  110. border-bottom: 1px solid ;
  111. padding-top: 10px;
  112. height: 66px;
  113. z-index: 4;
  114. }
  115. #navbar
  116. {
  117. display: table;
  118. width: 90%;
  119. margin: 0px auto;
  120. background-color:#FFF;
  121. padding-bottom: 10px;
  122. font-family: 'Open Sans';
  123. font-size: 100%;
  124. color: #485260;
  125. letter-spacing: 5px;
  126. }
  127. #navlist
  128. {
  129. text-transform: uppercase;
  130. height: 55px;
  131. text-align:center;
  132. width: 70%;
  133. padding-bottom: 30px;
  134. display: table-row;
  135. }
  136. #navlist li
  137. {
  138. vertical-align: middle;
  139. display: table-cell;
  140. text-align: center;
  141. width: 0%;
  142. }
  143. /*************HEADERS STYLE************/
  144. hr
  145. {
  146. color: #465A68;
  147. background-color: #465A68;
  148. height: 1px;
  149. }
  150. h2
  151. {
  152. font-family: 'Open Sans';
  153. font-weight: 300;
  154. font-size: 20px;
  155. }
  156. .tabla
  157. {
  158. margin: 50px auto;
  159. text-align: center;
  160. display:table;
  161. border: 1px solid;
  162. }
  163. h3
  164. {
  165. display: table-cell;
  166. vertical-align: middle;
  167. font-family: 'Champagne and Limousine';
  168. font-weight: normal;
  169. color: #D8DFE1;
  170. background: #475A68;
  171. width: 200px;
  172. height: 50px;
  173. text-align: center;
  174. margin: 0px auto;
  175. text-transform: uppercase;
  176. letter-spacing: 2px;
  177. }
  178. h1
  179. {
  180. font-weight:normal;
  181. width: 100%;
  182. text-align: center;
  183. border-bottom: 1px solid #465A68;
  184. line-height: 0.1em;
  185. font-family: 'Champagne and Limousine';
  186. margin: 30px auto;
  187. color: #465A68;
  188. font-size: 190%;
  189. font-style: normal;
  190. letter-spacing: 5px;
  191. }
  192. h1 span {
  193. background:#fff;
  194. padding:0 10px;
  195. }
  196. h2
  197. {
  198. text-align: center;
  199. color : #fff;
  200. }
  201. h4
  202. {
  203. font-size: 30px;
  204. color:#BCC9CC;
  205. text-align: right;
  206. font-family: 'Champagne and Limousine';
  207. font-weight: normal;
  208. margin: 0 0;
  209. }
  210. h5
  211. {
  212. letter-spacing: 1px;
  213. font-size: 30px;
  214. color:#BCC9CC;
  215. text-align: left;
  216. font-family: 'Champagne and Limousine';
  217. font-weight: normal;
  218. margin: 0 0;
  219. }
  220. h6{
  221. font-family: 'Open Sans';
  222. font-size: 16px;
  223. font-weight: normal;
  224. background-color: #2B4C5F;
  225. color: #FFF;
  226. margin-bottom: -30px;
  227. padding: 10px;
  228. }
  229. a:visited, a:link
  230. {
  231. color: #485260;
  232. text-decoration:none;
  233. }
  234. a:hover
  235. {
  236. opacity: 0.5; transition: opacity 0.3s ease-in-out;
  237. }
  238. li a
  239. {
  240. cursor: pointer;
  241. width: 200px;
  242. list-style-type: none;
  243. margin-bottom: 3px;
  244. }
  245. li:hover
  246. {
  247. opacity: 0.5;
  248. transition: opacity 0.5s ease-in-out;
  249. }
  250. .hidden { display: none;}
  251. b { font-weight: bold; }
  252. .center { display:block; margin: 0px auto; text-align:center;}
  253. .titulin { font-size: 23px; font-weight: bold;}
  254. #exit{ width: 90%; height: 30px; margin: 0 auto; cursor: pointer; float: right !important; text-align:right; }
  255. /*************SECCIONES************/
  256. #graficas{
  257. margin: 20px auto;
  258. }
  259. .seccion{
  260. width: 90%;
  261. height: auto;
  262. text-align: center;
  263. margin: 0px auto;
  264. padding-top: 70px;
  265. }
  266. .titulos{
  267. font-family: 'Champagne and Limousine';
  268. font-size: 19pt;
  269. text-align: center !important;
  270. margin: 0px auto 40px;
  271. background-color: #7B9299;
  272. color: #FFF;
  273. width: 50%;
  274. }
  275. .titulos > a:visited{
  276. color: #FFF;
  277. }
  278. /*********GALLERY************/
  279. #gallery{
  280. width: 60%;
  281. margin: 0 auto;
  282. }
  283. .clear{ clear:both;}
  284. div.img {
  285. margin: 15px;
  286. padding: 15px;
  287. height: auto;
  288. width: auto;
  289. float: left;
  290. text-align: center;
  291. }
  292. div.img img {
  293. display: inline;
  294. margin: 5px;
  295. }
  296. div.desc {
  297. text-align: center;
  298. font-weight: normal;
  299. /*width: 120px;*/
  300. margin: 5px;
  301. }
  302. @media screen and (max-width: 1855px){
  303. #gallery{ width: 70%; }
  304. }
  305. @media screen and (max-width: 1867px){
  306. #gallery{ width: 80%; }
  307. }
  308. @media screen and (max-width: 1441px){
  309. #gallery{ width: 90%; }
  310. }
  311. @media (max-width: 1100px){
  312. #navbar { letter-spacing: 0px!important; }
  313. #navlist li { width: auto !important;}
  314. }
  315. @media (min-width: 791px){
  316. #navbar #responsive{ display: none; }
  317. }
  318. @media (max-width:790px){
  319. #navbar #navlist{ display:none; }
  320. #footer-outer
  321. {
  322. background-color: #475A68;
  323. font-family: 'Open Sans';
  324. font-size: 26px;
  325. color: #BCC9CC;
  326. width: 100%;
  327. height: 300px!important;
  328. }
  329. #navbar{
  330. display: table;
  331. width: 70% !important;
  332. margin: 0px auto !important;
  333. padding-bottom: 10px;
  334. font-family: 'Champagne and Limousine'!important;
  335. font-size: 120%!important;
  336. color: #485260!important;
  337. letter-spacing: 5px!important;
  338. }
  339. #responsive img{
  340. width: 55px;
  341. height: auto;
  342. }
  343. #responsive
  344. {
  345. text-transform: uppercase;
  346. text-align:center;
  347. width: 70%;
  348. padding-bottom: 30px;
  349. display: table-row;
  350. }
  351. #responsive li
  352. {
  353. vertical-align: middle;
  354. display: table-cell;
  355. text-align: center;
  356. width: 0%;
  357. }
  358. #top_wrapper{
  359. height: 70px!important;
  360. }
  361. }
  362. @media screen and (max-width:820px){
  363. div.img {float:none;margin:0;padding:0;width:100%;}
  364. }
  365. @media screen and (max-width:490px){
  366. #gallery {width:100%;}
  367. div.img {float:none;margin:0;padding:0;width:100%;}
  368. }