-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
120 lines (120 loc) · 2.44 KB
/
estilo.css
File metadata and controls
120 lines (120 loc) · 2.44 KB
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
body {
font-family: 'Montserrat', Arial, sans-serif;
margin: 0;
background-color: #fff7eb;
color: #222;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
background: linear-gradient(90deg, #ff8800 70%, #ffb347 100%);
padding: 0.6em 1.2em;
box-shadow: 0 2px 10px rgba(255,136,0,0.13);
position: sticky;
top: 0; z-index: 10;
flex-wrap: wrap;
}
.logo-nav {
display: flex;
align-items: center;
}
.logo-title {
font-size: 1.6em; font-weight: 800; color: #fff;
letter-spacing: 2px;
}
.navbar ul {
display: flex; list-style: none; margin: 0; padding: 0;
}
.navbar li { margin: 0 0.6em; }
.navbar a {
color: #fff;
text-decoration: none;
font-weight: 600;
padding: 0.4em 1em;
border-radius: 20px;
transition: background 0.15s, color 0.15s;
}
.navbar a.active, .navbar a:hover {
background: #fff;
color: #ff8800;
}
.contact-info-nav {
display: flex;
gap: 1em;
font-size: 1em;
align-items: center;
}
.contact-info-nav a {
color: #fff;
text-decoration: underline;
font-weight: 600;
transition: color 0.2s;
}
.contact-info-nav a:hover {
color: #222;
}
main {
max-width: 900px;
margin: 2em auto;
padding: 0 1em;
}
.card {
background: #fff;
border-radius: 18px;
box-shadow: 0 2px 14px rgba(255,136,0,0.09);
margin-bottom: 2em;
padding: 2em 1.5em;
transition: box-shadow 0.16s;
position: relative;
}
.card:hover {
box-shadow: 0 6px 22px rgba(255,136,0,0.15);
}
.card h2 {
color: #ff8800;
font-size: 2em;
margin-top: 0;
font-weight: 800;
letter-spacing: 1px;
}
.card p {
font-size: 1.14em;
margin-top: 1em;
font-weight: 600;
line-height: 1.7;
}
.media-group {
display: flex;
gap: 1.2em;
flex-wrap: wrap;
margin-top: 1em;
}
.card-img {
width: 180px;
height: 140px;
border-radius: 14px;
object-fit: cover;
box-shadow: 0 2px 10px rgba(255,136,0,0.11);
background: #ffe1c1;
}
.card-video {
width: 250px;
height: 140px;
border-radius: 14px;
box-shadow: 0 2px 10px rgba(255,136,0,0.11);
background: #ffe1c1;
}
.contact-buttons {
margin-top: 1em;
}
.btn, .btn-secondary {
display: inline-block;
margin: 0.4em 0.3em;
padding: 0.7em 2em;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
font-size: 1em;
transition: box-shadow 0.15s, transform 0.15s;
box-shadow: