@charset "UTF-8";
@font-face {
        font-family: "Apex Serif Book";
        src: url('../tipos/618316651-apexserif-book-webfont.eot');
        src: url('../tipos/618316651-apexserif-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('../tipos/618316651-apexserif-book-webfont.svg#Apex Serif Book') format('svg'),
        url('../tipos/618316651-apexserif-book-webfont.woff') format('woff'),
        url('../tipos/618316651-apexserif-book-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
@font-face {
	font-family: "Apex Serif Book Italic";
	src: url('../tipos/265075684-apexserif-bookitalic-webfont.eot');
	src: url('../tipos/265075684-apexserif-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../tipos/265075684-apexserif-bookitalic-webfont.svg#Apex Serif Book Italic') format('svg'),
	url('../tipos/265075684-apexserif-bookitalic-webfont.woff') format('woff'),
	url('../tipos/265075684-apexserif-bookitalic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
        font-family: "Apex Serif Medium Caps";
        src: url('../tipos/992431641-apexserif-mediumcaps-webfont.eot');
        src: url('../tipos/992431641-apexserif-mediumcaps-webfont.eot?#iefix') format('embedded-opentype'),
        url('../tipos/992431641-apexserif-mediumcaps-webfont.svg#Apex Serif Medium Caps') format('svg'),
        url('../tipos/992431641-apexserif-mediumcaps-webfont.woff') format('woff'),
        url('../tipos/992431641-apexserif-mediumcaps-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
html{
	height:100%;
}
body{
	max-height:100%;
	max-width:100%;
	height:100%;
	margin:0px;
	overflow:hidden;
	font-family: "Apex Serif Book";
    font-size:15px;
}
a img{
	border: none;
}
b{
font-family: "Apex Serif Medium Caps";
color:#FFF;
}
header{
	position:fixed;
	width:254px;
	height:127px;
	left:50%;
	margin-left:-127px;
	top:25px;
	z-index:999;
}
nav{
	position:fixed;
	width:460px;
	height:70px;
	top:190px;
	left:50%;
	margin-left:-230px;
	z-index:999;
}
footer{
	position:fixed;
	width:290px;
	height:290px;
	border-radius:160px;
	background-color:#008BD2;
	bottom:-280px;
	left:50%;
	margin-left:-145px;
	z-index:999;
	text-align:center;
	line-height:100%;
	padding:10px;
	color:#FFF;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
footer:hover{
	bottom:-145px;
}
footer img{
	margin-bottom:10px;
}
footer:hover img{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#contenedoriconos{
	width:392px;
	height:35px;
	position:relative;
	left:34px;
	top:0px;	
}
.iconos{
	width:36px;
	height:36px;
	overflow:hidden;
	margin-left:10px;
	margin-right:10px;
	float:left;
}
.iconos img:hover{
	margin-top:-38px;
}
#seccion{
	width: 100%;
	height:24px;
	padding-top:10px;
	text-align:center;
}
section{
	height:100%;
	background-position:center center;
	background-size:auto 100%;
	background-repeat:no-repeat;
    overflow:hidden;
}
#presentacion{
	background-image:url(../img/presentacion.jpg);
	
}
#housekeeping{
	background-image:url(../img/housekeeping-mallorca.jpg);
}
#traslado{
	background-image:url(../img/traslado-aeropuerto.jpg);
}
#vehiculos{
	background-image:url(../img/vehiculos.jpg);
}
#catering{
	background-image:url(../img/catering.jpg);
}
#mantenimiento{
	background-image:url(../img/mantenimiento.jpg);
}
.contenidor-article{
	position:relative;
	width:640px;
	min-height:250px;
	left: 40%;
	top: 40%;
}
.titol-article{
	font-family: "Apex Serif Book Italic";
	font-size:60px;
	color: #8DDCFF;
	background-color: #008BD2;
	padding:15px;
	line-height:90%;
}
.sombra-article{
	width:20px;
	height:20px;
	float:right;
	background-image:url(../img/sombra-article.png);
	background-repeat:no-repeat;
}
article{
	width:550px;
	float:right;
	background-color:#233740;
	color:#8DDCFF;
	padding:15px;
}
/*CANVI DE PROPORCIÓ FOTO*/
@media (min-aspect-ratio: 1200/800){
section{
	height:100%;
	background-position:center center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
}
/*ICONOS*/
@font-face {
	font-family: 'icomoon';
	src:url('../tipos/icomoon.eot');
	src:url('../tipos/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../tipos/icomoon.woff') format('woff'),
		url('../tipos/icomoon.ttf') format('truetype'),
		url('../tipos/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
	content: "\e600";
    font-size:24px;
	margin-right:7px;
}
.icon-facebook:before {
	content: "\e601";
    font-size:24px;
	margin-right:7px;
}
.icon-googleplus:before {
	content: "\e602";
    font-size:24px;
}
.icon-linkedin:before {
	content: "\e603";
}
.icon-skype:before {
	content: "\e604";
}
.icon-uniF77C:before {
	content: "\e605";
}
.icon-uniF5CC:before {
	content: "\e606";
}
.icon-email:before {
	content: "\e607";
}
.icon-html5:before {
	content: "\e608";
	font-size:30px;
}
.icon-visitor:before {
	content: "\e609";
}
.icon-mobile:before {
	content: "\e60a";
}
.icon-skype:before {
	content: "\e60b";
}
.icon-roadsign:before {
	content: "\e60c";
}
/*FORMULARI*/
#contenidor-formulari{
	width:570px;
	height:620px;
	background-color:#008BD2;
	color:#FFF;
	font-family: "Apex Serif Book";
	padding:15px;
}
#dades-formulari{
	width:200px;
	float:left;
	line-height:140%;
}
#dades-formulari img{
	margin-bottom:15px;
}
form{
	margin-left:15px;
	width:350px;
	float:left;
	padding-top: 70px;
}
input{
	width:350px;
	font-family: "Apex Serif Book";
	font-size:14px;
	box-shadow:none;
	margin-bottom:5px;
	padding:3px;
	border:none;
	outline: none;
	background:#8DDCFF;
	color:#233740;
}
textarea{
	width:350px;
	height:230px;
	font-family: "Apex Serif Book";
	font-size:14px;
	box-shadow:none;
	margin-bottom:5px;
	margin-top:2px;
	padding:3px;
	border:none;
	outline: none;
	background:#8DDCFF;
	color:#233740;
}
input[type^="submit"],input[type^="reset"] {
	height:25px;
	font-family: "Apex Serif Book";
	width:357px;
	box-shadow:none;
	border:none;
	outline: none;
}
input[type^="submit"] {
	background:#233740;
	color:#FFF;
}
input[type^="reset"] {
	background:#F9006C;
	color:#FFF;
}
::-webkit-input-placeholder {
   color:#233740;
}
:-moz-placeholder { 
   color:#233740;  
}
::-moz-placeholder {
   color:#233740;  
}
:-ms-input-placeholder {  
   color:#233740;  
}
a:link, a:visited{
    color:#FFF;
    text-decoration:none;
}
a:active, a:hover{
    color:#233740;
    text-decoration:none;
}
/*CANVIS DE VISUALITZACIÓ SEGONS PANTALLA ORDINADOR -1100px*/
@media screen and (max-width: 1100px) {
.contenidor-article{
	width:640px;
	left: 30%;
	top: 37%;
}
.titol-article{
	font-size:40px;
}
article{
	width:570px;
    font-size:14px;
}
}
/*CANVIS DE VISUALITZACIÓ SEGONS PANTALLA ORDINADOR +1500px*/
@media screen and (min-width: 1500px){
.contenidor-article{
	left: 55%;
	top: 45%;
}
}
/*CANVIS DE VISUALITZACIÓ SEGONS ALTURA ORDINADOR -800px*/
@media screen and (max-height: 800px) {
.contenidor-article{
	width:640px;
	left: 30%;
	top: 45%;
}
.titol-article{
	font-size:30px;
}
article{
	width:570px;
    font-size:13px;
}
input[name^="DireccionOrigen"],input[name^="PoblacionOrigen"], input[name^="PaisOrigen"]{
        display:none;
}
}
/*CANVIS DE VISUALITZACIÓ IPHONE5*/
@media screen and (device-aspect-ratio: 40/71) and (orientation: landscape) {
header{
	position:fixed;
	width:254px;
	height:127px;
	left:55px;
	top:85px;
	z-index:999;
    margin-left:0px;
}
nav{
	position:fixed;
	width:460px;
	height:70px;
	top:240px;
	left:-15px;
	z-index:999;
    margin-left:0px;
}
.contenidor-article{
	position:relative;
	width:750px;
	height:auto;
	left:31%;
    top:120px;
}
.titol-article{
	font-size:30px;
	padding:10px;
  	width:750px;
	line-height:90%;
}
.sombra-article, footer{
	display:none;
}
article{
	float:left;
	padding:10px;
  	width:750px;
    height:400px;
  	max-height: 400px;
}
.iconos{
	margin-left:5px;
	margin-right:5px;
}
    input[name^="DireccionOrigen"],input[name^="PoblacionOrigen"], input[name^="PaisOrigen"]{
        display:inherit;
}
}

