sgi.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085
  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. }
  878. .movie {
  879. transition: all 0.1s;
  880. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  881. height: 8rem;
  882. /* align all inside content to the middle */
  883. display: flex;
  884. flex-direction: column;
  885. justify-content: center;
  886. align-items: center;
  887. background-color: #f7f7f7;
  888. }
  889. .movie:hover {
  890. transform: scale(1.05);
  891. box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  892. font-size: 1.1em;
  893. }
  894. .movie:active {
  895. transform: scale(1.1);
  896. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  897. font-size: 1.2em;
  898. font-weight: bold;
  899. }
  900. .icono.ing-buscar {
  901. cursor: pointer;
  902. }