File size: 712 Bytes
aedd342
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.contacto-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--azuloscuro);
    padding: 5rem;
}

.texto-contacto {
    text-align: center;
    width: 40rem;
    padding: 0 rem 3rem;
}

.texto-contacto h2 {
    color: var(--amarilloclaro);
    font-size: 3.5rem;
    line-height: 1;
}

.texto-contacto p {
    color: var(--blanco);
}


.contacto-boton {
    text-align: center;
    padding: 4rem;
    color: var(--amarillooscuro);
}

.contacto-boton:hover {
    transform: scale(1.1);
}

.contacto-instagram {
    text-align: center;
}

.contacto-instagram p{
    color: var(--blanco);
    line-height: 0.2;
}

.contacto-instagram img {
    width: 6rem;
}