@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'AmericanCaptain';
  src: url('../fonts/AmericanCaptain.eot');
  src: url('../fonts/AmericanCaptain.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AmericanCaptain.woff') format('woff'),
       url('../fonts/AmericanCaptain.ttf') format('truetype'),
       url('../fonts/AmericanCaptain.svg#AmericanCaptain') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding:0;
	margin:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----*/

html,
body {
	width:100%;
	position:relative;
}

body {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#333;
	position:relative;
}

.pagina {
	margin:auto;
	position:relative;
	z-index:1;
	min-height:100%;
}

.cont {
	max-width:1800px;
	margin:auto;
}

.half-cont {
	overflow:hidden;
}
.half {
	width:50%;
	float:left;
	display:block;
	box-sizing:border-box;
}

.third {
	width:33.3%;
	float:left;
	display:block;
	box-sizing:border-box;
}

.clear {
	clear:both;
}

.desp-parent {
	position:relative;
}

.desp-parent a.desplega {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.desplegable {
	position:absolute;
	top:100%;
	left:0;
	background:rgba(0,0,0,0.6);
	display:none;
}

.desplegable a {
	display:block;
	text-decoration:none;
	padding:10px;
	color:#fff;
}

.desplegable a:hover {
	background:rgba(0,0,0,0.6);
	color:#f7c837;
}

.button {
	padding:10px;
	border:3px solid #fff;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	transition:all 0.2s ease;
}

.button:hover,
.button.hover {
	border-color:#f7c837;
	color:#f7c837;
	background:rgba(0,0,0,0.6);
}

.iframe-cont {
	height:0px;
	width:100%;
	padding-top:56.25%; /* Relación: 16/9 = 56.25% */
	position:relative;
}

/* El iframe se adapta al tamaño del contenedor */
.iframe-cont iframe {
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}

/*----GENERALES----*/

a {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

h1 { font: 1.6em 'AmericanCaptain', sans-serif; }
h2 { font:1.4em 'AmericanCaptain', sans-serif; }
h3 { font:1.2em 'AmericanCaptain', sans-serif; }
h4 { font:1.1em 'AmericanCaptain', sans-serif; }
h5 { font:1em 'AmericanCaptain', sans-serif; }

h1 span, h2 span, h3 span, h4 span, h5 span { font-weight:bold; }

img { max-width:100%; vertical-align:middle; }


/*---*/

header {
	background: url(../images/head-bg.jpg) no-repeat center center #f7c837;
	background-size:cover;
	position:relative;
}

#slogan {
	margin-top:20px;
}

/*
#slogan {
	position:absolute;
	z-index:9;
	top:150px;
	left:10px;
	text-align:center;
	font-size:2em;
	width:350px;
	height:350px;
	border-radius:350px;
	line-height:350px;
	text-shadow:0 0 3px #000;
}

#slogan span {
	vertical-align:middle;
	display:inline-block;
	line-height:1em;
}*/

#trivago {
	position:absolute;
	bottom:-120px;
	left:50px;
	width:180px;
	height:180px;
	z-index:1;
}

#trivago img {
	width:100%;
	height:100%;
}

#trivago_foot {
	background-color:transparent;
	display:none;
}

#trivago_foot img {
	vertical-align:middle;
}

#menu,
#menu * {
	transition:all 0.5s ease;
}

#logo-menu {
	width:250px;
	padding:0 70px;
	line-height:100px;
	text-align:center;
	float:left;
	transition:all 0.2s ease;
}

#logo-menu img {
	max-height:100%;
	max-width:100%;
	transition: all 0.2s ease;
}

.scrolled #logo-menu {
	height:40px;
	padding:10px 70px;
	line-height:40px;
	transition:all 0.2s ease;
}

#menu {
	text-align:center;
	font-size:1.2em;
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	/*background:rgba(0,0,0,0.6);*/
}

#menu.scrolled {
	background:rgba(0,0,0,0.6);
}

#menu ul {
	float:left;
}

#menu li {
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}

#menu li a {
	display:block;
	padding:20px 20px 0;
	line-height:60px;
	color:#fff;
	text-align:center;
	transition:all 0.2s ease;
}

#menu li.is-page>a {
	color:#F7C837;
}

#menu.scrolled li a {
	line-height:20px;
	padding-bottom:20px;
}

#menu li:hover>a {
	background: #000;
	color:#f7c837;
	
	background: #c6362e;
	background: linear-gradient(bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background: -ms-linear-gradient(bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
}

#menu .submenu {
	display:none;
	width:300px;
	background:rgba(0,0,0,0.6);
	padding:15px;
	position:absolute;
	top:80px;
	left:0;
	font-size:0.9em;
}

