style-blog.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .banner {
  2. position: relative;
  3. display: inline-block;
  4. }
  5. .title-blog {
  6. position: absolute;
  7. top: 35px;
  8. left: 100px;
  9. }
  10. .span-blog {
  11. position: absolute;
  12. top: 80px;
  13. left: 100px;
  14. }
  15. .span-blog-2 {
  16. position: absolute;
  17. top: 105px;
  18. left: 100px;
  19. }
  20. .title-blog {
  21. font-family: blackk;
  22. letter-spacing: 5px;
  23. color: white;
  24. }
  25. .span-blog,
  26. .span-blog-2 {
  27. font-family: blackk;
  28. letter-spacing: 1px;
  29. color: white;
  30. }
  31. .title-article {
  32. color: #13a968;
  33. font-weight: 400;
  34. }
  35. .data-article {
  36. color: #48484f;
  37. font-size: 14px;
  38. font-size: 0.7777777778rem;
  39. font-weight: 600;
  40. }
  41. .card-publicacion {
  42. margin: 10px;
  43. }
  44. .ver-mas:hover {
  45. color: blue !important;
  46. }
  47. .cursor {
  48. cursor: pointer;
  49. }
  50. .title-reciente {
  51. color: #13a968;
  52. }
  53. .section-blog {
  54. background-image: linear-gradient(rgba(245, 245, 245, 0.4), rgba(245, 245, 245, 0.4)), url("../images/index/backgroundB.png");
  55. background-repeat: no-repeat;
  56. background-size: cover;
  57. background-attachment: fixed;
  58. }
  59. .gray-container {
  60. background-color: #e9e9ea !important;
  61. }
  62. .page-item.active .page-link {
  63. background-color: #13a968 !important;
  64. border-color: white;
  65. }
  66. .page-link {
  67. color: #13a968;
  68. }
  69. .btn-outline-green:hover {
  70. color: #fff;
  71. background-color: #13a968;
  72. border-color: #13a968;
  73. }
  74. .btn-outline-green {
  75. color: #13a968;
  76. border-color: #13a968;
  77. }
  78. .btn-outline-green:not(:disabled):not(.disabled).active,
  79. .btn-outline-green:not(:disabled):not(.disabled):active,
  80. .show>.btn-outline-green.dropdown-toggle {
  81. color: #fff;
  82. background-color: #13a968;
  83. border-color: #13a968;
  84. }
  85. @media screen and (max-width: 991px) {
  86. .txt-banner {
  87. display: none;
  88. }
  89. .banner {
  90. margin-top: 93px;
  91. }
  92. }
  93. @media screen and (max-width: 767px) {
  94. .card-reciente-post {
  95. margin: 40px !important;
  96. }
  97. .gray-container {
  98. background-color: #fff !important;
  99. text-align: center;
  100. font-weight: 600;
  101. }
  102. }