especificos.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  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. #logo { opacity:0; transition: opacity 0.5s ease-in-out; }
  14. html, body
  15. {
  16. margin: 0px auto;
  17. font-family: 'Open Sans';
  18. -webkit-font-smoothing: antialiased;
  19. -webkit-text-stroke: 0.50px;
  20. position: relative;
  21. letter-spacing: 0.5px;
  22. }
  23. /**************CONTACT DIV**************/
  24. #overlay-contact {
  25. position: fixed;
  26. top: 0;
  27. left: 0;
  28. height: 100%;
  29. width: 100%;
  30. background-color: rgba(0,0,0,0.5);
  31. z-index: 10;
  32. font-variant: normal;
  33. font-weight: normal;
  34. color: white;
  35. font-size: 26px;
  36. text-align: center;
  37. display: none;
  38. }
  39. #facebook-link{
  40. position: fixed;
  41. top: 20px;
  42. z-index: 9;
  43. right: 20px;
  44. }
  45. #message{ resize: vertical; overflow:auto; max-height: 200px;}
  46. #basic-grey {
  47. position:fixed;
  48. top: 50%;
  49. left: 50%;
  50. transform: translate(-50%, -50%);
  51. width: 50%;
  52. z-index: 11;
  53. background: #465A68;
  54. padding: 20px 30px 20px 30px;
  55. font-family: 'Open Sans';
  56. font-size: 14px;
  57. letter-spacing: 2px;
  58. color: #BCC9CC ;
  59. border:1px solid #DADADA;
  60. display: none;
  61. }
  62. #basic-grey label {
  63. display: block;
  64. margin: 0px 0px 5px;
  65. }
  66. #basic-grey label>span {
  67. float: left;
  68. width: 80px;
  69. text-align: right;
  70. padding-right: 10px;
  71. margin-top: 10px;
  72. color: #BCC9CC ;
  73. -webkit-text-stroke: 0.50px;
  74. }
  75. #basic-grey input[type="text"], #basic-grey input[type="email"], #basic-grey textarea,#basic-grey select{
  76. border: 1px solid #DADADA;
  77. color: #888;
  78. height: 24px;
  79. margin-bottom: 16px;
  80. margin-right: 6px;
  81. margin-top: 2px;
  82. outline: 0 none;
  83. padding: 3px 3px 3px 5px;
  84. width: 85%;
  85. font-family: 'Open Sans';
  86. font-size: 12px;
  87. }
  88. #btnconsulta {
  89. position:absolute;
  90. right:10px;
  91. bottom:10px;
  92. display:block;
  93. background: #BCC9CC;
  94. border: none;
  95. padding: 10px 25px 10px 25px;
  96. color: #465A68;
  97. cursor:pointer;
  98. }
  99. #basic-grey textarea{
  100. height:100px;
  101. letter-spacing: 2px;
  102. }
  103. #basic-grey .button:hover {
  104. opacity: 0.5;
  105. transition: opacity 0.2s ease-in-out;
  106. }
  107. #btnconsulta:disabled { opacity:1 !important; color:grey; background-color:#c0c0c0; cursor:auto !important;}
  108. /******************RESPONSIVE MENU******************/
  109. /*************NAVBAR************/
  110. #top_wrapper
  111. {
  112. background-color: rgba(255,255,255,255);
  113. width: 100%;
  114. position: fixed;
  115. top: 0px;
  116. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  117. border-bottom: 1px solid ;
  118. padding-top: 10px;
  119. height: 66px;
  120. z-index: 4;
  121. }
  122. #navbar
  123. {
  124. display: table;
  125. width: 90%;
  126. margin: 0px auto;
  127. background-color:#FFF;
  128. padding-bottom: 10px;
  129. font-family: 'Open Sans';
  130. font-size: 100%;
  131. color: #485260;
  132. letter-spacing: 5px;
  133. }
  134. #navlist
  135. {
  136. text-transform: uppercase;
  137. text-align:center;
  138. height: 55px;
  139. width: 70%;
  140. padding-bottom: 30px;
  141. display: table-row;
  142. }
  143. #navlist li
  144. {
  145. vertical-align: middle;
  146. display: table-cell;
  147. text-align: center;
  148. width: 0%;
  149. }
  150. /*************SECCIONES************/
  151. .seccion{
  152. width: 90%;
  153. height: auto;
  154. text-align: center;
  155. margin: 0px auto;
  156. padding-top: 70px;
  157. }
  158. #producto
  159. {
  160. font-family: "Champagne and Limousine";
  161. font-size: 16px;
  162. color: #7B9299;
  163. letter-spacing: 5px;
  164. width: 660px;
  165. }
  166. #protector-slide {transition: opacity 1s; }
  167. #banner
  168. {
  169. width:100%;
  170. margin-top: 77px;
  171. transition: opacity 1s;
  172. }
  173. .transp { opacity: 0.5; }
  174. #banner p{
  175. color: white;
  176. -webkit-text-stroke: 0.10px;
  177. }
  178. #productos_titulo
  179. {
  180. width: auto;
  181. height: auto;
  182. padding-top: 1px;
  183. }
  184. /*
  185. #nosotros, #actividades, #distribuidoras, #cursos
  186. {
  187. }
  188. */
  189. #principal{
  190. font-family: 'Open Sans';
  191. font-size: 13pt;
  192. color: #465A68;
  193. }
  194. .titulos{
  195. font-family: 'Champagne and Limousine';
  196. font-size: 19pt;
  197. text-align: center !important;
  198. margin: 0px auto 40px;
  199. background-color: #7B9299;
  200. color: #FFF;
  201. width: 30%;
  202. padding: 10px 0px;
  203. }
  204. .titulo_curso{
  205. font-family: 'Open Sans';
  206. font-size: 19px;
  207. font-weight: bold;
  208. color: #465A68;
  209. text-align: center;
  210. cursor: pointer;
  211. margin-bottom:15px;
  212. }
  213. .descripcion_curso{
  214. margin: 0px auto;
  215. width: 70%;
  216. font-family: 'Open Sans'/*'Raleway', sans-serif*/;
  217. font-size: 16px;
  218. text-align: justify;
  219. /*letter-spacing: 2px;*/
  220. color: #465A68;/*#7196A6*/
  221. font-weight: 300;
  222. line-height: 23px;
  223. margin-bottom:40px;
  224. display: none;
  225. }
  226. .descripcion_curso i {
  227. text-align: center;
  228. font-size: 16pt;
  229. text-decoration: underline;
  230. }
  231. #cursos{
  232. width: 100%;
  233. height: auto;
  234. text-align: center;
  235. margin: 0px auto;
  236. padding-top: 70px;
  237. border-bottom: 1px solid #475A68;
  238. }
  239. #cursos h1 span{
  240. border: 1px solid;
  241. width: 100%;
  242. }
  243. #curso{
  244. background: url('../Images/back_pattern.png') repeat;
  245. }
  246. #productos
  247. {
  248. /*background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
  249. height: 400px;*/
  250. max-height: 100%;
  251. width: 90%;
  252. margin: 0px auto;
  253. font-family: 'Champagne and Limousine';
  254. /*font-size: 200%;*/
  255. color: #D8DFE1;
  256. text-align: center;
  257. }
  258. .descripciones{
  259. width: 90%;
  260. text-align: center;
  261. margin-top: 0px;
  262. margin-bottom: 40px;
  263. color: #2B4C5F;
  264. font-family: "Open Sans";
  265. font-size: 14px;
  266. display: inline-block;
  267. }
  268. .descripcion{
  269. text-align: center;
  270. width: 30%;
  271. padding: 0px 10px;
  272. display: inline-table;
  273. }
  274. /*************TABLAS************/
  275. #capital-tabla, #interior-tabla
  276. {
  277. background: none repeat scroll 0% 0% #FFF;
  278. width: 480px;
  279. border-collapse: collapse;
  280. text-align: center;
  281. margin: 20px auto;
  282. }
  283. thead
  284. {
  285. font-family: 'Champagne and Limousine';
  286. font-weight: normal;
  287. font-size: 150%;
  288. vertical-align: baseline;
  289. margin: 0px auto;
  290. padding: 0px;
  291. outline: 0px none;
  292. border: 0px none;
  293. background: none repeat scroll 0% 0% transparent;
  294. }
  295. th
  296. {
  297. font-weight: normal;
  298. padding: 10px 30px;
  299. color: #475A68;
  300. border-bottom: 1px solid;
  301. width: 130px;
  302. }
  303. tbody, td
  304. {
  305. font-family: 'Open Sans';
  306. font-size: 14px;
  307. font-weight: normal;
  308. padding: 10px;
  309. text-align: center;
  310. color: #475A68;
  311. }
  312. tbody tr:nth-child(odd) {
  313. background-color: #D8DFE1;
  314. }
  315. /**************FOOTER**************/
  316. #ok:hover, #ok:active, #ok
  317. {
  318. background-color:#BCC9CC;
  319. text-indent:0px;
  320. display:inline-block;
  321. color:#475A68;
  322. font-size:18px;
  323. font-weight:normal;
  324. font-style:normal;
  325. width:96px;
  326. text-align:center;
  327. height: 31px;
  328. }
  329. #footer-outer
  330. {
  331. background-color: #475A68;
  332. font-family: 'Open Sans';
  333. font-size: 26px;
  334. color: #BCC9CC;
  335. width: 100%;
  336. height: 250px;
  337. }
  338. #footer-inner-left
  339. {
  340. font-family: 'Open Sans';
  341. padding-top: 30px;
  342. padding-left: 30px;
  343. width: 40%;
  344. float: left;
  345. display: inline;
  346. text-align: left;
  347. font-size: 15px;
  348. }
  349. #footer-inner-right
  350. {
  351. font-family: 'Open Sans';
  352. font-size: 15px;
  353. padding-top: 20px;
  354. padding-right: 30px;
  355. width: 40%;
  356. float: right;
  357. display:inline;
  358. text-align: right;
  359. }
  360. #suscribe
  361. {
  362. width : 40%;
  363. height: 30px;
  364. background-color: #BCC9CC;
  365. border: 0px;
  366. margin-top: 20px;
  367. }
  368. #input-footer{
  369. }
  370. /*************HEADERS STYLE************/
  371. hr
  372. {
  373. color: #465A68;
  374. background-color: #465A68;
  375. height: 1px;
  376. }
  377. h2
  378. {
  379. font-family: 'Open Sans';
  380. font-weight: 300;
  381. font-size: 20px;
  382. }
  383. .tabla
  384. {
  385. margin: 50px auto;
  386. text-align: center;
  387. display:table;
  388. border: 1px solid;
  389. }
  390. h3
  391. {
  392. display: table-cell;
  393. vertical-align: middle;
  394. font-family: 'Champagne and Limousine';
  395. font-weight: normal;
  396. color: #D8DFE1;
  397. background: #475A68;
  398. width: 200px;
  399. height: 50px;
  400. text-align: center;
  401. margin: 0px auto;
  402. text-transform: uppercase;
  403. letter-spacing: 2px;
  404. }
  405. h1
  406. {
  407. font-weight:normal;
  408. width: 100%;
  409. text-align: center;
  410. border-bottom: 1px solid #465A68;
  411. line-height: 0.1em;
  412. font-family: 'Champagne and Limousine';
  413. margin: 30px auto;
  414. color: #465A68;
  415. font-size: 190%;
  416. font-style: normal;
  417. letter-spacing: 5px;
  418. }
  419. h1 span {
  420. background:#fff;
  421. padding:0 10px;
  422. }
  423. h2
  424. {
  425. text-align: center;
  426. color : #fff;
  427. }
  428. h4
  429. {
  430. font-size: 30px;
  431. color:#BCC9CC;
  432. text-align: right;
  433. font-family: 'Champagne and Limousine';
  434. font-weight: normal;
  435. margin: 0 0;
  436. }
  437. h5
  438. {
  439. letter-spacing: 1px;
  440. font-size: 30px;
  441. color:#BCC9CC;
  442. text-align: left;
  443. font-family: 'Champagne and Limousine';
  444. font-weight: normal;
  445. margin: 0 0;
  446. }
  447. h6{
  448. font-family: 'Open Sans';
  449. font-size: 16px;
  450. font-weight: normal;
  451. background-color: #2B4C5F;
  452. color: #FFF;
  453. margin-bottom: -30px;
  454. padding: 10px;
  455. }
  456. p
  457. {
  458. margin: 40px 30px 70px 30px;
  459. font-family: 'Open Sans'/*'Raleway', sans-serif*/;
  460. font-size: 16px;
  461. text-align: center;
  462. /*letter-spacing: 2px;*/
  463. color: #465A68;/*#7196A6*/
  464. font-weight: 300;
  465. font-weight: 300;
  466. line-height: 23px;
  467. }
  468. a:visited, a:link { color: #465A68; text-decoration:none; }
  469. .titulos > a:visited, .titulos > a:link { color: white; text-decoration:none; }
  470. #navbar a:visited, a:link { color: #485260; }
  471. a:hover { opacity: 0.5; transition: opacity 0.3s ease-in-out; }
  472. li a
  473. {
  474. cursor: pointer;
  475. width: 200px;
  476. list-style-type: none;
  477. margin-bottom: 3px;
  478. }
  479. li:hover { opacity: 0.5; transition: opacity 0.5s ease-in-out; }
  480. .hidden { display: none;}
  481. b { font-weight: bold; }
  482. .center { display:block; margin: 0px auto; text-align:center;}
  483. .titulin { font-size: 23px; font-weight: bold;}
  484. #curso .titulos {max-width:90%; margin:0px auto; color:white;}
  485. #exit{ width: 90%; height: 30px; margin: 0 auto; cursor: pointer; float: right !important; text-align:right; }
  486. @media (max-width: 1100px){
  487. #navbar { letter-spacing: 0px!important; }
  488. #navlist li { width: auto !important;}
  489. #basic-grey { width: 80%; }
  490. }
  491. @media screen and (max-width:890px) {
  492. #distribuidoras .tabla { display: none; }
  493. #distribuidoras select { display: block; min-width: 50%; text-align: center; margin: 10px auto; padding:5px; font-size:16px; }
  494. }
  495. @media (min-width: 791px){
  496. #navbar #responsive{ display: none; }
  497. }
  498. @media (max-width:790px){
  499. #navbar #navlist{ display:none; }
  500. #usIcon{
  501. width:60px;
  502. height: 60px;
  503. background:url(../Images/icons/icons.png) 0 0px;
  504. }
  505. #productIcon{
  506. width:60px;
  507. height: 60px;
  508. background:url(../Images/icons/icons.png) 0 -60px;
  509. }
  510. #activityIcon{
  511. width:60px;
  512. height: 60px;
  513. background:url(../Images/icons/icons.png) 0 -120px;
  514. }
  515. #logoIcon{
  516. width:60px;
  517. height: 60px;
  518. background:url(../Images/icons/icons.png) 0 -180px;
  519. }
  520. #coursesIcon{
  521. width:60px;
  522. height: 60px;
  523. background:url(../Images/icons/icons.png) 0 -240px;
  524. }
  525. #buyIcon{
  526. width:60px;
  527. height: 60px;
  528. background:url(../Images/icons/icons.png) 0 -300px;
  529. }
  530. #contactIcon{
  531. width:60px;
  532. height: 60px;
  533. background:url(../Images/icons/icons.png) 0 -360px;
  534. }
  535. #footer-outer {
  536. background-color: #475A68;
  537. font-family: 'Open Sans';
  538. font-size: 26px;
  539. color: #BCC9CC;
  540. width: 100%;
  541. height: 300px!important;
  542. }
  543. #navbar{
  544. display: table;
  545. width: 70% !important;
  546. margin: 0px auto !important;
  547. padding-bottom: 10px;
  548. font-family: 'Champagne and Limousine'!important;
  549. font-size: 120%!important;
  550. color: #485260!important;
  551. letter-spacing: 5px!important;
  552. }
  553. #responsive img{
  554. width: 55px;
  555. height: auto;
  556. }
  557. #responsive
  558. {
  559. text-transform: uppercase;
  560. text-align:center;
  561. width: 70%;
  562. padding-bottom: 30px;
  563. display: table-row;
  564. }
  565. #responsive li
  566. {
  567. vertical-align: middle;
  568. display: table-cell;
  569. text-align: center;
  570. width: 0%;
  571. }
  572. #top_wrapper{
  573. height: 71px!important;
  574. }
  575. #btnconsulta { width: 100%; position:relative; display:block; right:auto; bottom:auto;}
  576. #basic-grey input, #basic-grey textarea {width: 100% !important; }
  577. }
  578. @media screen and (max-width:670px){
  579. .seccion{ padding-top: 30px; }
  580. #responsive img { width:48px; }
  581. #facebook-link{display:none; }
  582. p { margin: 0px; }
  583. .titulos { width:100%; margin: 0px; padding:5px 0px;}
  584. .descripcion { width:100%; }
  585. .descripciones { margin-bottom: 0px; }
  586. .titulo_curso { max-width: 75%; margin: 10px auto; }
  587. #footer-outer { height: auto !important; }
  588. #suscribe { width: 70%; }
  589. h4 { text-align:left;}
  590. #footer-inner-left{ float:none; width:98%; padding: 1%; display:block; }
  591. #footer-inner-right{ float:none; width:98%; padding: 1%; display:block; text-align:left;}
  592. #basic-grey{width:90%;margin:0px;padding:0px 5%; height:80%;}
  593. #basic-grey input[type="text"], #basic-grey input[type="email"], #basic-grey textarea, #basic-grey select {
  594. width:100%;
  595. }
  596. #basic-grey span{text-align:left !important; }
  597. }
  598. @media screen and (max-width:400px) { #basic-grey { height:100%; } }
  599. #protector-solar{
  600. width: 50%;
  601. margin: 0px auto;
  602. text-align: center;
  603. background-color: #324875;
  604. padding: 25px;
  605. color: white;
  606. font-family: Open Sans;
  607. font-size: 25px;
  608. text-transform: uppercase;
  609. font-weight: bold;
  610. }
  611. #protector-solar a, #protector-solar a:link, #protector-solar a:hover, #protector-solar a:visited{
  612. color:white;
  613. }