footer.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. .footer {
  2. margin-top: 200px;
  3. font-family: 'Quicksand', sans-serif;
  4. width: 100%;
  5. height: auto;
  6. }
  7. .footer-header {
  8. width: 100%;
  9. height: 60px;
  10. background-color: #341a42;
  11. position: relative;
  12. }
  13. .form-container {
  14. display: flex;
  15. align-items: center;
  16. justify-content: space-around;
  17. background-image:
  18. linear-gradient(rgba(157, 93, 93, 0.117), rgba(157, 93, 93, 0.003)),
  19. url(../img/fondo.jpg);
  20. width: 60%;
  21. height: 120px;
  22. max-height: 120px;
  23. position: absolute;
  24. top: -61px;
  25. left: 50%;
  26. transform: translateX(-50%);
  27. box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  28. border-radius: 8px;
  29. padding: 20px;
  30. }
  31. .footer-form {
  32. display: flex;
  33. align-items: center;
  34. flex-direction: row;
  35. height: 100%;
  36. max-height: 50px;
  37. width: 100%;
  38. max-width: 40%;
  39. border: 2px solid rgb(22, 22, 22);
  40. border-radius: 30px;
  41. padding-left: 40px;
  42. }
  43. .email-footer {
  44. background-color: transparent;
  45. height: 100%;
  46. flex-grow: 2;
  47. border: none;
  48. }
  49. .email-footer:focus {
  50. outline: none;
  51. }
  52. .footer-form:focus-within {
  53. outline: 1px solid #76225e;
  54. }
  55. .subscribe {
  56. padding: 1px 20px;
  57. font-family: 'Quicksand', sans-serif;
  58. font-weight: bold;
  59. border-top-right-radius: 30px;
  60. border-bottom-right-radius: 30px;
  61. height: 100%;
  62. border: 1px solid #f04f48;
  63. background: #f04f48;
  64. }
  65. .subscribe:hover {
  66. cursor: pointer;
  67. transition: color 0.5s ease, color 0.5s ease;
  68. color: #ffffff;
  69. }
  70. .icon-footerT {
  71. border-radius: 100%;
  72. padding: 10px;
  73. margin-left: 5px;
  74. margin-right: 5px;
  75. background-color: rgb(150, 150, 150);
  76. display: flex;
  77. justify-content: center;
  78. align-items: center;
  79. width: 40px;
  80. height: 40px;
  81. text-decoration: none;
  82. transition: color 0.3s ease, color 0.3s ease;
  83. }
  84. .icon-footerT i {
  85. transform: scale(0.8);
  86. color: black;
  87. }
  88. .footer-info {
  89. width: 100%;
  90. height: 400px;
  91. background-color: #76225e;
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. }
  96. .info-container {
  97. display: flex;
  98. width: 50%;
  99. }
  100. .part {
  101. width: 100%;
  102. max-width: 33%;
  103. padding-left: 25px;
  104. padding-right: 25px;
  105. }
  106. .part:nth-child(2) {
  107. border-left: 1px solid #adadad;
  108. border-right: 1px solid #adadad;
  109. }
  110. .donation-list {
  111. list-style: none;
  112. }
  113. .donation-list div {
  114. padding-top: 5px;
  115. padding-bottom: 5px;
  116. }
  117. .donation-list div:hover {
  118. cursor: pointer;
  119. transition: color 0.5s ease, color 0.5s ease;
  120. color: #ff7a32;
  121. }
  122. .footer-title {
  123. display: flex;
  124. align-items: center;
  125. justify-content: start
  126. }
  127. .iconF {
  128. color: #f04f48;
  129. transform: scale(2);
  130. }
  131. .footer-title-in {
  132. padding-left: 20px;
  133. display: flex;
  134. flex-direction: column;
  135. }
  136. .titleC {
  137. font-size: 20px;
  138. font-family: 'Caveat', cursive;
  139. font-weight: 600;
  140. color: #ff3232;
  141. }
  142. .titleQ {
  143. font-size: 22px;
  144. font-family: 'Quicksand', sans-serif;
  145. font-weight: 600;
  146. color: #f04f48;
  147. }
  148. .part-text {
  149. margin-top: 20px;
  150. }
  151. .join {
  152. margin-top: 20px;
  153. border: none;
  154. border-radius: 25px;
  155. padding: 20px 25px;
  156. width: fit-content;
  157. background-color: #f04f48;
  158. font-family: 'Quicksand', sans-serif;
  159. font-weight: bold;
  160. }
  161. .join:hover {
  162. cursor: pointer;
  163. transition: color 0.5s ease, color 0.5s ease;
  164. color: #ffffff;
  165. }
  166. .footer-color {
  167. color: #73c7a4;
  168. }
  169. .footer-end {
  170. width: 100%;
  171. height: 100px;
  172. background-color: #341a42;
  173. display: flex;
  174. justify-content: center;
  175. align-items: center;
  176. }
  177. .footer-end-container {
  178. display: flex;
  179. justify-content: space-between;
  180. align-items: center;
  181. width: 100%;
  182. max-width: 50%;
  183. }
  184. .ways-donate {
  185. font-size: 30px;
  186. font-family: 'Caveat', cursive;
  187. }