sgi.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056
  1. /*
  2. Created on : 5/12/2018, 01:34:49 PM
  3. Author : Alejandro
  4. */
  5. /* General */
  6. .container-fluid {
  7. padding: 0;
  8. }
  9. #logo {
  10. max-height: 64px;
  11. }
  12. body {
  13. font-family: 'indivisa-text', Arial;
  14. font-size: 16px !important;
  15. color: #001D68;
  16. background-color: white;
  17. }
  18. .bg-head {
  19. background-color: white;
  20. }
  21. .bg-info {
  22. background-color: #F0F0F0 !important;
  23. }
  24. .bloque-clase {
  25. box-sizing: border-box;
  26. background-color: #dee2e6;
  27. padding: 10px;
  28. margin-bottom: 10px;
  29. min-height: 100%;
  30. border-collapse: collapse;
  31. border: .2rem solid white !important;
  32. }
  33. .bloque-clase.conflict {
  34. border: .2rem solid var(--danger) !important;
  35. background-color: #f6cfd6;
  36. }
  37. .bloque-clase:hover {
  38. background-color: hsl(207, 12%, 85%);
  39. }
  40. .bloque-clase.conflict:hover {
  41. background-color: hsl(0, 100%, 85%);
  42. }
  43. /* Make cursor move if draggable */
  44. .bloque-clase[draggable=true] {
  45. cursor: move;
  46. }
  47. .bloque-clase.dragging {
  48. opacity: .5;
  49. border: .2rem solid var(--primary) !important;
  50. }
  51. .dragging-over {
  52. border: .2rem solid var(--primary) !important;
  53. background-color: #dee2e6;
  54. }
  55. .menu-flotante {
  56. z-index: 500;
  57. position: absolute;
  58. bottom: 0;
  59. right: 0;
  60. background-color: #fff;
  61. border-radius: 6px 0 0 0;
  62. padding-top: 2px;
  63. }
  64. /* SOBREESCRIBE BOOTSTRAP */
  65. .marco {
  66. max-width: 960px;
  67. width: 100%;
  68. margin-left: auto;
  69. margin-right: auto;
  70. }
  71. .marco-wide {
  72. max-width: 1366px;
  73. width: 100%;
  74. margin-left: auto;
  75. margin-right: auto;
  76. }
  77. .content {
  78. min-height: 480px;
  79. padding: 1em;
  80. }
  81. .menu {
  82. max-width: 960px;
  83. width: 100%;
  84. margin-left: auto;
  85. margin-right: auto;
  86. display: flex;
  87. padding: 0 15px;
  88. }
  89. .menu-list .sistema:not(:last-child):after {
  90. content: "|";
  91. margin-left: 10px;
  92. margin-right: 10px;
  93. }
  94. .sistema-active {
  95. color: #d21034 !important;
  96. font-weight: bold;
  97. }
  98. /*.font-small{font-size:14px;}*/
  99. /* Contenidos */
  100. h1,
  101. h2,
  102. h3 {
  103. letter-spacing: 1px;
  104. position: relative;
  105. }
  106. h1 {
  107. margin-bottom: 40px;
  108. }
  109. .subtitle:before {
  110. content: '';
  111. position: absolute;
  112. bottom: -8px;
  113. left: 0;
  114. width: 80px;
  115. display: block;
  116. background: #d21034;
  117. height: 3px;
  118. }
  119. .main-title {
  120. font-size: 3.2rem;
  121. margin-bottom: 60px;
  122. }
  123. /* Otros */
  124. .alert-heading .ing-caret,
  125. .card-header .ing-caret,
  126. .side-menu .ing-caret {
  127. transition: .3s transform ease-in-out;
  128. }
  129. .alert-heading .collapsed .ing-caret,
  130. .card-header .collapsed .ing-caret {
  131. transform: rotate(90deg);
  132. }
  133. #accordionMenu .collapsed .ing-caret {
  134. transform: rotate(-90deg);
  135. }
  136. .alert-heading .fa,
  137. .card-header .fa {
  138. transition: .3s transform ease-in-out;
  139. }
  140. .alert-heading .collapsed .fa,
  141. .card-header .collapsed .fa {
  142. transform: rotate(90deg);
  143. }
  144. #accordionMenu .collapsed .fa {
  145. transform: rotate(-90deg);
  146. }
  147. .border-mid:not(:last-child) {
  148. border-bottom: 1px dotted #ccc
  149. }
  150. .pointer {
  151. cursor: pointer;
  152. }
  153. /* TABLAS */
  154. .table-white .thead-dark th {
  155. text-align: center;
  156. border-color: #fff;
  157. text-transform: uppercase;
  158. }
  159. .table-white tr td,
  160. .table-white tr th {
  161. border-left: 1px !important;
  162. border-color: #fff;
  163. border-style: solid;
  164. }
  165. .table-white tr td:first-child,
  166. .table-white tr th:first-child {
  167. border-left: 0;
  168. }
  169. .table-nostriped tbody tr:nth-of-type(odd) {
  170. background-color: transparent;
  171. }
  172. .rotate-text {
  173. writing-mode: vertical-lr;
  174. transform: rotate(180deg);
  175. height: max-content;
  176. height: -moz-max-content;
  177. height: -webkit-max-content;
  178. height: -o-max-content;
  179. height: -ms-max-content;
  180. }
  181. .icono-acciones span,
  182. .icono-acciones i {
  183. margin: 0 3px;
  184. text-decoration: none !important;
  185. }
  186. .icono-acciones a:focus,
  187. .icono-acciones a:hover,
  188. .icono-acciones a:active {
  189. text-decoration: none !important;
  190. }
  191. /* FORMAS */
  192. .form-box {
  193. margin-bottom: 28px;
  194. }
  195. .form-box>.form-group {
  196. margin-bottom: 10px
  197. }
  198. .form-box>.form-group>label {
  199. font-weight: bold;
  200. text-align: right;
  201. color: #001d68;
  202. padding-left: 0
  203. }
  204. .form-box>.form-group>label.disabled {
  205. color: #969696;
  206. }
  207. .form-box>.form-group>label:before {
  208. content: '';
  209. position: absolute;
  210. top: -8px;
  211. right: 0px;
  212. width: 2px;
  213. height: calc(100% + 16px);
  214. display: block;
  215. background: #d21034;
  216. }
  217. .form-box>.form-group>label.disabled:before {
  218. background: #969696 !important;
  219. }
  220. .form-box-info>.form-group>div {
  221. background-color: #f7f7f7;
  222. padding-bottom: 10px;
  223. padding-left: 8px;
  224. }
  225. .form-box-info>.form-group>div:first-child {
  226. margin-left: 7px;
  227. }
  228. .form-box-info>.form-group:first-child>label {
  229. padding-top: 27px;
  230. }
  231. .form-box-info>.form-group:first-child>div {
  232. padding-top: 20px;
  233. }
  234. .form-box-info>.form-group:last-child>div {
  235. padding-bottom: 20px;
  236. }
  237. .form-box-info>.form-group.row {
  238. margin-bottom: 0 !important;
  239. }
  240. .modal .form-box-info>.form-group>div {
  241. margin-left: 0px;
  242. }
  243. .radio-md {
  244. width: 1em;
  245. height: 1em;
  246. }
  247. .radio-lg {
  248. width: 1.5em;
  249. height: 1.5em;
  250. }
  251. .radio-xl {
  252. width: 2em;
  253. height: 2em;
  254. }
  255. select:disabled {
  256. color: #969696 !important;
  257. }
  258. .input-info {
  259. color: #969696;
  260. }
  261. .barra-right:before {
  262. content: '';
  263. position: absolute;
  264. top: -8px;
  265. right: 0px;
  266. width: 2px;
  267. height: calc(100% + 16px);
  268. display: block;
  269. background: #d21034;
  270. }
  271. /* Uso independiente */
  272. .barra-right.disabled:before {
  273. background: #969696 !important;
  274. }
  275. /* Uso independiente */
  276. textarea {
  277. resize: none;
  278. overflow-x: hidden;
  279. overflow-wrap: break-word;
  280. overflow-y: auto;
  281. }
  282. .clock[readonly] {
  283. background-color: #fff !important;
  284. }
  285. .hasDatepicker[readonly] {
  286. background-color: #fff !important;
  287. }
  288. .badge {
  289. padding: 0.5em 1.4em;
  290. }
  291. .ui-autocomplete {
  292. max-height: 160px;
  293. overflow-y: auto;
  294. overflow-x: hidden;
  295. font-size: 90%
  296. }
  297. /* Data list*/
  298. .datalist {
  299. position: relative;
  300. border: 1px solid #969696;
  301. border-radius: .25rem;
  302. }
  303. .datalist-input {
  304. padding: 6px 30px 6px 12px !important;
  305. background: #FFFFFF !important;
  306. border-radius: .25rem;
  307. cursor: pointer;
  308. border: 0;
  309. }
  310. .datalist.disabled .datalist-input {
  311. background: #f7f7f7 !important;
  312. cursor: default;
  313. color: #969696;
  314. }
  315. .datalist.disabled .icono {
  316. opacity: 0;
  317. }
  318. .datalist .icono {
  319. position: absolute;
  320. font-size: 20px;
  321. right: 10px;
  322. top: 9px;
  323. color: #969696;
  324. transition: transform 0.2s ease;
  325. }
  326. /*.iconoAzul{color: #001D68 !important;} Usar text-primary*/
  327. .datalist>ul {
  328. position: absolute;
  329. margin: 0;
  330. padding: 0;
  331. width: 100%;
  332. max-height: 204px;
  333. top: 100%;
  334. left: 0;
  335. list-style: none;
  336. border-radius: 2px;
  337. background: #FFFFFF;
  338. border: 1px solid #001D68;
  339. overflow: hidden;
  340. overflow-y: auto;
  341. z-index: 100;
  342. }
  343. .datalist>ul li {
  344. display: flex;
  345. align-items: center;
  346. justify-content: start;
  347. padding: 0.3em 1em
  348. /*0.8em 1em 0.8em 1em*/
  349. ;
  350. color: #969696;
  351. }
  352. .datalist>ul li:not(.not-selectable):hover {
  353. background: #D21034;
  354. color: #FFFFFF;
  355. cursor: pointer;
  356. }
  357. .datalist .selected {
  358. background: #D21034;
  359. color: #FFFFFF;
  360. }
  361. .datalist .not-selectable {
  362. text-align: center;
  363. font-weight: bold;
  364. cursor: default;
  365. color: #001d68;
  366. padding-left: 10px !important;
  367. }
  368. .datalist-invalid {
  369. border-color: #d21034;
  370. }
  371. .datalist-invalid .icono {
  372. color: #d21034 !important;
  373. }
  374. /* Icono alerta */
  375. .alerta {
  376. color: #ffb700 !important;
  377. text-shadow: -1px -1px 0 #3f2f06, 1px -1px 0 #3f2f06, -1px 1px 0 #3f2f06, 1px 1px 0 #3f2f06;
  378. }
  379. /* Modal */
  380. .modal-content {
  381. border: 4px solid #001d68;
  382. }
  383. .modal-header {
  384. background-color: #001D68 !important;
  385. color: #fff !important;
  386. border-top-left-radius: 0;
  387. border-top-right-radius: 0;
  388. padding: 4px 8px 8px 8px;
  389. }
  390. .modal-title {
  391. font-weight: normal;
  392. text-align: center;
  393. padding: 0 30px;
  394. }
  395. .modal-header .close {
  396. position: absolute;
  397. top: 0;
  398. right: 0;
  399. }
  400. .modal-header .close:focus {
  401. border: none;
  402. outline: none;
  403. }
  404. /* The side navigation menu */
  405. #sidebar {
  406. width: 400px;
  407. position: fixed;
  408. top: 0;
  409. right: -400px;
  410. height: 100vh;
  411. z-index: 1023;
  412. transition: all 0.3s;
  413. overflow-y: auto;
  414. }
  415. #sidebar.active {
  416. right: 0;
  417. }
  418. .overlay {
  419. display: none;
  420. position: fixed;
  421. width: 100vw;
  422. height: 100vh;
  423. background: rgba(0, 0, 0, 0.6);
  424. z-index: 1022;
  425. opacity: 0;
  426. transition: all 0.5s ease-in-out;
  427. }
  428. .overlay.active {
  429. display: block;
  430. opacity: 1;
  431. }
  432. #sidebar a:hover {
  433. text-decoration: none;
  434. color: #d12034;
  435. }
  436. #sidebar a {
  437. transition: color 0.6s ease;
  438. }
  439. /* ICONOS MENU */
  440. header {
  441. padding: 20px 0;
  442. height: 110px;
  443. }
  444. header .logotipo {
  445. float: left;
  446. clear: none;
  447. text-align: inherit;
  448. width: 20%;
  449. margin-left: 0;
  450. margin-right: 0;
  451. }
  452. header .logotipo:before {
  453. content: '';
  454. display: table;
  455. }
  456. header .logotipo img,
  457. aside .logotipo img {
  458. max-width: 200px;
  459. }
  460. .mainMenu {
  461. min-width: 85px;
  462. }
  463. .menu .nav-item {
  464. border-right: 1px solid #969696;
  465. }
  466. .menu .nav-item:last-child {
  467. border-right: 0;
  468. }
  469. .menu .nav-item>a,
  470. .menu .nav-item>span {
  471. color: #969696;
  472. padding: 1px 10px;
  473. }
  474. .menu .nav-item>a:hover {
  475. color: #D21034;
  476. text-decoration: none;
  477. }
  478. .menu .nav-item>a {
  479. transition: color 0.6s ease;
  480. }
  481. .max-h {
  482. height: 45px !important;
  483. max-height: 45px;
  484. }
  485. .max-w {
  486. width: 45px !important;
  487. max-width: 45px;
  488. }
  489. .iconSesion {
  490. margin-right: -20px;
  491. }
  492. .iconLogin,
  493. .iconOff {
  494. font-size: 16px;
  495. display: block;
  496. width: 60px;
  497. -webkit-box-sizing: border-box;
  498. -moz-box-sizing: border-box;
  499. box-sizing: border-box;
  500. border-radius: 30px 0 0 30px;
  501. }
  502. .iconOff:hover,
  503. .iconOff:active {
  504. text-decoration: none;
  505. background: #D21034;
  506. color: #FFFFFF !important;
  507. height: 40px;
  508. }
  509. .iconOff {
  510. color: #D21034 !important;
  511. }
  512. .iconLogin:hover,
  513. .iconLogin:active,
  514. .iconOff:hover,
  515. .iconOff:active {
  516. text-decoration: none;
  517. color: #FFFFFF !important;
  518. height: 40px;
  519. }
  520. .iconLogin {
  521. color: #339933;
  522. }
  523. .iconLogin:hover,
  524. .iconLogin:active {
  525. background: #339933;
  526. }
  527. .iconMenu {
  528. font-size: 32px;
  529. }
  530. .menuicon:hover {
  531. color: #101097 !important;
  532. }
  533. .cerraricon {
  534. height: 40px !important;
  535. max-height: 40px;
  536. width: 40px !important;
  537. max-width: 40px;
  538. cursor: pointer;
  539. }
  540. .cerraricon:hover {
  541. background: #101097 !important;
  542. }
  543. .fa-ul {
  544. list-style-type: none;
  545. margin-left: 2.5em;
  546. padding-left: 0;
  547. }
  548. /* BUTTONS */
  549. /*.btn .fa-circle{color:rgba(255,255,255,0.15);}
  550. .btn .icon{font-weight: bold;}
  551. .btn-round{border-radius:30px; padding-left: 0.5rem!important; padding-right: 0.5rem!important;}*/
  552. .btn-ing {
  553. position: relative;
  554. padding-right: 35px;
  555. padding-left: 20px;
  556. }
  557. .btn.arrow:after {
  558. content: "\e905";
  559. font-size: 14px;
  560. position: absolute;
  561. font-family: "ingfont";
  562. right: 14px;
  563. margin-top: 3px;
  564. font-weight: bold;
  565. -webkit-transition: 0.6s all ease;
  566. -moz-transition: 0.6s all ease;
  567. -o-transition: 0.6s all ease;
  568. -ms-transition: 0.6s all ease;
  569. transition: 0.6s all ease;
  570. vertical-align: middle;
  571. }
  572. .btn-outline-secondary {
  573. border: 0;
  574. }
  575. /* SOBREESCRIBE BOOTSTRAP */
  576. .btn-outline-primary.arrow:after {
  577. color: #D21034;
  578. }
  579. .btn-outline-danger.arrow:after {
  580. color: #001D68;
  581. }
  582. .btn-outline-secondary:hover.arrow:after {
  583. color: #D21034;
  584. }
  585. .btn-outline-info:hover.arrow:after {
  586. color: #001D68;
  587. }
  588. /***** SCROLLBAR *****/
  589. div ::-webkit-scrollbar {
  590. width: 8px;
  591. }
  592. /*Ancho*/
  593. div ::-webkit-scrollbar-track {
  594. background: #f7f7f7;
  595. }
  596. /*Riel*/
  597. div ::-webkit-scrollbar-thumb {
  598. background: #969696;
  599. }
  600. /* Handle */
  601. div ::-webkit-scrollbar-thumb:hover {
  602. background: #001d68;
  603. }
  604. /* Effects */
  605. /* Vars for primary, secondary, success, info, warning, danger, light, dark */
  606. :root {
  607. --primary-color: #001d68;
  608. --secondary-color: #001d68;
  609. --success-color: #339933;
  610. --danger-color: #d21034;
  611. --warning-color: #ffc107;
  612. --info-color: #969696;
  613. --light-color: #f7f7f7;
  614. --dark-color: #343a40;
  615. }
  616. .glow-primary {
  617. background: var(--primary-color);
  618. color: #fff;
  619. border-radius: 5px;
  620. padding: 5px;
  621. box-shadow: 0 0 5px var(--primary-color);
  622. transition: all 0.5s ease;
  623. }
  624. .glow-secondary {
  625. background: var(--secondary-color);
  626. color: #fff;
  627. border-radius: 5px;
  628. padding: 5px;
  629. box-shadow: 0 0 5px var(--secondary-color);
  630. transition: all 0.5s ease;
  631. }
  632. .glow-success {
  633. background: var(--success-color);
  634. color: #fff;
  635. border-radius: 5px;
  636. padding: 5px;
  637. box-shadow: 0 0 5px var(--success-color);
  638. transition: all 0.5s ease;
  639. }
  640. .glow-danger {
  641. background: var(--danger-color);
  642. color: #fff;
  643. border-radius: 5px;
  644. padding: 5px;
  645. box-shadow: 0 0 5px var(--danger-color);
  646. transition: all 0.5s ease;
  647. }
  648. .glow-warning {
  649. background: var(--warning-color);
  650. color: #fff;
  651. border-radius: 5px;
  652. padding: 5px;
  653. box-shadow: 0 0 5px var(--warning-color);
  654. transition: all 0.5s ease;
  655. }
  656. .glow-info {
  657. background: var(--info-color);
  658. color: #fff;
  659. border-radius: 5px;
  660. padding: 5px;
  661. box-shadow: 0 0 5px var(--info-color);
  662. transition: all 0.5s ease;
  663. }
  664. .glow-light {
  665. background: var(--light-color);
  666. color: #fff;
  667. border-radius: 5px;
  668. padding: 5px;
  669. box-shadow: 0 0 5px var(--light-color);
  670. transition: all 0.5s ease;
  671. }
  672. .glow-dark {
  673. background: var(--dark-color);
  674. color: #fff;
  675. border-radius: 5px;
  676. padding: 5px;
  677. box-shadow: 0 0 5px var(--dark-color);
  678. transition: all 0.5s ease;
  679. }
  680. /*Hover Handle */
  681. /***** FOOTER *****/
  682. footer {
  683. font-size: 14px;
  684. color: #fff;
  685. }
  686. footer .footerTop {
  687. background: #001d68;
  688. padding: 15px 0;
  689. }
  690. footer .footerTop .logotipo {
  691. overflow: hidden;
  692. }
  693. footer .footerTop .logotipo h3 {
  694. display: inline-block;
  695. vertical-align: top;
  696. color: #fff;
  697. margin: 0;
  698. float: right;
  699. text-align: right;
  700. font-size: 25px;
  701. font-family: 'indivisa-text'
  702. }
  703. footer .footerTop .logotipo h3 span {
  704. display: block;
  705. }
  706. footer .footerTop .menuFooter h3 {
  707. font-size: 12px;
  708. font-family: 'indivisa-text';
  709. color: #fff !important;
  710. }
  711. footer .footerTop .menuFooter ul {
  712. overflow: hidden;
  713. }
  714. footer ul {
  715. list-style: none;
  716. padding: 0;
  717. margin: 0;
  718. }
  719. footer .footerTop .menuFooter ul>li {
  720. *zoom: 1;
  721. float: left;
  722. clear: none;
  723. text-align: inherit;
  724. width: 16%;
  725. margin-left: 0;
  726. margin-right: 3%;
  727. }
  728. footer .footerTop .menuFooter ul>li ul li a {
  729. font-size: 10px;
  730. }
  731. footer ul>li {
  732. display: inline-block;
  733. vertical-align: top;
  734. }
  735. .footerMore {
  736. position: relative;
  737. display: none;
  738. padding: 5px 0;
  739. }
  740. footer a {
  741. color: #fff;
  742. -webkit-transition: color 0.5s;
  743. transition: color 0.5s;
  744. }
  745. footer a:hover {
  746. color: #ce0e2d !important;
  747. text-decoration: none !important;
  748. }
  749. footer .footerTop .menuFooter ul>li ul li {
  750. display: block;
  751. width: 100%;
  752. margin-bottom: 0px;
  753. }
  754. footer .ubicacion {
  755. margin-top: 20px;
  756. overflow: hidden;
  757. }
  758. footer .ubicacion .address {
  759. display: inline-block;
  760. /*width: 65%;*/
  761. vertical-align: bottom;
  762. }
  763. footer .ubicacion .address h4,
  764. footer .ubicacion .address h4 a {
  765. color: #0fb7f1;
  766. font-size: 14px;
  767. margin: 0 0 0 -5px;
  768. position: relative;
  769. }
  770. footer .ubicacion .address h4 a {
  771. display: inline-block;
  772. }
  773. footer .ubicacion .redes {
  774. display: inline-block;
  775. vertical-align: bottom;
  776. /*width:32%;text-align:right*/
  777. }
  778. footer .ubicacion .redes h4 {
  779. display: inline-block;
  780. vertical-align: middle;
  781. margin: 0;
  782. font-size: 16px !important;
  783. font-weight: bold;
  784. }
  785. footer .ubicacion .redes ul {
  786. display: inline-block;
  787. vertical-align: middle
  788. }
  789. footer .ubicacion .redes ul li {
  790. margin-left: 2px
  791. }
  792. footer .footerMiddle {
  793. background: #071e58;
  794. overflow: hidden;
  795. }
  796. footer .footerMiddle nav ul {
  797. text-align: center;
  798. }
  799. footer .footerMiddle nav ul li {
  800. border-right: 1px solid #fff;
  801. padding: 1px 10px;
  802. display: inline-block;
  803. margin-bottom: 10px;
  804. }
  805. footer ul>li {
  806. display: inline-block;
  807. vertical-align: top;
  808. }
  809. footer .footerBottom {
  810. background: #091941;
  811. overflow: hidden;
  812. padding: 15px 0;
  813. }
  814. .footerBottom .logotipos {
  815. display: inline-block;
  816. vertical-align: middle;
  817. width: 20%
  818. }
  819. footer .footerBottom .logotipos a {
  820. display: inline-block;
  821. width: 80px;
  822. margin-right: 6px
  823. }
  824. footer .footerBottom .logotipos a.internacional {
  825. width: 80px
  826. }
  827. footer .footerBottom .logotipos a.red {
  828. width: 75px
  829. }
  830. footer .footerBottom .legales {
  831. text-align: right;
  832. float: right;
  833. width: 60%;
  834. margin-right: 0;
  835. margin-left: auto;
  836. padding-top: 10px;
  837. padding-bottom: 0
  838. }
  839. footer .footerBottom .legales ul li {
  840. border-right: 1px solid #fff;
  841. padding: 1px 10px
  842. }
  843. footer .footerBottom .legales ul li:last-child {
  844. border: 0
  845. }
  846. footer .tab-pane p {
  847. font-size: 12px;
  848. line-height: 18px;
  849. }
  850. @media (max-width: 800px) {
  851. .menu,
  852. .subMenu {
  853. position: relative;
  854. }
  855. .iconoMenu {
  856. position: absolute;
  857. display: block;
  858. right: 20px;
  859. top: 10px;
  860. }
  861. .menuOculto {
  862. display: none;
  863. }
  864. .form-box-info>.form-group>div {
  865. margin-left: 0px;
  866. }
  867. /*
  868. .responsive{
  869. float: none;
  870. text-align: center;
  871. display: flex;
  872. flex-direction: column;
  873. flex-wrap: wrap;
  874. justify-content: center;
  875. align-items: center;
  876. }*/
  877. }