#menu.scrolled .submenu {
	top:60px;
}

#menu .submenu ul {
}

#menu .submenu li {
	display:block !important;
	float:none;
	padding:0;
}

#menu .submenu li a {
	padding:0 0 3px;
	text-align:left !important;
	line-height:20px;
}

#menu li:hover .submenu {
	display:block;
}


#languages {
	color: #fff;
    display: block;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 80px;
    top: 20px;
    vertical-align: middle;
}

.scrolled #languages {
	top:10px;
}

.lang-list span {
	display:block;
	padding:3px;
}

#head-center {
	text-align:center;
	overflow:hidden;
	text-align:center;
	width:500px;
	margin:auto;
	position:relative;
	z-index:2;
	padding:150px 0 80px;
}

#logo {
	margin-bottom:40px;
}

#subtit {
    color: #fff;
    font: bold 0.6em/60px Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin: auto;
    max-width: 1000px;
}

.head-buttons {
	text-align:center;
	display:block;
	width:500px;
	margin:auto;
}

.head-buttons .button {
	display:block;
	vertical-align:middle;
	text-align:center;
	margin:0 15px;
	font-size:1.6em;
	padding:20px;
	border-width:5px;
	border-spacing:15px;
}

#contact-bar {
	background-color:#000;
	font-size:1.6em;
	overflow:hidden;
	font-weight:bold;
	text-align:center;
}

#contact-bar .tlf-data {
	float:right;
}

#contact-bar .tlf-tit {
	display:block;
	font-size:0.6em;
	color:#827f7f;
	line-height:20px;
	padding:10px 20px 0;
	text-align:right;
}

#contact-bar .tlf-num {
	display:block;
	color:#fff;
	line-height:20px;
	padding:0 20px;
	text-align:right;
}

#contact-bar .tlf-llam {
	display:block;
	float:right;
	color:#FFF;
	background-color:#bf3c39;
	line-height:60px;
	padding:0 20px;
	font-size:0.8em;
}

.ds-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.ds-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.ds-bar {
	position:absolute;
	left:0;
	bottom:0;
	height:3px;
	background:#FDFF46;
	width:0%;
	box-shadow:0 0 2px #333;
	z-index:1;
}

.ds-list li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background-size:cover;
	background-position:center center;
}

.ds-next,
.ds-prev {
	display:block;
	position:absolute;
	top:40%;
	width:40px;
	height:40px;
	border-radius:20px;
	background:#000;
	color:#FDFF46;
	line-height: 40px !important;
    font-size: 30px;
    text-align: center;
	cursor:pointer;
	box-shadow:0 0 3px #FDFF46;
	opacity:0.5;
	transition:all 0.2s ease;
	z-index:1;
}

.ds-next {
	right:20px;
}

.ds-prev {
	left:20px;
}

.ds-next:hover,
.ds-prev:hover {
	opacity:1;
}

.ds-navigation {
	position:absolute;
	right:80px;
	top:200px;
	width:20px;
	z-index:2;
}

.ds-nav-el {
	display:block;
	width:15px;
	height:15px;
	border:1px solid #fff;
	border-radius:10px;
	margin:0 auto 5px;
	background-size:0 0;
	cursor:pointer;
	transition: all 0.2s ease;
}

.ds-nav-active {
	background:#fff;
	background-size:100% 100%;
}


#content {
	position:relative;
	overflow:hidden;
	background-color:#fff;
}

footer .foot-links {
	background-color:#e5e5e5;
	color:#837f7f;
	display:table;
	width:100%;
	table-layout:fixed;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}

footer a {
	color:#000;
}

footer a:hover {
	color:#9a9a9a;
	text-decoration:underline;
}

footer article {
	display:table-cell;
	vertical-align:middle;
	padding:20px 0;
}

footer article:nth-child(1) {
	background-color:#d5d5d5;
}

footer article:nth-child(2) {
	background-color:#e6e6e6;
}

footer article:nth-child(3) {
	background-color:#ededed;
}

.social {
	line-height:50px;
	color:#4E4E4E;
}

.social a {
  background-color: #4e4e4e;
  border-radius: 3px;
  color: #f8c939;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin: 3px;
  text-align: center;
  text-shadow: 2px 2px 1px #333;
  vertical-align: middle;
  width: 30px;
}

/*---index---*/

.comunicacion {
	text-align:center;
	font-size:1.2em;
	overflow:hidden;
}

