formulario.css 1.3 KB

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