especificos.css 15 KB

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