.com-desc {
	max-width:460px;
	margin:auto;
	padding:60px 20px;
	overflow:hidden;
}

.com-desc h2,
.com-desc h1 {
	font:2.2em 'AmericanCaptain', sans-serif;
	margin-bottom:30px;
	color:#333 !important;
}

.com-desc p {
	text-align:justify;
}

.sep {
	display:block;
	background-color:#000;
	width:50px;
	height:5px;
	margin:0 auto 30px;
}

.com-media {
	width:55%;
	float:right;
	display:table;
	table-layout:fixed;
}

.com-media .slide {
	display:table-cell;
	vertical-align:middle;
}

.comunicacion:nth-child(2n+2) .com-media {
	float:left;
}

.com-media img {
	vertical-align:middle;
}

.com-st-0 {
	background-color:#f9f9f9;
	color:#939393;
}

.com-st-1 {
	background-color:#000;
	color:#939393;
}

.com-st-2 {
	background-color:#f7c837;
	color:#000;
}

.com-st-1 .com-desc h2 {
	color:#f7c837 !important;
}

.com-st-1 .com-desc .sep {
	background-color:#fff !important;
}

/*---secciones---*/

.sec-desc {
	padding:80px 0;
	display:table;
	width:100%;
	table-layout:fixed;
}

.sec-desc h1 {
	width:40%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:3em;
}

.sec-desc .text {
	display:table-cell;
	vertical-align:middle;
	padding:0 40px;
	text-align:justify;
	font-size:1.2em;
}

.section-desc {
	padding:60px 0;
	max-width:1000px;
	margin:auto;
	font-size:1.2em;
	text-align:center;
}

.section-desc h1 {
	font:1.8em 'AmericanCaptain', sans-serif;
	margin-bottom:30px;
	color:#333 !important;
}

#content p {
	margin-bottom:20px;
	line-height:1.2em;
}

#content ul {
	padding:20px;
	text-align:left;
}

#content li {
	list-style:disc;
}
	


/*----trabajos---*/

.trabajos-cont {
	margin-bottom:30px;
	text-align:center;
}

.trabajo {
	width:20%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	z-index:1;
}

.trabajo img{
	width:100%;
}

.cp_oculta h2 {
	font-size:2em;
	margin-bottom:20px;
}

.trabajo a {
	display:block;
	position:relative;
}

.trabajo:hover {
	z-index:2;
}

.trabajo span {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transition: all 0.2s ease;
}

.trabajo a:hover span {
	background:rgba(247,200,55,0.6);
	box-shadow:0 0 10px #000;
}

/*---contacto---*/

#content.contacto {
	background-color:#fff;
}

.contacto .half {
	text-align:left;
	box-sizing:border-box;
	padding:0 20px;
}

.msg-error p {
	padding:5px;
	font-weight:bold;
	background:#FCC;
	color:#900;
	display:none;
	margin:0;
}

label {
	display:block;
	font-size:0.8em;
	font-weight:bold;
}

label span {
	color:#F7C837;
	text-shadow:0 0 1px #666;
	font-size:2em;
	position:relative;
	top:5px;
}

input[type=text] {
	display:block;
	border:1px solid #999;
	margin-bottom:10px;
	padding:5px;
	width:90%;
}

textarea {
	display:block;
	border:1px solid #999;
	margin-bottom:10px;
	padding:5px;
	width:90%;
	height:150px;
	font:0.8em Arial, Helvetica, sans-serif;
}

input[type=text]:focus,
textarea:focus {
	border:1px solid #000;
}
	
input[type=submit] {
	font-weight:bold;
	font-size:1.2em;
	float:left;
	height:40px;
	color:#000;
	padding:5px 15px;
	margin:10px 0;
	line-height:30px !important;
	text-decoration:none;
	background:#F7C837;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	border:none;
	transition: all 0.2s ease;
}

input[type=submit]:hover,
input[type=submit]:focus {
	background:#000;
	color:#F7C837;
}

#gmap {
	width:100%;
	height:400px;
	margin-bottom:20px;
	box-shadow:0 0 5px #999;
}

#gmap img {
	max-width:none;
}

#thanks {
	text-align:center;
	display:none;
}

#thanks p {
	text-align:center;
}

#thanks h2 {
	margin-bottom: 20px;
}

/*---tarifas ----**/
.tarifas {
	color:#7D7D7D;
	margin:auto;
	font-size:0.9em;
	background-color:#f9f9f9;
}

.tarifas th,
.tarifas td {
	padding:10px;
	text-align:right;
	border-bottom:1px solid #7d7d7d;
}

