especificos.css 16 KB

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