-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstilo.css
154 lines (130 loc) · 2.12 KB
/
stilo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
body {
background-image: url(http://weiweidigital.com/wp-content/uploads/2016/08/fondo-negro.jpg);
background-size: 100vw 100vh;
background-attachment: fixed;
margin: 0;
font-family: 'Source Sans Pro', sans-serif;;
}
form {
width: 800px;
margin: auto;
background: rgba(0,0,0,0.3);
padding: 50px 50px;
box-sizing: border-box;
margin-top: 20px;
border-radius: 20px;
}
h2, h1, h3, a {
color: #fff;
text-align: center;
margin: 0;
font-size: 30px;
margin-bottom: 40px;
}
p
{
color: #fff;
}
input, textarea {
width: 100%;
margin-bottom: 20px;
padding: 7px;
box-sizing: border-box;
font-style: 17px;
border: none;
}
textarea {
min-height: 100px;
min-height: 200px;
max-width: 100%;
}
#boton {
display: block;
background: #31384A;
color: #fff;
padding: 20px;
}
#boton:hover {
cursor: pointer;
}
@media (max-width:400px){
form{
width: 100%;
}
}
.container
{
margin: 0px auto;
width: 1200px;
}
#menu-wrapper
{
background: #a60818;
}
#menu
{
}
#menu ul
{
display: inline-block;
margin: 0;
padding: 0em 0em;
text-align: center;
}
#menu li
{
display: inline-block;
}
#menu li a, #menu li span
{
display: inline-block;
padding: 2em 1.5em;
text-decoration: none;
font-size: 0.90em;
font-weight: 600;
text-transform: uppercase;
outline: 0;
color: #FFF;
}
#menu li:hover a, #menu li.active a, #menu li.active span
{
}
#banner
{
overflow: hidden;
padding: 20em 0em;
background: url(images/bannerr.png) no-repeat center;
background-size: cover;
}
.wrapper
{
overflow: hidden;
padding: 0em 0em 5em 0em;
background: #a60818;
}
#wrapper2
{
overflow: hidden;
background: rgba(0,0,0,.1);
padding: 5em 0em;
}
#copyright
{
overflow: hidden;
padding: 5em 0em;
border-top: 1px solid rgba(255,255,255,0.08);
text-align: center;
color: #000;
}
#copyright p
{
letter-spacing: 1px;
font-size: 0.90em;
color: rgba(255,255,255,0.6);
}
#copyright a
{
background-color: #a60818;
text-decoration: none;
color: rgba(255,255,255,0.8);
}