@media screen and (device-aspect-ratio: 40/71) and (orientation: portrait) {
    .contenidor-article{
	position:relative;
	width:100%;
	height:auto;
	left: 0px;
    top:440px;
}
    article{
	float:left;
	padding:5%;
  	width:90%;
  	height: 540px;
}
    section{
	height:100%;
	background-position:top center;
	background-size:120% auto;
	background-repeat:no-repeat;
}
    .sombra-article, footer{
	display:none;
}
    .titol-article{
	font-size:25px;
	padding:5%;
  	width:90%;
}
}
/*CANVIS VISUALITZACIÓ IPHONE 4*/
@media screen and (min-width: 640px) and (max-width: 960px) and (device-aspect-ratio: 2/3) and (orientation: portrait) {
    .contenidor-article{
	position:relative;
	width:100%;
	height:auto;
	left: 0px;
    top:280px;
}
    article{
	float:left;
	padding:5%;
  	width:90%;
  	height: 540px;
    font-size:16px;
}
    section{
	height:100%;
	background-position:top center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
    .sombra-article, footer{
	display:none;
}
    .titol-article{
	font-size:25px;
	padding:5%;
  	width:90%;
}
}
@media screen and (min-width: 640px) and (max-width: 960px) and (device-aspect-ratio: 2/3) and (orientation: landscape) {
header{
	position:fixed;
	width:254px;
	height:127px;
	left:180px;
	top:20px;
	z-index:999;
}
nav{
	position:fixed;
	width:460px;
	height:70px;
	top:170px;
	left:-10px;
	z-index:999;
    margin-left:0px;
}
.contenidor-article{
	position:relative;
	width:750px;
	height:auto;
	left:38%;
    top:0px;
}
.titol-article{
	font-size:30px;
	padding:10px;
  	width:550px;
	line-height:90%;
}
.sombra-article, footer{
	display:none;
}
article{
	float:left;
	padding:10px;
  	width:550px;
    height:400px;
  	max-height: 400px;
}
    .iconos{
	margin-left:5px;
	margin-right:5px;
}
}