formulario.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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: 100px;
  29. }
  30. .promocion {
  31. background-image: url("../Images/banner.jpg");
  32. background-size: cover;
  33. color: #FFF;
  34. padding-bottom: 5rem;
  35. }
  36. input[type='number'] {
  37. -moz-appearance:textfield;
  38. }
  39. input::-webkit-outer-spin-button,
  40. input::-webkit-inner-spin-button {
  41. -webkit-appearance: none;
  42. }
  43. .help{
  44. color: rgb(128, 128, 128);
  45. font-style: italic;
  46. }
  47. .mandatory{
  48. color: #ED5565
  49. }
  50. .top-space{
  51. margin-top: 10px;
  52. }
  53. .disclaimer{
  54. color: rgb(128, 128, 128);
  55. font-size: 80%;
  56. font-style: italic;
  57. text-align: justify;
  58. }
  59. .nav-bar{
  60. padding-left: 30px;
  61. padding-top: 10px;
  62. }
  63. .logo{
  64. height: 40px;
  65. }
  66. .productos{
  67. width: 100%;
  68. }
  69. .xl-top-space{
  70. margin-top: 30px
  71. }