git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@3 c22fe52d-42d7-ba4f-95f7-33effcf65713
47 lines
1006 B
CSS
47 lines
1006 B
CSS
/*---------------------------------------------------------------------------
|
|
Paginas
|
|
--------------------------------------------------------------------------*/
|
|
.texto_portada {
|
|
padding: 20px;
|
|
background: rgba(0, 0, 0, 0.6) !important;
|
|
position: relative;
|
|
top: -170px;
|
|
}
|
|
|
|
.texto_portada,
|
|
.texto_portada * {
|
|
font-size: 16px !important;
|
|
letter-spacing: 0 !important;
|
|
line-height: 1.2em !important;
|
|
color: #efefef !important;
|
|
}
|
|
|
|
.texto_portada p {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.nosotros .page-content,
|
|
.about-us .page-content,
|
|
.a-propos-de-nous .page-content {
|
|
min-height: 560px;
|
|
}
|
|
|
|
.elg .page-content h1 {
|
|
font-size: 70px !important;
|
|
}
|
|
|
|
.abogados .page-content,
|
|
.lawyers .page-content,
|
|
.avocats .page-content {
|
|
min-height: 544px;
|
|
margin-top: -25px;
|
|
}
|
|
|
|
.international .page-content {
|
|
min-height: 690px;
|
|
}
|
|
|
|
.international .page-content h1 {
|
|
font-size: 78px !important;
|
|
line-height: 68px !important;
|
|
} |