index_old2.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859
  1. * {
  2. box-sizing: border-box;
  3. }
  4. *,
  5. :before,:after {
  6. -webkit-box-sizing: border-box;
  7. -moz-box-sizing: border-box;
  8. box-sizing: border-box;
  9. }
  10. /*
  11. @font-face {
  12. font-family:IndivisaFont;
  13. src: url(../fonts/IndivisaTextSans-Regular.woff2);
  14. }*/
  15. html, body {
  16. padding: 0;
  17. margin: 0;
  18. height: 100%;
  19. width: 100%;
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. text-rendering: optimizelegibility;
  23. }
  24. html {
  25. overflow: hidden;
  26. }
  27. body {
  28. background: #FFFFFF;
  29. display: block;
  30. /*color: #777777;*/
  31. /*font-family: IndivisaFont;*/
  32. font-style: normal;
  33. font-weight: 400;
  34. line-height: 1.88;
  35. overflow-x: hidden;
  36. overflow-y: auto;
  37. word-wrap: break-word;
  38. /*font-size: 16px;*/
  39. -webkit-box-orient: vertical;
  40. -webkit-box-direction: normal;
  41. -webkit-flex-direction: column;
  42. -ms-flex-direction: column;
  43. flex-direction: column;
  44. -webkit-flex-wrap: nowrap;
  45. -ms-flex-wrap: nowrap;
  46. flex-wrap: nowrap;
  47. -webkit-box-pack: start;
  48. -webkit-justify-content: flex-start;
  49. -ms-flex-pack: start;
  50. justify-content: flex-start;
  51. -webkit-box-align: stretch;
  52. -webkit-align-items: stretch;
  53. -ms-flex-align: stretch;
  54. align-items: stretch;
  55. -webkit-align-content: stretch;
  56. -ms-flex-line-pack: stretch;
  57. align-content: stretch;
  58. font-family: 'indivisa-text', Arial; font-size: 12pt !important; color:#777;
  59. }
  60. textarea, input{
  61. font-family: inherit;
  62. }
  63. .marco {max-width: 1366px; width: 100%; margin-left: auto; margin-right: auto; display: flex; flex-direction: column;}
  64. /***** SCROLLBAR *****/
  65. ::-webkit-scrollbar { /*Ancho*/
  66. width: 10px;
  67. }
  68. ::-webkit-scrollbar-track { /*Riel*/
  69. background: #F1F1F1;
  70. }
  71. ::-webkit-scrollbar-thumb { /* Handle */
  72. background: #D6D8DB;
  73. }
  74. ::-webkit-scrollbar-thumb:hover { /*Hover Handle */
  75. background: #006094;
  76. }
  77. /*::-webkit-scrollbar-thumb:not(:hover) {
  78. background: #F1F1F1;
  79. }*/
  80. /***** HEAD *****/
  81. .header {
  82. width: 100%;
  83. max-width: 1366px;
  84. height: 100px;
  85. background: #001E61;
  86. color: #FFFFFF;
  87. padding: 20px;
  88. text-align: center;
  89. position: relative;
  90. }
  91. .header-pruebas{ width: 100%; max-width: 1366px; height: 100px; background: #ce0e2d; color: #FFFFFF; padding: 20px; text-align: center; }
  92. #logo {
  93. max-width: 415px;
  94. width: inherit;
  95. }
  96. #usrLogo {
  97. position: absolute;
  98. right: 50px;
  99. top: 15px;
  100. width: 70px;
  101. height: 70px;
  102. cursor: pointer;
  103. border: 5px solid #D6D8DB;
  104. box-sizing: border-box;
  105. box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
  106. object-fit: cover;
  107. }
  108. #usrLogo:hover {
  109. opacity: .75;
  110. -webkit-transition: .3s ease-in-out;
  111. transform: translate(2px, 2px);
  112. box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
  113. }
  114. /*WELCOME MOBILE icon*/
  115. .iconWelcome{
  116. display: none;
  117. }
  118. /*WELCOME*/
  119. .welcome{
  120. min-height: 60px;
  121. width: 100%;
  122. max-width: 1366px;
  123. padding: 10px;
  124. margin: auto;
  125. color: #1A1A1A;
  126. display: flex;
  127. flex-wrap: wrap;
  128. justify-content: center;
  129. align-items: center;
  130. }
  131. .welcome div{
  132. max-width: 1366px;
  133. height: auto;
  134. margin-left: auto;
  135. margin-right: auto;
  136. text-align: center;
  137. }
  138. .welcome span{
  139. padding: 10px 20px;
  140. margin: 0 20px;
  141. color: #006094;
  142. cursor: none;
  143. font-weight: 700;
  144. }
  145. /*LOGIN*/
  146. .login{
  147. background: #D6D8DB;
  148. min-height: 50px;
  149. width: 100%;
  150. max-width: 1366px;
  151. padding: 10px;
  152. margin: auto;
  153. color: #333333;
  154. display: flex;
  155. flex-wrap: wrap;
  156. justify-content: center;
  157. align-items: center;
  158. }
  159. .login div{
  160. max-width: 1366px;
  161. height: auto;
  162. margin-left: auto;
  163. margin-right: auto;
  164. text-align: center;
  165. }
  166. .login a{
  167. padding: 10px;
  168. margin: 0 20px;
  169. color: #333333;
  170. text-decoration: none;
  171. cursor: pointer;
  172. -webkit-transition-duration: 0.4s; /* Safari */
  173. transition-duration: 0.4s;
  174. }
  175. .login a:hover{
  176. color: #006094;
  177. text-decoration: underline;
  178. cursor: pointer;
  179. }
  180. .login span{
  181. padding: 10px;
  182. margin: 0 20px;
  183. color: #006094;
  184. text-decoration: none;
  185. cursor: none;
  186. }
  187. /*MOBILE MENU*/
  188. .menuIcon{
  189. display: none;
  190. }
  191. /***** MENÚ *****/
  192. .menu{
  193. min-height: 60px;
  194. width: 100%;
  195. max-width: 1366px;
  196. padding: 10px;
  197. margin: auto;
  198. color: #1A1A1A;
  199. display: flex;
  200. flex-wrap: wrap;
  201. justify-content: center;
  202. /*align-items: center;*/
  203. }
  204. .menu div{
  205. max-width: 1366px;
  206. height: auto;
  207. margin-left: auto;
  208. margin-right: auto;
  209. text-align: center;
  210. }
  211. .menu a{
  212. padding: 10px 20px;
  213. margin: 0 20px;
  214. text-decoration: none;
  215. color: #1A1A1A;
  216. cursor: pointer;
  217. -webkit-transition-duration: 0.4s; /* Safari */
  218. transition-duration: 0.4s;
  219. }
  220. .menu a:hover{
  221. background: #006094;
  222. color: #FFFFFF;
  223. cursor: pointer;
  224. }
  225. .menu span{
  226. padding: 10px 20px;
  227. margin: 0 20px;
  228. color: #006094;
  229. cursor: none;
  230. font-weight: 700;
  231. }
  232. /***** SUBMENÚ *****/
  233. .subMenu{
  234. background: #D6D8DB;
  235. min-height: 50px;
  236. width: 100%;
  237. max-width: 1366px;
  238. padding: 10px;
  239. margin: auto;
  240. color: #333333;
  241. display: flex;
  242. flex-wrap: wrap;
  243. justify-content: center;
  244. align-items: center;
  245. }
  246. .subMenu div{
  247. max-width: 1366px;
  248. height: auto;
  249. margin-left: auto;
  250. margin-right: auto;
  251. text-align: center;
  252. }
  253. .subMenu a{
  254. padding: 10px;
  255. margin: 0 20px;
  256. color: #333333;
  257. text-decoration: none;
  258. cursor: pointer;
  259. -webkit-transition-duration: 0.4s; /* Safari */
  260. transition-duration: 0.4s;
  261. }
  262. .subMenu a:hover{
  263. color: #006094;
  264. text-decoration: underline;
  265. cursor: pointer;
  266. }
  267. .subMenu span{
  268. padding: 10px;
  269. margin: 0 20px;
  270. color: #006094;
  271. text-decoration: none;
  272. cursor: none;
  273. }
  274. /*** ICONO MENÚ ***/
  275. .iconoMenu {
  276. display: none
  277. }
  278. /*** MAIN ***/
  279. main{
  280. width: 100%;
  281. max-width: 1366px;
  282. /*max-height: 800px;*/
  283. padding: 0 30px;
  284. }
  285. .enfasis{
  286. font-weight: 700;
  287. color: #006094;
  288. font-size: 20px;
  289. }
  290. /***** FOOTER *****/
  291. .footer{
  292. /*clear: both;/*/
  293. background: #232323;
  294. color: #A5A5A5;
  295. width: 100%;
  296. max-width: 1366px;
  297. border-top:5px solid #006094;
  298. display: flex;
  299. flex-direction: row;
  300. flex-wrap: wrap;
  301. margin-bottom:0;
  302. }
  303. .footer a{
  304. text-decoration: none;
  305. color: inherit;
  306. }
  307. .footer a:visited{
  308. color: inherit;
  309. }
  310. .footerLinks{
  311. padding: 60px 30px 40px;
  312. width: 100%;
  313. display: flex;
  314. flex-wrap: wrap;
  315. justify-content: space-around;
  316. }
  317. .footerIzq, .footerCentral, .footerDer{
  318. display: grid;
  319. grid-template-columns: auto;
  320. grid-gap: 15px;
  321. }
  322. .footerIzq{
  323. justify-self: left;
  324. grid-template-rows: auto auto auto auto;
  325. }
  326. .footerCentral{
  327. justify-self: center;
  328. grid-template-rows: 70px 45px 45px;
  329. }
  330. .footerDer{
  331. justify-self: right;
  332. grid-template-rows: 60px 80px 65px;
  333. }
  334. .divRedesFooter{
  335. display: grid;
  336. grid-template-columns: 1fr 1fr 1fr 1fr;
  337. }
  338. .redesFooter{
  339. color: #FFFFFF !important;
  340. border: 2px solid #FFFFFF;
  341. border-radius: 50%;
  342. width: 42px;
  343. height: 42px;
  344. text-align: center;
  345. font-size: 1.25em;
  346. margin: 0 8px;
  347. }
  348. .footerBottom{
  349. background: #191919;
  350. color: #BCBCBC;
  351. height: 66px;
  352. width: 100%;
  353. padding: 20px;
  354. text-align: center;
  355. font-size: 14px;
  356. }
  357. /***** ICONOS *****/
  358. .iconosGdeAzul{
  359. color: #006094;
  360. margin: 0 10px;
  361. }
  362. .iconosGdeRojo{
  363. color: #CE0E2D;
  364. margin: 0 10px;
  365. }
  366. .iconosGdeAmarillo{
  367. color: #FFE43C;
  368. margin: 0 10px;
  369. }
  370. .error{
  371. text-align: center;
  372. color: #CE0E2D;
  373. font-weight: 700;
  374. }
  375. /*POPUP STYLE*/
  376. .popupArea {
  377. display: none; /* Ocultar por default */
  378. position: fixed; /* Stay in place */
  379. z-index: 2; /* Sit on top */
  380. left: 0;
  381. top: 0;
  382. width: 100%; /* Ancho Completo */
  383. height: 100%; /* Alto Completo */
  384. overflow: auto; /* Scroll si es necesario */
  385. background: rgb(0,0,0); /* Fallback color */
  386. background: rgba(0,0,0,0.75); /* Black w/ opacity */
  387. color: #565656;
  388. padding-top: 60px;
  389. margin:auto;
  390. }
  391. /* Contenido PopUp */
  392. .popupContent {
  393. margin: 0% auto; /* centrado lateral */
  394. border: 1px solid #888888;
  395. background: #FEFEFE;
  396. width: 50%; /* Ajustable para cada página */
  397. }
  398. .item1 {
  399. grid-area: 2 / 1 ;
  400. float: right;
  401. padding-top: 16px;
  402. padding-bottom:16px;
  403. }
  404. .popupContainer {
  405. /*padding: 16px;*/
  406. background: #FEFEFE;
  407. }
  408. /* PopUp Chico */
  409. .smallPopup{
  410. padding: 30px;
  411. }
  412. /* The Close Button (x) */
  413. .close {
  414. position: absolute;
  415. right: -5px;
  416. top: -5px;
  417. }
  418. .close:hover, .close:focus {
  419. color: #CE0E2D;
  420. cursor: pointer;
  421. }
  422. /* Add Zoom Animation */
  423. .animacion {
  424. -webkit-animation: animatezoom 0.6s;
  425. animation: animatezoom 0.6s;
  426. }
  427. @-webkit-keyframes animatezoom {
  428. from {-webkit-transform: scale(0)}
  429. to {-webkit-transform: scale(1)}
  430. }
  431. @keyframes animatezoom {
  432. from {transform: scale(0)}
  433. to {transform: scale(1)}
  434. }
  435. /***** PANELES *****/
  436. /* panel */
  437. .panel {
  438. margin: 25px 25%;
  439. }
  440. .panelCompleto {
  441. margin: 25px 0;
  442. }
  443. /***** ELEMENTOS *****/
  444. /* Botones */
  445. button {
  446. padding: 1vw;/*14px 20px;*/
  447. margin: 8px 0;
  448. border: none;
  449. cursor: pointer;
  450. width: 100%;
  451. border-radius: 5px;
  452. -webkit-transition-duration: 0.4s; /* Safari */
  453. transition-duration: 0.4s;
  454. }
  455. button:hover {
  456. opacity: 0.8;
  457. }
  458. .buttonArea {
  459. display: grid;
  460. grid-template-columns: auto auto;
  461. grid-gap: 20px;
  462. }
  463. .acceptButton {
  464. background: #001E61;
  465. color: #FFFFFF;
  466. font-family:inherit;
  467. font-size:16px;
  468. }
  469. .cancelButton {
  470. background: #D6D8DB;
  471. color: #000000;
  472. font-family:inherit;
  473. font-size:16px;
  474. }
  475. .btnChico {
  476. width: 30%;
  477. margin: 0 2%;
  478. }
  479. hr{
  480. border-style: solid;
  481. border-color: #D6D8DB;
  482. border-width: 5px;
  483. }
  484. /* Inputs */
  485. .inputs{
  486. width: 100%;
  487. padding: 5px;
  488. display: inline-block;
  489. border: 1px solid #CCCCCC;
  490. box-sizing: border-box;
  491. }
  492. .inputs:focus {
  493. border: 1px solid #006094;
  494. }
  495. .tipoInputs{
  496. width: 100%;
  497. padding: 5px;
  498. display: inline-block;
  499. border: 1px solid #CCCCCC;
  500. box-sizing: border-box;
  501. font-size: 14px;
  502. font-weight: 400;
  503. color: #333333;
  504. }
  505. /* Fontawesome*/
  506. .fa-ul > li {
  507. text-align: left;
  508. }
  509. /* Toolbar */
  510. .editor {
  511. width: 100%;
  512. padding: 5px;
  513. display: inline-block;
  514. border: 1px solid #CCCCCC;
  515. box-sizing: border-box;
  516. height: 72px;
  517. overflow: auto;
  518. font-size: 14px;
  519. font-weight: 400;
  520. color: #333333;
  521. }
  522. .editor:empty:before {
  523. content:attr(data-placeholder);
  524. color:gray;
  525. }
  526. .toolbar {
  527. text-align: left;
  528. margin-bottom: 5px;
  529. background: #D6D8DB;
  530. }
  531. .toolbar a{
  532. border-radius: 1px;
  533. color: #333333;
  534. padding: 5px 7px;
  535. margin: 0px 5px;
  536. font-size: 14px;
  537. display: inline-block;
  538. text-decoration: none;
  539. cursor: pointer;
  540. }
  541. .toolbar a:hover{
  542. color: #006094;
  543. }
  544. /* Checbox */
  545. .switch {
  546. position: relative;
  547. display: inline-block;
  548. width: 40px;
  549. height: 15px;
  550. margin-right: 10px;
  551. }
  552. .switch input {display:none;}
  553. .slider {
  554. position: absolute;
  555. cursor: pointer;
  556. top: 0;
  557. left: 0;
  558. right: 0;
  559. bottom: 0;
  560. background-color: #D6D8DB;
  561. -webkit-transition: .4s;
  562. transition: .4s;
  563. border-radius: 15px;
  564. }
  565. .slider:before {
  566. position: absolute;
  567. content: "";
  568. height: 7px;
  569. width: 7px;
  570. left: 4px;
  571. bottom: 4px;
  572. background-color: white;
  573. -webkit-transition: .4s;
  574. transition: .4s;
  575. border-radius: 50%;
  576. }
  577. /*SELECT*/
  578. .custom-select {
  579. position:relative;
  580. font: inherit;
  581. }
  582. .custom-select select{
  583. display: none;
  584. }
  585. .select-selected{
  586. background-color: White;
  587. }
  588. /**Select Arrow Customization*/
  589. .select-selected:after{
  590. position: absolute;
  591. content: "";
  592. top: 14px;
  593. right: 10px;
  594. width: 0px;
  595. height: 0px;
  596. border: 6px solid transparent;
  597. border-color: #fff transparent transparent transparent;
  598. }
  599. /*point the arrow upwards when the select box is open (active):*/
  600. .select-selected.select-arrow-active:after {
  601. border-color: transparent transparent #fff transparent;
  602. top: 7px;
  603. }
  604. /*style the items (options), including the selected item:*/
  605. .select-items div,.select-selected {
  606. color: #ffffff;
  607. padding: 8px 16px;
  608. border: 1px solid transparent;
  609. border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  610. cursor: pointer;
  611. user-select: none;
  612. }
  613. /*style items (options):*/
  614. .select-items {
  615. position: absolute;
  616. background-color: #001E61;
  617. top: 100%;
  618. left: 0;
  619. right: 0;
  620. z-index: 99;
  621. }
  622. /*hide the items when the select box is closed:*/
  623. .select-hide {
  624. display: none;
  625. }
  626. .select-items div:hover, .same-as-selected {
  627. background-color: rgba(0, 0, 0, 0.1);
  628. }
  629. input:checked + .slider {
  630. background-color: #006094;
  631. }
  632. input:focus + .slider {
  633. box-shadow: 0 0 1px #006094;
  634. }
  635. input:checked + .slider:before {
  636. -webkit-transform: translateX(26px);
  637. -ms-transform: translateX(26px);
  638. transform: translateX(26px);
  639. }
  640. /* Imagenes*/
  641. .thumb{
  642. width: 200px;
  643. height: 200px;
  644. object-fit: cover;
  645. margin: 10px;
  646. }
  647. /***** *****/
  648. @media only screen and (max-width: 1366px) {
  649. .mainFrame {
  650. width: 100%;
  651. }
  652. }
  653. @media only screen and (max-width: 800px) {
  654. .menu, .subMenu {
  655. position: relative;
  656. }
  657. .iconoMenu {
  658. position: absolute;
  659. display: block;
  660. right: 20px;
  661. top:10px;
  662. }
  663. .menuOculto{
  664. display: none;
  665. }
  666. .responsive{
  667. float: none;
  668. text-align: center;
  669. display: flex;
  670. flex-direction: column;
  671. flex-wrap: wrap;
  672. justify-content: center;
  673. align-items: center;
  674. }
  675. .popupContent {
  676. width: 75%;
  677. }
  678. .footer{
  679. grid-template-columns: auto;
  680. grid-template-rows: auto auto auto;
  681. }
  682. .footerIzq,.footerCentral, .footerDer{
  683. justify-self: center;
  684. }
  685. .footerIzq{
  686. grid-template-rows: auto auto auto auto;
  687. text-align: center;
  688. }
  689. .footerCentral, .footerDer{
  690. grid-template-rows: auto auto auto;
  691. }
  692. }
  693. main{
  694. padding: 0;
  695. }
  696. /***** IMAGENES ****/
  697. .imagen{
  698. width: 100%;
  699. line-height: 0;
  700. }
  701. /* BOTONES */
  702. .cancelarBtn {
  703. width: auto;
  704. background: #D6D8DB;
  705. }
  706. span.psw {
  707. float: right;
  708. padding-top: 16px;
  709. }
  710. .input-container {
  711. display: -ms-flexbox; /* IE10 */
  712. display: flex;
  713. width: 100%;
  714. margin-bottom: 15px;
  715. }
  716. .icon {
  717. padding: 10px;
  718. background: #006094;
  719. color: white;
  720. min-width: 50px;
  721. text-align: center;
  722. font-size: 1em;
  723. margin-bottom: 0;
  724. }
  725. .input-field {
  726. width: 100%;
  727. padding: 10px;
  728. border: 2px solid #D6D8DB;
  729. }
  730. .input-field:focus {
  731. border: 2px solid #006094;
  732. }
  733. /* Reajuste pantalla chica */
  734. @media screen and (max-width: 400px) {
  735. span.psw {
  736. display: block;
  737. float: none;
  738. }
  739. .cancelarBtn {
  740. width: 100%;
  741. }
  742. }
  743. @media only screen and (max-width: 800px) {
  744. .contenidoPopUp {
  745. width: 75%;
  746. }
  747. }