style-funciones.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .funciones-title {
  2. top: 30%;
  3. font-family: 'AlmaqW01-Refined';
  4. color: #777;
  5. font-weight: 500;
  6. font-size: 30px;
  7. margin: 0;
  8. }
  9. .funciones-description {
  10. color: #777;
  11. font-family: 'AllRoundGothicW01-Book';
  12. font-size: 20px;
  13. text-align: justify;
  14. }
  15. .text-buttons {
  16. color: #777;
  17. font-family: 'AllRoundGothicW01-Book';
  18. font-size: 20px;
  19. font-weight: bold;
  20. text-align: justify;
  21. }
  22. .bg-dinamix {
  23. background-repeat: no-repeat;
  24. /* background-size: 100%; */
  25. background-position: center;
  26. height: 100%;
  27. }
  28. .card-rounded {
  29. border-radius: 18px;
  30. margin-top: -4px;
  31. }
  32. .bg-dinamic {
  33. background-repeat: no-repeat;
  34. background-size: 100%;
  35. background-position: center;
  36. margin-top: 0px;
  37. }
  38. .section-funcion {
  39. padding-top: 130px;
  40. }
  41. .btnhover:hover {
  42. transform: scale(1.1);
  43. }
  44. .title-movil {
  45. color: white;
  46. font-weight: bold;
  47. font-size: 30px;
  48. font-family: 'AlmaqW01-Refined';
  49. }
  50. @media (max-width: 767px) {
  51. .section-funcion {
  52. padding-top: 112px;
  53. }
  54. }
  55. @media (max-width: 111px) {
  56. .section-funcion {
  57. padding-top: 112px;
  58. }
  59. }