"Contacto"
Bootstrap 3.3.0 Snippet by alesalazar

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
<div class="container">
<div class="row">
<div class="col-md-12 one-column-text">
<h2>¡Contáctenos! Queremos Saber de Ud.</h2>
<h3>Estamos del otro lado del teléfono y de la pantalla para resolver sus dudas y consultas o simplemente para recibir sus sugerencias y comentarios</h3>
</div>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m5!3m3!1m2!1s0x9662cf1846549c4d%3A0x72a9d5b05cc5ded6!2sAm%C3%A9rico+Vespucio+Sur+107%2C+Las+Condes%2C+Regi%C3%B3n+Metropolitana!5e0!3m2!1ses-419!2scl!4v1388412285664&wmode=transparent" width="960" height="350" frameborder="0" style="border:2px solid #39aecf" wmode="Opaque">
</iframe>
<div class="row contact-info">
<div class="col-md-8">
<h3>Pongámonos en Contacto</h3>
<p>En LegalProm dejamos a su disposición la mejor inteligencia legal online 24/7 y estaremos respondiendo sus preguntas todos los días hábiles hasta las 18:00 horas.</p>
<div class="row">
<div class="col-md-4">
<span>Teléfono</span>
<p>Chile: +56 2 23727133</p>
</div>
<div class="col-md-4">
<span>Email</span>
<p>notificaciones@legalprom.com</p>
</div>
<div class="col-md-4">
<span>Redes Sociales</span>
<p>Facebook: <a href="https://www.facebook.com/legalprom">/legalprom</a></p>
<p>Twitter: <a href="https://twitter.com/LegalProm">@LegalProm</a></p>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
body{
font-family: 'Open Sans', sans-serif;
color:#444;}
.container{
padding:0 100px;}
.one-column-text{
padding:80px 130px;}
.one-column-text h2{
font-size:42px;
font-weight:300;
color:#057d9f;
line-height:48px;
text-align: center;}
.one-column-text h3{
font-size:24px;
font-weight:300;
color:#057d9f;
text-align: center;
line-height:40px;}
/*-------------------------------------*/
.contact-info{
margin-top:100px;}
.contact-info h3{
font-weight:300;
margin:30px 0;}
.contact-info p{
font-weight:300;}
.contact-info span{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: