style-shop.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. /*!José Manuel
  2. * Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
  3. * Copyright 2013-2017 Start Bootstrap
  4. * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
  5. */
  6. body {
  7. padding-top: 15px;
  8. }
  9. @media (min-width: 992px) {
  10. body {
  11. padding-top: 17px;
  12. }
  13. }
  14. .form-group {
  15. margin-left: 2px !important;
  16. }
  17. .portfolio-item {
  18. margin-bottom: 30px;
  19. }
  20. .pagination {
  21. margin-bottom: 30px;
  22. }
  23. .titlelineas{
  24. display: block;
  25. margin: 0 auto;
  26. text-align: center !important;
  27. color: #FFFFFF !important;
  28. font-size: 25px !important;
  29. font-weight: 600 !important;
  30. text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  31. }
  32. .centrardiv{
  33. text-align: center;
  34. }
  35. .imagenc:hover{
  36. -webkit-transform: rotate(-360deg); /* safari - Chrome*/
  37. -moz-transform: rotate(-360deg); /* Firefox */
  38. -o-transform: rotate(-360deg); /* Opera */
  39. transform: rotate(-360deg);
  40. }
  41. .imagen{
  42. height: 230px !important;
  43. transition: transform .6s;
  44. }
  45. /*.contenedor:hover .imagen {
  46. transform: scale(1.06);
  47. }
  48. */
  49. .imagenInicio {
  50. transition: transform .6s;
  51. }
  52. .contenedor:hover .imagenInicio {
  53. transform: scale(1.04);
  54. }
  55. .contenedor {
  56. overflow:hidden;
  57. }
  58. .shadow:hover{
  59. box-shadow: 0 5px 15px 0 #b5bcc7;
  60. }
  61. .list-group-item.active{
  62. z-index: 2;
  63. color: #fff;
  64. background-color: #f70000;
  65. border-color: #f70000;
  66. }
  67. a.onlysub:link{
  68. text-decoration: none;
  69. }
  70. /*quitar el subrayado en las letras y ponerlas en negro*/
  71. a.nosubrayado:link{
  72. text-decoration: none;
  73. color:#000;
  74. }
  75. .breadcrumb-item.activen{
  76. color: #ff0000;
  77. }
  78. .breadcrumb-item a{
  79. color: #868e96;
  80. }
  81. .breadcrumb-item:hover a{
  82. color: #ff0000;
  83. }
  84. .activelist li{
  85. color:#f6303e !important;
  86. }
  87. .group{
  88. font-size: 16px;
  89. padding: 0px;
  90. display: block;
  91. position: relative;
  92. color: #908c93;
  93. }
  94. .group:hover{
  95. color: #f6303e;
  96. }
  97. .card{
  98. /*height: 340px !important;*/
  99. border: 1.2px solid rgba(0,0,0,.125) !important;
  100. margin-top: 15px !important;
  101. }
  102. .hr2 {
  103. margin-top: 0.45rem !important;
  104. }
  105. .nav-link{
  106. color: gray !important;
  107. }
  108. .nav-link:hover{
  109. color: #ff0000 !important;
  110. }
  111. .nav-link.active{
  112. font-weight: bold;
  113. color: #000 !important;
  114. }
  115. .item-format{
  116. padding: 25px !important;
  117. text-align: justify !important;
  118. }
  119. .table-format{
  120. text-align: center !important;
  121. font-size: 15px;
  122. width: 100% !important;
  123. }
  124. /*Efecto de imagen mejorado*/
  125. .hovereffect {
  126. width: 100%;
  127. height: auto;
  128. float: left;
  129. overflow: hidden;
  130. position: relative;
  131. text-align: center;
  132. cursor: default;
  133. }
  134. .hovereffect .overlay {
  135. width: 100%;
  136. height: 100%;
  137. position: absolute;
  138. overflow: hidden;
  139. left: 0;
  140. background-color: rgba(255, 255, 255, 0.7);
  141. top: -200px;
  142. opacity: 0;
  143. filter: alpha(opacity=0);
  144. -webkit-transition: all 0.1s ease-out 0.5s;
  145. transition: all 0.1s ease-out 0.5s;
  146. }
  147. .hovereffect:hover .overlay {
  148. opacity: 1;
  149. filter: alpha(opacity=100);
  150. top: 0px;
  151. -webkit-transition-delay: 0s;
  152. transition-delay: 0s;
  153. }
  154. .hovereffect img {
  155. display: block;
  156. position: relative;
  157. }
  158. .hovereffect h2 {
  159. text-transform: uppercase;
  160. color: #fff;
  161. text-align: center;
  162. position: relative;
  163. font-size: 17px;
  164. padding: 10px;
  165. background: rgba(255, 0, 0, 0.6);
  166. -webkit-transform: translateY(-200px);
  167. -ms-transform: translateY(-200px);
  168. transform: translateY(-200px);
  169. -webkit-transition: all ease-in-out 0.1s;
  170. transition: all ease-in-out 0.1s;
  171. -webkit-transition-delay: 0.3s;
  172. transition-delay: 0.3s;
  173. }
  174. .hovereffect:hover h2 {
  175. -webkit-transform: translateY(0px);
  176. -ms-transform: translateY(0px);
  177. transform: translateY(0px);
  178. -webkit-transition-delay: 0.3s;
  179. transition-delay: 0.3s;
  180. }
  181. .hovereffect a.info {
  182. font-weight: bold;
  183. display: inline-block;
  184. text-decoration: none;
  185. padding: 7px 14px;
  186. text-transform: uppercase;
  187. margin: 30px 0 0 0;
  188. background-color: #e8262694;
  189. -webkit-transform: translateY(-200px);
  190. -ms-transform: translateY(-200px);
  191. transform: translateY(-200px);
  192. color: #f00;
  193. border: 1px solid #f00;
  194. -webkit-transition: all ease-in-out 0.2s;
  195. transition: all ease-in-out 0.2s;
  196. }
  197. .hovereffect a.info:hover {
  198. box-shadow: 0 0 5px #fff;
  199. }
  200. .hovereffect:hover a.info {
  201. -webkit-transform: translateY(0px);
  202. -ms-transform: translateY(0px);
  203. transform: translateY(0px);
  204. color: #fff;
  205. border: 1px solid #f00;
  206. -webkit-transition-delay: 0.2s;
  207. transition-delay: 0.2s;
  208. }
  209. /*Termina efecto de imagen mejorado*/
  210. /*diseño modal */
  211. .modal-product{
  212. overflow: hidden;
  213. }
  214. .modal-product .product-images{
  215. float: left;
  216. width: 40%;
  217. }
  218. .modal-product .product-images .main-image {
  219. float: left;
  220. margin-bottom: 10px;
  221. width: 100%;
  222. }
  223. .modal-product .product-info {
  224. float: left;
  225. padding-left: 30px;
  226. width: 60%;
  227. }
  228. .table-format{
  229. font-size: 14px !important;
  230. }
  231. .color{
  232. color: #e00202 !important;
  233. }
  234. .colorBlack{
  235. color: black !important;
  236. }
  237. .containerIz{
  238. background-color: #6666660d;
  239. }
  240. .containerDe{
  241. background-color: #b1acac40;
  242. padding: 10px;
  243. }
  244. .imgCheck{
  245. border-radius: 2px;
  246. }
  247. .hrNuevo{
  248. border-top: 10px solid rgba(0,0,0,.1) !important;
  249. }
  250. /*Barra de progreso*/
  251. .bs-wizard {margin-top: 10px;}
  252. /*Form Wizard*/
  253. .bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
  254. .bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
  255. .bs-wizard > .bs-wizard-step + .bs-wizard-step {}
  256. .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
  257. .bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
  258. .bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #ff04049e; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
  259. .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: white; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
  260. .bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
  261. .bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: red;}
  262. .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
  263. .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
  264. .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
  265. .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
  266. .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
  267. .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
  268. .bs-wizard > .bs-wizard-step:first-child > .progress {left: 50%; width: 50%;}
  269. .bs-wizard > .bs-wizard-step:last-child > .progress {width: 50%;}
  270. .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
  271. /*END Form Wizard*/
  272. .error2{
  273.     background-color: #BC1010;
  274.     padding: 6px 12px;
  275.     border-radius: 4px;
  276.     color: white;
  277.     font-weight: bold;
  278.     margin-left: 16px;
  279.     margin-top: 6px;
  280.     position: absolute;
  281. }
  282. .error2:before{ /* Este es un truco para crear una flechita */
  283.     content: '';
  284.     border-top: 8px solid transparent;
  285.     border-bottom: 8px solid transparent;
  286.     border-right: 8px solid #BC1010;
  287.     border-left: 8px solid transparent;
  288.     left: -16px;
  289.     position: absolute;
  290.     top: 5px;
  291. }
  292. /*efectos de form_item*/
  293. .wizard {
  294. margin: 20px auto;
  295. background: #fff;
  296. }
  297. .wizard .nav-tabs {
  298. position: relative;
  299. margin: 40px auto;
  300. margin-bottom: 0;
  301. border-bottom-color: #e0e0e0;
  302. }
  303. .wizard > div.wizard-inner {
  304. position: relative;
  305. }
  306. .connecting-line {
  307. height: 2px;
  308. background: #e0e0e0;
  309. position: absolute;
  310. width: 80%;
  311. margin: 0 auto;
  312. left: 0;
  313. right: 0;
  314. top: 50%;
  315. z-index: 1;
  316. }
  317. .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  318. color: #555555;
  319. cursor: default;
  320. border: 0;
  321. border-bottom-color: transparent;
  322. }
  323. span.round-tab {
  324. width: 70px;
  325. height: 70px;
  326. line-height: 70px;
  327. display: inline-block;
  328. border-radius: 100px;
  329. background: #fff;
  330. border: 2px solid #e0e0e0;
  331. z-index: 2;
  332. position: absolute;
  333. left: 0;
  334. text-align: center;
  335. font-size: 25px;
  336. }
  337. span.round-tab i{
  338. color:#555555;
  339. }
  340. .wizard li.active span.round-tab {
  341. background: #fff;
  342. /*color de borde del circulo activo*/
  343. border: 2px solid #fd5050;
  344. }
  345. .wizard li.active span.round-tab i{
  346. /*color del icono de carrito*/
  347. color: #fd5050;
  348. }
  349. /*comienda diseño de carrito de compras*/
  350. .cart-qty{
  351. position: absolute;
  352. left: 56px;
  353. bottom: 23px;
  354. min-width: 20px;
  355. height: 21px;
  356. border-radius: 40px;
  357. background-color: #ff0404c9;
  358. font: 400 10px/20px myriad-pro,sans-serif;
  359. text-align: center;
  360. color: white;
  361. }
  362. span.round-tab-car {
  363. width: 44px;
  364. height: 44px;
  365. line-height: 44px;
  366. display: inline-block;
  367. border-radius: 100px;
  368. /*background: #fff0;*/
  369. border: 2px solid #e0e0e0;
  370. z-index: 2;
  371. position: relative;
  372. left: 0;
  373. text-align: center;
  374. font-size: 25px;
  375. }
  376. span.round-tab-car i{
  377. color:#555555;
  378. }
  379. span.round-tab-car {
  380. /*background: #fff0;*/
  381. /*color de borde del circulo activo*/
  382. border: 2px solid #fd5050;
  383. }
  384. span.round-tab-car i{
  385. /*color del icono de carrito*/
  386. color: #fd5050;
  387. }
  388. /*termina diseño de carrito de compras*/
  389. span.round-tab:hover {
  390. color: #333;
  391. border: 2px solid #333;
  392. }
  393. .wizard .nav-tabs > li {
  394. width: 33.3%;
  395. }
  396. .wizard li:after {
  397. content: " ";
  398. position: absolute;
  399. left: 46%;
  400. opacity: 0;
  401. margin: 0 auto;
  402. bottom: 0px;
  403. border: 5px solid transparent;
  404. border-bottom-color: #5bc0de;
  405. transition: 0.1s ease-in-out;
  406. }
  407. .wizard li.active:after {
  408. content: " ";
  409. position: absolute;
  410. left: 46%;
  411. opacity: 1;
  412. margin: 0 auto;
  413. bottom: 0px;
  414. border: 10px solid transparent;
  415. border-bottom-color: #ff000091;
  416. }
  417. .wizard .nav-tabs > li a {
  418. width: 70px;
  419. height: 70px;
  420. margin: 20px auto;
  421. border-radius: 100%;
  422. padding: 0;
  423. }
  424. .wizard .nav-tabs > li a:hover {
  425. background: transparent;
  426. }
  427. .wizard .tab-pane {
  428. position: relative;
  429. padding-top: 50px;
  430. }
  431. .wizard h3 {
  432. margin-top: 0;
  433. }
  434. .step1 .row {
  435. margin-bottom:10px;
  436. }
  437. .step_21 {
  438. border :2px solid #eee;
  439. border-radius:5px;
  440. padding:30px;
  441. }
  442. .step33 {
  443. border:1px solid #ccc;
  444. border-radius:5px;
  445. padding-left:10px;
  446. margin-bottom:10px;
  447. }
  448. .dropselectsec {
  449. width: 68%;
  450. padding: 6px 5px;
  451. border: 1px solid #ccc;
  452. border-radius: 3px;
  453. color: #333;
  454. margin-left: 10px;
  455. outline: none;
  456. font-weight: normal;
  457. }
  458. .dropselectsec1 {
  459. width: 74%;
  460. padding: 6px 5px;
  461. border: 1px solid #ccc;
  462. border-radius: 3px;
  463. color: #333;
  464. margin-left: 10px;
  465. outline: none;
  466. font-weight: normal;
  467. }
  468. .mar_ned {
  469. margin-bottom:10px;
  470. }
  471. .wdth {
  472. width:25%;
  473. }
  474. .birthdrop {
  475. padding: 6px 5px;
  476. border: 1px solid #ccc;
  477. border-radius: 3px;
  478. color: #333;
  479. margin-left: 10px;
  480. width: 16%;
  481. outline: 0;
  482. font-weight: normal;
  483. }
  484. /* according menu */
  485. #accordion-container {
  486. font-size:13px
  487. }
  488. .accordion-header {
  489. font-size:13px;
  490. background:#ebebeb;
  491. margin:5px 0 0;
  492. padding:7px 20px;
  493. cursor:pointer;
  494. color:#fff;
  495. font-weight:400;
  496. -moz-border-radius:5px;
  497. -webkit-border-radius:5px;
  498. border-radius:5px
  499. }
  500. .unselect_img{
  501. width:18px;
  502. -webkit-user-select: none;
  503. -moz-user-select: none;
  504. -ms-user-select: none;
  505. user-select: none;
  506. }
  507. .active-header {
  508. -moz-border-radius:5px 5px 0 0;
  509. -webkit-border-radius:5px 5px 0 0;
  510. border-radius:5px 5px 0 0;
  511. background:#F53B27;
  512. }
  513. .active-header:after {
  514. content:"\f068";
  515. font-family:'FontAwesome';
  516. float:right;
  517. margin:5px;
  518. font-weight:400
  519. }
  520. .inactive-header {
  521. background:#333;
  522. }
  523. .inactive-header:after {
  524. content:"\f067";
  525. font-family:'FontAwesome';
  526. float:right;
  527. margin:4px 5px;
  528. font-weight:400
  529. }
  530. .accordion-content {
  531. display:none;
  532. padding:20px;
  533. background:red;
  534. border:1px solid #ccc;
  535. border-top:0;
  536. -moz-border-radius:0 0 5px 5px;
  537. -webkit-border-radius:0 0 5px 5px;
  538. border-radius:0 0 5px 5px
  539. }
  540. .accordion-content a{
  541. text-decoration:none;
  542. color:#333;
  543. }
  544. .accordion-content td{
  545. border-bottom:1px solid #dcdcdc;
  546. }
  547. @media( max-width : 585px ) {
  548. .wizard {
  549. width: 90%;
  550. height: auto !important;
  551. }
  552. span.round-tab {
  553. font-size: 16px;
  554. width: 50px;
  555. height: 50px;
  556. line-height: 50px;
  557. }
  558. .wizard .nav-tabs > li a {
  559. width: 50px;
  560. height: 50px;
  561. line-height: 50px;
  562. }
  563. .wizard li.active:after {
  564. content: " ";
  565. position: absolute;
  566. left: 35%;
  567. }
  568. .plus-minus-input {
  569. -webkit-align-items: center;
  570. -ms-flex-align: center;
  571. align-items: center;
  572. }
  573. .plus-minus-input .input-group-field {
  574. text-align: center;
  575. margin-left: 0.5rem;
  576. margin-right: 0.5rem;
  577. padding: 1rem;
  578. }
  579. .plus-minus-input .input-group-field::-webkit-inner-spin-button,
  580. .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  581. -webkit-appearance: none;
  582. appearance: none;
  583. }
  584. .plus-minus-input .input-group-button .circle {
  585. border-radius: 50%;
  586. padding: 0.25em 0.8em;
  587. }
  588. }
  589. /*estilo de columna*/
  590. .ux-card {
  591. border: 1px solid #E8E8E8;
  592. /*background: #FCFCFC;*/
  593. padding:20px;
  594. position: relative;
  595. &:hover {
  596. cursor: pointer;
  597. border-color: #008a32;
  598. background-color: #fff;
  599. }
  600. }
  601. .product {
  602. color: black;
  603. margin-bottom: 20px;
  604. box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.1);
  605. }
  606. .complete {
  607. padding: 80px;
  608. border: 2px solid #eee;
  609. position: relative;
  610. }
  611. td.disabled {
  612. background: #d8d6d9 !important;
  613. }
  614. .datepicker table tr td, .datepicker table tr th{
  615. border-radius: 1px !important
  616. }
  617. /*estilo para darle un ancho definido a las tarjetas (linea)*/
  618. .h {
  619. height: 340px !important
  620. }
  621. .form-control {
  622. font-size: 1.3rem !important;
  623. font-family: Verdana, Arial !important;
  624. }
  625. /*carrito*/
  626. @media (min-width: 768px) {
  627. .car1{
  628. padding: 15px;
  629. /*margin-top:20px;*/
  630. }
  631. .p {padding: 20px;}
  632. }
  633. @media (max-width: 576px){
  634. .imgP {
  635. padding: 50px;
  636. }
  637. .imagen {
  638. transition: transform .6s;
  639. width: auto;
  640. display: block;
  641. margin: auto;
  642. }
  643. }
  644. @media (min-width: 800px){
  645. .sp{padding-top: 50px}
  646. }
  647. @media (max-width: 500px){
  648. .block{
  649. display: block;
  650. width: 100%;
  651. padding-right: 0;
  652. padding-left: 0;
  653. margin-top:10px;
  654. }
  655. }
  656. .pad {
  657. padding-bottom: 13px;
  658. }
  659. /*quitar el text tranform*/
  660. .none {
  661. text-transform: none !important;
  662. }
  663. .confir {
  664. padding: 15px 30px 15px !important;
  665. }