.tarifas th {
	font-size:1.2em;
	font-weight:bold;
}

.tarifas .precio {
	color:#BF3C39;
	vertical-align:middle;
	font-weight:bold;
}

/*--capa oculta--/*/
.cp_oculta {
	font-size:1.2em;
}

.cp_oculta p {
	margin-bottom:20px;
}

/*---movil---*/


.mob { display: none; }

#menu-fixed {
	text-align:center;
	width:100%;
	font-family:'avantgarde', sans-serif;
	background:#F7C837;
	margin:0;
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	box-shadow:0 0 5px #000;
	display:none;
	height:53px;
}

.menu-logo {
	position:absolute;
	left:5px;
	top:4px;
	height:40px;
}

.menu-logo img {
	max-height:100%;
}

#menu-fixed ul {
	padding:0 !important;
	background:#F7C837;
	border-radius:0 !important;
	width:100% !important;
	position:absolute;
	z-index:1;
	top:-1000px;
	transition:all 0.2s ease;
}

#menu-fixed.opened ul {
	top:53px;
}

#menu-fixed li {
	display:block !important;
	margin:0 !important;
	padding: 0 !important;
	border-bottom:1px solid #000;
	transition: all 0.2s ease;
}

#menu-fixed li.selected,
#menu-fixed li:hover {
	border-bottom-color:#000;
	background:#f0f0f0;
}

#menu-fixed a {
	color:#000 !important;
	text-transform:uppercase;
	display:block;
	line-height:30px;
	text-decoration:none;
	font-size:1.1em;
	padding:0;
	margin:0 !important;
	margin-top:5px;
	font-weight:bold;
	transition:all 0.2s ease;
	text-shadow:none !important;
}

#menu-fixed a:hover {
}

.select-menu {
	position:absolute;
	right:5px;
	top:7px;
	width:40px;
	height:40px;
	z-index:3;
}

.select-menu a {
	display:block;
	width:40px;
	height:40px;
	background:#fff;
	border-radius:20px;	
	vertical-align:middle;
	text-align:center;
	color:#000;
	box-shadow:0 0 3px #e9e9e9;
}

.select-menu i {
	line-height:40px;
	font-size:20px;
	color:#000;
	vertical-align:middle;
	text-align:center;
}

#menu-tit {
	height:53px;
	display:block;
	color:#000;
	background:#fff;
	line-height:53px;
	text-align:center;
	transition: all 0.2s ease;
	font-weight:bold;
	line-height:53px;
	position:relative;
	z-index:2;
}

.opened #menu-tit {
	color:#000;
	background:#F7C837;
}

@media only screen and (max-width: 1450px) {
	#logo-menu { padding:0 10px; }
	.scrolled #logo-menu { padding:10px; }
	#subtit { display:none; font-size:0.6em; max-width:500px; line-height:30px; }
	#trivago { width:100px; height:100px; bottom:-75px; left:10px; }
	footer article:nth-child(2) { font-size:0.8em; }
}

@media only screen and (max-width: 1100px) {
	#menu li a { padding-left:5px; padding-right:5px; font-size:0.8em; }
	#subtit { max-width:none; padding-left:110px; }
}

@media only screen and (max-width: 959px) {
	.mob { display:block; }
	.menu-logo { height:45px; }
	#menu { display:none !important; }
	#menu-fixed { display: block !important; }
	#logo img { max-width:80%; }
	#head-center { width:100%; padding:100px 0 50px; text-align:center; }
	.head-buttons { display:block; width:100%; }
	.head-buttons .button { display:block; width:80%; margin:0 auto 15px; }
	.ds-navigation { width:100%; top:auto; bottom:10px; right:0; text-align:center; }
	.ds-nav-el {display:inline-block; margin:0 2px; }
	.com-media { display:block; float:none !important; width:80%; margin:20px auto 0; }
	.scrollbar { max-height:none !important; }
	footer .foot-links { display:block; }
	footer article { display:block; }
	.trabajo { width:33.33%; }
	.half { float:none; width:auto; }
	#subtit { display:none; }
	#trivago { display:none; }
	#trivago_foot { display:inline-block; }
	/*#slogan {
		position:relative;
		z-index:9;
		top:auto;
		left:auto;
		text-align:center;
		font-size:2em;
		width:auto;
		height:auto;
		border-radius:0;
		line-height:1em;
		margin:auto;
		display:block !important;
	}
	
	#slogan span {
		vertical-align:middle;
		display:inline-block;
		line-height:1em;
	}*/
}