-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
84 lines (70 loc) · 1.3 KB
/
main.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
.main {
background: #fff;
padding: 20px;
border-radius: 20px;
margin-top: 90px;
}
/* SLOGAN */
.slogan {
width: 90%;
margin: 40px auto;
margin-bottom: 40PX;
}
.slogan p {
font-size: 99px;
}
.slogan p .bold {
color: #ea4235;
}
/* SERVICIOS */
.servicios {
width: 100%;
border-radius: 20px;
color: #fff;
}
.servicios h2 {
display: flex;
height: 80px;
font-size: 50px;
background-color: #092552;
border-radius: 20px;
align-items: center;
padding-left: 20px;
}
.solucion {
display: flex;
justify-content: stretch;
margin-top: 40px;
padding: 20px;
}
.solucion .solucion-info {
width: 45%;
display: inline-block;
display: flex;
margin: 20px auto;
flex-direction: column;
/* justify-content: space-between; */
color: #092552;
}
.solucion .solucion-info h3 {
font-size: 40px;
}
.solucion .solucion-info p {
height: 100%;
align-content: center;
font-size: 30px;
margin-bottom: 35px;
flex-wrap: wrap;
}
.solucion .solucion-img {
width: 45%;
}
.solucion .solucion-img img {
width: 70%;
border-radius: 20px;
}
.sobre-nosotros {
width: 100%;
margin: 40px 0;
line-height: 30px;
}