|
@ -16,11 +16,11 @@ a:active { |
|
|
|
|
|
|
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: 'jauria-bold'; |
|
|
font-family: 'jauria-bold'; |
|
|
src: url('tipos/jauria/jauria-Bold-v.otf'); |
|
|
|
|
|
|
|
|
src: url('tipos/jauria/Jauria-Bold-v.otf'); |
|
|
src: |
|
|
src: |
|
|
local('jauria'), |
|
|
local('jauria'), |
|
|
local('jauria'), |
|
|
local('jauria'), |
|
|
url('tipos/jauria/jauria-Bold-v.otf') |
|
|
|
|
|
|
|
|
url('tipos/jauria/Jauria-Bold-v.otf') |
|
|
format('opentype'); |
|
|
format('opentype'); |
|
|
} |
|
|
} |
|
|
@font-face { |
|
|
@font-face { |
|
@ -32,10 +32,14 @@ a:active { |
|
|
url('tipos/jauria/jauria-Italic-v.otf') |
|
|
url('tipos/jauria/jauria-Italic-v.otf') |
|
|
format('opentype'); |
|
|
format('opentype'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
Light pel text |
|
|
|
|
|
Blak pel menu de dalt |
|
|
|
|
|
I medium pel submeni |
|
|
|
|
|
*/ |
|
|
/* got */ |
|
|
/* got */ |
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: 'got-book'; |
|
|
|
|
|
|
|
|
font-family: 'got-light'; |
|
|
src: url('tipos/got/got_light.ttf'); |
|
|
src: url('tipos/got/got_light.ttf'); |
|
|
src: |
|
|
src: |
|
|
local('got'), |
|
|
local('got'), |
|
@ -43,9 +47,26 @@ a:active { |
|
|
url('tipos/got/got_light.ttf') |
|
|
url('tipos/got/got_light.ttf') |
|
|
format('opentype'); |
|
|
format('opentype'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
|
font-family: 'got-black'; |
|
|
|
|
|
src: url('tipos/got/got_black.ttf'); |
|
|
|
|
|
src: |
|
|
|
|
|
local('got'), |
|
|
|
|
|
local('got'), |
|
|
|
|
|
url('tipos/got/got_black.ttf') |
|
|
|
|
|
format('opentype'); |
|
|
|
|
|
} |
|
|
|
|
|
@font-face { |
|
|
|
|
|
font-family: 'got-medium'; |
|
|
|
|
|
src: url('tipos/got/got_medium.ttf'); |
|
|
|
|
|
src: |
|
|
|
|
|
local('got'), |
|
|
|
|
|
local('got'), |
|
|
|
|
|
url('tipos/got/got_medium.ttf') |
|
|
|
|
|
format('opentype'); |
|
|
|
|
|
} |
|
|
body { |
|
|
body { |
|
|
font: normal 18px 'got-book', sans-serif; |
|
|
|
|
|
|
|
|
font: normal 18px 'got-light', sans-serif; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -221,6 +242,7 @@ body { |
|
|
min-width: 320px; |
|
|
min-width: 320px; |
|
|
background: #ffffff; |
|
|
background: #ffffff; |
|
|
font-size: 18px; |
|
|
font-size: 18px; |
|
|
|
|
|
font: normal 18px 'got-medium', sans-serif; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@media (min-width:1080px) { |
|
|
@media (min-width:1080px) { |
|
@ -232,6 +254,7 @@ body { |
|
|
min-width: 320px; |
|
|
min-width: 320px; |
|
|
background: #ffffff; |
|
|
background: #ffffff; |
|
|
font-size: 18px; |
|
|
font-size: 18px; |
|
|
|
|
|
font: normal 18px 'got-medium', sans-serif; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -240,6 +263,7 @@ body { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
padding-bottom: 100px; |
|
|
padding-bottom: 100px; |
|
|
|
|
|
font: normal 18px 'got-medium', sans-serif; |
|
|
} |
|
|
} |
|
|
.own-caixaImatgeIndex{ |
|
|
.own-caixaImatgeIndex{ |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
@ -280,6 +304,8 @@ body { |
|
|
height: 250px; |
|
|
height: 250px; |
|
|
padding-top: 20px; |
|
|
padding-top: 20px; |
|
|
padding: 2%; |
|
|
padding: 2%; |
|
|
|
|
|
height: auto; |
|
|
|
|
|
font: normal 16px 'got-medium', sans-serif; |
|
|
} |
|
|
} |
|
|
.own-footer h3{ |
|
|
.own-footer h3{ |
|
|
color: #ffffff; |
|
|
color: #ffffff; |
|
@ -288,6 +314,10 @@ body { |
|
|
color: #C85127; |
|
|
color: #C85127; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
display: block; |
|
|
display: block; |
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
.own-footer a:visited { |
|
|
|
|
|
color: #C85127; |
|
|
} |
|
|
} |
|
|
.own-footer a:hover { |
|
|
.own-footer a:hover { |
|
|
color: #dd7955; |
|
|
color: #dd7955; |
|
@ -296,6 +326,8 @@ body { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
width: 250px; |
|
|
width: 250px; |
|
|
vertical-align: top; |
|
|
vertical-align: top; |
|
|
|
|
|
text-align: left; |
|
|
|
|
|
margin-left: 50px; |
|
|
} |
|
|
} |
|
|
/* /footer */ |
|
|
/* /footer */ |
|
|
|
|
|
|
|
@ -324,6 +356,7 @@ body { |
|
|
.own-menuButtons{ |
|
|
.own-menuButtons{ |
|
|
float: right; |
|
|
float: right; |
|
|
/*margin-right: 50px;*/ |
|
|
/*margin-right: 50px;*/ |
|
|
|
|
|
font: normal 18px 'got-black', sans-serif; |
|
|
} |
|
|
} |
|
|
.own-menuButtons a:link{ |
|
|
.own-menuButtons a:link{ |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
@ -361,6 +394,7 @@ body { |
|
|
margin-right: 40px; |
|
|
margin-right: 40px; |
|
|
margin-bottom: 40px; |
|
|
margin-bottom: 40px; |
|
|
max-width: 100px; |
|
|
max-width: 100px; |
|
|
|
|
|
font: normal 18px 'got-medium', sans-serif; |
|
|
} |
|
|
} |
|
|
.own-linksLeft a:link{ |
|
|
.own-linksLeft a:link{ |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
@ -438,19 +472,20 @@ body { |
|
|
max-width: 600px; |
|
|
max-width: 600px; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
|
|
|
font: normal 22px 'got-medium', sans-serif; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@media (min-width:1200px) { |
|
|
@media (min-width:1200px) { |
|
|
.own-textBoxLeft{ /*a pantalla gran, barra lateral left*/ |
|
|
.own-textBoxLeft{ /*a pantalla gran, barra lateral left*/ |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
vertical-align: top; |
|
|
vertical-align: top; |
|
|
margin-top: 20px; |
|
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
|
margin-right: 10px; |
|
|
margin-bottom: 40px; |
|
|
margin-bottom: 40px; |
|
|
max-width: 200px; |
|
|
max-width: 200px; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
font-size: 22px; |
|
|
font-size: 22px; |
|
|
|
|
|
font: normal 22px 'got-medium', sans-serif; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -466,10 +501,13 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.own-nosaltresTitle{ |
|
|
.own-nosaltresTitle{ |
|
|
font-size: 45px; |
|
|
|
|
|
|
|
|
/*font-size: 45px;*/ |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
padding-left: 7%; |
|
|
padding-left: 7%; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
|
|
|
margin-top: 30px; |
|
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
|
font: normal 55px 'got-black', sans-serif; |
|
|
} |
|
|
} |
|
|
.own-nosaltresText{ |
|
|
.own-nosaltresText{ |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|