especificos.css 14 KB

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