You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

480 lines
8.0 KiB

/*
a:link {
color: #C85127;
text-decoration: none;
}
a:visited {
color: #C85127;
}
a:hover {
color: #dd7955;
}
a:active {
color: #C85127;
}*/
@font-face {
font-family: 'jauria-bold';
src: url('tipos/jauria/jauria-Bold-v.otf');
src:
local('jauria'),
local('jauria'),
url('tipos/jauria/jauria-Bold-v.otf')
format('opentype');
}
@font-face {
font-family: 'jauria-cursiva';
src: url('tipos/jauria/jauria-Italic-v.otf');
src:
local('jauria'),
local('jauria'),
url('tipos/jauria/jauria-Italic-v.otf')
format('opentype');
}
/* got */
@font-face {
font-family: 'got-book';
src: url('tipos/got/got_light.ttf');
src:
local('got'),
local('got'),
url('tipos/got/got_light.ttf')
format('opentype');
}
body {
font: normal 18px 'got-book', sans-serif;
}
@media (min-width:900px) {
.own-container{
padding-left: 80px;
padding-right: 80px;
}
}
@media (max-width:900px) {
.own-container{
padding-left: 10px;
padding-right: 10px;
}
}
/* index */
@media (min-width:900px) {
.own-indexBackgroundImage{
width: 100%;
/*height: 100%;*/
z-index: -1;
position: fixed;
left: 0px;
top: 0px;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
}
@media (max-width:900px) {
.own-indexBackgroundImage{
/*width: 100%;*/
height: 100%;
z-index: -1;
position: fixed;
left: 0px;
top: 0px;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
}
.own-opactity0{
opacity: 0;
}
.own-langIndex{
text-align: right;
margin-right: 50px;
display: block;
}
.own-langIndex a:link{
text-decoration: none;
color: #ffffff;
font-weight: bold;
display: inline-block;
margin: 10px;
}
.own-langIndex a:visited{
color: #ffffff;
}
.own-menu{
display: block;
/*padding-left: 50px;
padding-right: 50px;*/
}
.own-overImage-logo{
/*margin-left: 30px;*/
width: 200px;
}
.own-whiteText a:link{
color: #ffffff!important;
}
.own-whiteText a:visited{
color: #ffffff!important;
}
.own-whiteText a:hover{
color: #C85127!important;
}
/*.own-menuButtonsIndex{
float: right;
margin-right: 50px;
}
.own-menuButtonsIndex a:link{
text-decoration: none;
color: #ffffff;
font-weight: bold;
display: inline-block;
margin: 10px;
}
.own-menuButtonsIndex a:visited{
color: #ffffff;
}
.own-menuButtonsIndex a:hover{
color: #C85127;
}*/
.own-mainTitleBox{
left: 0;
margin-top: 10%;
width: 100%;
text-align: center;
font-family: jauria;
}
.own-mainTitle{
color: #ffffff;
background: #C85127;
font-size: 45px;
width: 400px;
margin-left: auto; /*temporal*/
margin-right: auto;
font-family: 'jauria-bold', sans-serif;
}
.own-subTitle{
color: #ffffff;
font-size: 24px;
font-family: 'jauria-cursiva', sans-serif;
}
.own-verkami{
/*border: 1px solid #000000;*/
margin-top: 20px;
cursor: pointer;
}
.own-socialNetworks{
/*margin-left: 2%;*/
margin-top: 15%;
display: inline-block;
}
.own-socialNetwork{
display: inline-block;
height: 20px;
margin-right: 5px;
cursor: pointer;
}
.own-socialNetwork-facebookMargin{
margin-right: 10px;
}
.own-teaser{
float: right;
/*margin-right: 100px;*/
margin-top: calc(15% - 10px);
color: #ffffff;
font-weight: bold;
font-size: 18px;
}
.temp-marge1{
display: inline-block;
margin-top: 10%;
}
.own-whiteOverImage{
background: #ffffff;
padding-top: 10px;
}
@media (max-width:1080px) {
.own-caixaDescripcioIndex{
margin-top: 50px;
margin-left:auto;
margin-right:auto;
max-width: calc(100% - 300px);
min-width: 320px;
background: #ffffff;
font-size: 18px;
}
}
@media (min-width:1080px) {
.own-caixaDescripcioIndex{
margin-top: 50px;
margin-left:auto;
margin-right:auto;
max-width: calc(100% - 700px);
min-width: 320px;
background: #ffffff;
font-size: 18px;
}
}
.own-caixaImatgesIndex{
margin-top: 50px;
width: 100%;
text-align: center;
padding-bottom: 100px;
}
.own-caixaImatgeIndex{
display: inline-block;
margin: 2%;
}
.own-imatgeIndex{
/*display: inline-block;*/
width: 210px;
}
.own-caixaImatgeIndex .own-textHoverImage{
position: absolute;
visibility: hidden;
text-decoration: none;
/*display: inherit;*/
z-index: 1px;
background: rgba(200, 81, 39, 0.4);
color: #ffffff;
font-weight: bold;
font-size: 24px;
padding-top: 90px;
/*padding-left: 100px;*/
width: 210px;
height: 210px;
}
.own-caixaImatgeIndex:hover .own-textHoverImage{
visibility:visible;
}
/* /index */
/* footer */
.own-footer{
width: 100%;
text-align: center;
background: #262626;
height: 250px;
padding-top: 20px;
padding: 2%;
}
.own-footer h3{
color: #ffffff;
}
.own-footer a:link {
color: #C85127;
text-decoration: none;
display: block;
}
.own-footer a:hover {
color: #dd7955;
}
.own-caixaFooter{
display: inline-block;
width: 250px;
vertical-align: top;
}
/* /footer */
/* projecte, bakur, agenda */
.own-lang{
text-align: right;
/*margin-right: 50px;*/
display: block;
}
.own-lang a:link{
text-decoration: none;
color: #000000;
/*font-weight: bold;*/
display: inline-block;
margin: 10px;
}
.own-lang a:visited{
color: #000000;
}
.own-bold{
font-weight: bold;
}
.own-menuButtons{
float: right;
/*margin-right: 50px;*/
}
.own-menuButtons a:link{
text-decoration: none;
color: #000000;
font-weight: bold;
display: inline-block;
margin: 10px;
font-size: 20px;
}
.own-menuButtons a:visited{
color: #000000;
}
.own-menuButtons a:hover{
color: #C85127;
}
.own-currentPageMenu{
color: #C85127!important;
border-bottom: 3px solid #C85127;
padding-left: 7px;
padding-right: 7px;
}
.own-imgHeader{
width: 100%;
margin-top: 50px;
margin-bottom: 30px;
}
.own-nosaltresContent{
width: 100%;
text-align: center;
}
.own-linksLeft{
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-right: 40px;
margin-bottom: 40px;
max-width: 100px;
}
.own-linksLeft a:link{
text-decoration: none;
color: #000000;
font-weight: bold;
display: block;
margin: 10px;
margin-bottom: 30px;
text-align: center;
border-top: 1px solid #000000;
padding-top: 20px;
width: 120px;
}
.own-linksLeft a:visited{
color: #000000;
}
.own-linksLeft a:hover{
color: #C85127;
}
.own-orange{
color: #C85127!important;
}
.own-projecteText{
display: inline-block;
max-width: 600px;
text-align: left;
vertical-align: top;
padding: 10px;
padding-bottom: 40px;
}
.own-desplegableAmagat{
display: none;
}
.own-desplegable{
display: block;
z-index: 1;
position: absolute;
background: #C85127;
max-width: 600px;
margin-left: 18%;
padding: 30px;
}
.own-rightBox{
display: inline-block;
vertical-align: top;
margin-top: 30px;
text-align: left;
}
.own-rightBox a:link{
text-decoration: none;
color: #000000;
font-weight: bold;
display: block;
margin: 10px;
margin-bottom: 20px;
}
.own-rightBox a:visited{
color: #000000;
}
.own-rightBox a:hover{
color: #C85127;
}
@media (max-width:1200px) {
.own-textBoxLeft{
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 40px;
max-width: 600px;
text-align: left;
font-weight: bold;
}
}
@media (min-width:1200px) {
.own-textBoxLeft{ /*a pantalla gran, barra lateral left*/
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 40px;
max-width: 200px;
text-align: left;
font-weight: bold;
font-size: 22px;
}
}
.own-nosaltresCenterRight{
display: inline-block;
max-width: 800px;
text-align: left;
vertical-align: top;
}
.own-imgTopText{
width: 100%;
margin-bottom: 30px;
}
.own-nosaltresTitle{
font-size: 45px;
font-weight: bold;
padding-left: 7%;
text-align: left;
}
.own-nosaltresText{
display: inline-block;
max-width: 600px;
text-align: left;
vertical-align: top;
padding-bottom: 40px;
}