new-page.component.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. .newPage-w {
  2. width: 100%;
  3. }
  4. .newPage-w .containerContent-w {
  5. border-top: 5px solid #007a71;
  6. }
  7. .newPage-w .containerContent-w .firstReport-w {
  8. width: 100%;
  9. display: inline-block;
  10. padding: 20px 0;
  11. }
  12. .newPage-w .containerContent-w .firstReport-w h2 {
  13. font-size: 18px;
  14. color: #007a71;
  15. text-align: right;
  16. margin: 10px 0;
  17. }
  18. .newPage-w .containerContent-w .firstReport-w h2 span {
  19. font-size: 15px;
  20. color: #888;
  21. }
  22. .newPage-w .containerContent-w .firstReport-w .img {
  23. width: 100%;
  24. height: 536px;
  25. margin-top: 20px;
  26. }
  27. .newPage-w .containerContent-w .firstReport-w .reprtDetail-w {
  28. width: 100%;
  29. padding: 20px 0;
  30. }
  31. .newPage-w .containerContent-w .firstReport-w .reprtDetail-w .dateReport-w {
  32. width: 100%;
  33. padding: 10px;
  34. }
  35. .newPage-w .containerContent-w .firstReport-w .reprtDetail-w .dateReport-w p {
  36. font-size: 17px;
  37. color: #ccc;
  38. }
  39. .newPage-w .containerContent-w .firstReport-w .img img {
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .newPage-w .containerContent-w .descriptionBody-w {
  44. width: 100%;
  45. padding: 20px 0;
  46. }
  47. .newPage-w .containerContent-w .descriptionBody-w h2 {
  48. text-align: right;
  49. font-size: 17px;
  50. color: #007a71;
  51. margin: 10px 0;
  52. }
  53. .newPage-w .containerContent-w .descriptionBody-w p {
  54. text-align: right;
  55. font-size: 15px;
  56. color: #888;
  57. }
  58. .newPage-w .containerContent-w .imagesBody-w {
  59. width: 100%;
  60. padding: 20px 0;
  61. }
  62. .newPage-w .containerContent-w .imagesBody-w .imageNews {
  63. width: 100%;
  64. height: 300px;
  65. }
  66. .newPage-w .containerContent-w .imagesBody-w .imageNews img {
  67. width: 100%;
  68. height: 100%;
  69. }
  70. .inside_links{
  71. width: 100%;
  72. overflow: hidden;
  73. margin-top: 70px;
  74. display: block;
  75. }
  76. .inside_links ul{
  77. display: block;
  78. width: 100%;
  79. padding: 0px;
  80. }
  81. .inside_links ul li{
  82. display: block;
  83. width: 100%;
  84. height: 65px;
  85. }
  86. .inside_links ul li span{
  87. display: block;
  88. float: right;
  89. margin: 1px 4px 0px 0px;
  90. }
  91. .eninside_links ul li span{
  92. float: left !important;
  93. }
  94. .eninside_links ul li a img{
  95. float: left !important;
  96. }
  97. .inside_links ul li a img{
  98. display: block;
  99. width: 30px;
  100. float: right;
  101. height: 30px;
  102. margin: 15px 10px 0px 10px;
  103. filter: invert(65%);
  104. }
  105. .inside_links ul li a{
  106. display: block;
  107. float: right;
  108. color: #755a07;
  109. line-height: 62px;
  110. margin: 0px 2px 2px 0px;
  111. width: 100%;
  112. background-color: #e6e6e6;
  113. height: 65px;
  114. border-bottom: 1px solid #ceb79d96;
  115. transition: all 0.5s;
  116. }
  117. .inside_links ul li a:hover{
  118. background: linear-gradient(1turn,#e6ded5cc, #e6e6e6, #e6e6e6);
  119. }
  120. .saredLinks-w {
  121. width: 50%;
  122. float: left;
  123. display: inline-block;
  124. padding: 10px 0;
  125. }
  126. .saredLinks-w li {
  127. display: inline-block;
  128. margin: 0 5px;
  129. }
  130. .saredLinks-w li button {
  131. width: 30px;
  132. height: 30px;
  133. background-color: transparent;
  134. border: none;
  135. color: #fff;
  136. cursor: pointer;
  137. transition: all 0.5s;
  138. border-radius: 3px;
  139. }
  140. .saredLinks-w li button:hover {
  141. transform: rotate(180deg);
  142. }
  143. .saredLinks-w li .facebook {
  144. background-color: #3b5a97;
  145. }
  146. .saredLinks-w li .twitter {
  147. background-color: #21a1f2;
  148. }
  149. .saredLinks-w li .linkedin {
  150. background-color: #0676b5;
  151. }
  152. .saredLinks-w li .googleplus {
  153. background-color: #e21414;
  154. }
  155. .saredLinks-w li .whatsapp{
  156. background-color: #4fc248;
  157. }
  158. .saredLinks-w li .whatsapp a {
  159. color: #fff;
  160. text-decoration: none;
  161. }
  162. @media(max-width:767px){
  163. .inside_links{
  164. display: none !important;
  165. }
  166. .saredLinks-w li button{
  167. margin: 5px 0;
  168. }
  169. .newPage-w .containerContent-w .firstReport-w .img {
  170. height: 360px;
  171. }
  172. .saredLinks-w {
  173. width: 100%;
  174. }
  175. }
  176. @media(min-width:767px) and (max-width: 991px) {
  177. .saredLinks-w li button{
  178. margin: 5px 0;
  179. }
  180. }
  181. @media(min-width: 1200px) {
  182. .container {
  183. width: 1200px;
  184. }
  185. }