formulario.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @font-face {
  2. font-family: 'Champagne and Limousine';
  3. src: url('../Fonts/Champagne&Limousines.ttf');
  4. -webkit-font-smoothing: antialiased;
  5. font-weight: 700;
  6. }
  7. @font-face {
  8. font-family: "Open Sans";
  9. font-style: normal;
  10. font-weight: 300;
  11. src: url("../Fonts/OpenSans.woff") format("woff");
  12. }
  13. #logo { opacity:0; transition: opacity 0.5s ease-in-out; }
  14. html, body
  15. {
  16. font-family: 'Open Sans';
  17. -webkit-font-smoothing: antialiased;
  18. -webkit-text-stroke: 0.50px;
  19. letter-spacing: 0.5px;
  20. }
  21. .left{
  22. text-align: left!important;
  23. }
  24. .section{
  25. padding: 30px;
  26. }
  27. .max-top-space{
  28. margin-top: 50px;
  29. }
  30. .promocion {
  31. background-image: url("../Images/banner.jpg");
  32. background-size: cover;
  33. color: #FFF;
  34. font-weight:700;
  35. padding-bottom: 1rem;
  36. }
  37. input[type='number'] {
  38. -moz-appearance:textfield;
  39. }
  40. input::-webkit-outer-spin-button,
  41. input::-webkit-inner-spin-button {
  42. -webkit-appearance: none;
  43. }
  44. .help{
  45. color: rgb(128, 128, 128);
  46. font-style: italic;
  47. }
  48. .mandatory{
  49. color: #ED5565
  50. }
  51. .top-space{
  52. margin-top: 10px;
  53. }
  54. .disclaimer{
  55. color: rgb(128, 128, 128);
  56. font-size: 80%;
  57. font-style: italic;
  58. text-align: justify;
  59. }
  60. .nav-bar{
  61. padding-left: 30px;
  62. padding-top: 10px;
  63. }
  64. .logo{
  65. height: 40px;
  66. }
  67. .productos{
  68. width: 100%;
  69. }
  70. .xl-top-space{
  71. margin-top: 30px
  72. }