-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
133 lines (118 loc) · 2.51 KB
/
style.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
@import url('https://fonts.googleapis.com/css2? family=Jost:wght@500&display=swap');
#navegaSuperior{
height: 100px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
background-color: #ff7f99;
padding-left: 10px;
padding-right: 10px;
}
.nosotros{
color: white;
font-family: 'Jost', sans-serif;
font-size: 25px;
}
.teayudamos{
color:yellow;
font-family: 'Jost', sans-serif;
}
.botonNav{
color:white;
background-color: rgb(199, 64, 87);
border-style: solid;
border-color: rgb(190, 111, 124) ;
font-family: 'Jost', sans-serif;
font-size: 15px;
border-radius: 50px;
}
.grupoBotones{
font-family: 'Jost', sans-serif;
justify-content: right;
}
.principal{
height: 50%;
box-sizing: content-box;
padding: 0%;
border: 0px;
display: flex;
flex-direction: row;
align-items: center;
background-color: white;
}
.cajablanca{
display: flex;
width: 50%;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 25px;
}
.centroIntegral, .valoresfrase, .nombre{
font-family: 'Jost', sans-serif;
font-size: 50px;
color: #ff7f99;
}
.especialistas{
font-family: 'Jost', sans-serif;
font-size: 14px;
color: rgb(44, 42, 42);
}
.teLlamamos{
font-family: 'Jost', sans-serif;
font-size:14px;
background-color: #ffca41;
border-style: none;
color: white;
border-radius: 50px;
height:40px;
width: 120px;
}
.especialidadMiembro{
font-family: 'Jost', sans-serif;
font-size: 18px;
font-style: italic;
color: #000000;
font-weight: bold;
text-align: center;
}
.descripcionpersonal{
font-family: 'Jost', sans-serif;
box-sizing: border-box;
font-size: 12px;
color: #323131;
font-weight: lighter;
}
.piePagina{
height: 25%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
background-color: #ff7f99;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 25px;
padding-left: 25px;
}
.miembroEquipo{
display: flex;
flex-direction: column;
align-items: center;
font-family: 'Jost', sans-serif;
}
.nombreFoto{
font-family: 'Jost', sans-serif;
font-size: 18px;
color: white;
font-weight: bold;
}
.especialidadMiembrofooter{
font-family: 'Jost', sans-serif;
font-size: 14px;
font-style: italic;
color: #000000;
font-weight: lighter;
text-align: center;
}