| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- @font-face {
- font-family: 'Champagne and Limousine';
- src: url('../Fonts/Champagne&Limousines.ttf');
- -webkit-font-smoothing: antialiased;
- font-weight: 700;
- }
- @font-face {
- font-family: "Open Sans";
- font-style: normal;
- font-weight: 300;
- src: url("../Fonts/OpenSans.woff") format("woff");
- }
- #logo { opacity:0; transition: opacity 0.5s ease-in-out; }
- html, body
- {
- font-family: 'Open Sans';
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke: 0.50px;
- letter-spacing: 0.5px;
- }
- .left{
- text-align: left!important;
- }
- .section{
- padding: 30px;
- }
- .max-top-space{
- margin-top: 100px;
- }
- .promocion {
- background-image: url("../Images/banner.jpg");
- background-size: cover;
- color: #FFF;
- padding-bottom: 5rem;
- }
- input[type='number'] {
- -moz-appearance:textfield;
- }
- input::-webkit-outer-spin-button,
- input::-webkit-inner-spin-button {
- -webkit-appearance: none;
- }
- .help{
- color: rgb(128, 128, 128);
- font-style: italic;
- }
- .mandatory{
- color: #ED5565
- }
- .top-space{
- margin-top: 10px;
- }
- .disclaimer{
- color: rgb(128, 128, 128);
- font-size: 80%;
- font-style: italic;
- text-align: justify;
- }
- .nav-bar{
- padding-left: 30px;
- padding-top: 10px;
- }
- .logo{
- height: 40px;
- }
- .productos{
- width: 100%;
- }
- .xl-top-space{
- margin-top: 30px
- }
|