@charset "utf-8";
/*
Theme Name: Bruno Valle
Theme URI: http://brunovalle.cl/
Autor: Quadro EIRL
Autor URI: http://quadro.cl/ 
Thanks to: http://tympanus.net/codrops/
*/

html {margin:0;padding:0;}
body {margin:0;padding:0;background: #000000 url(img/background.jpg) no-repeat fixed right top; background-size:cover; width:100%; text-decoration: none;}
img {outline: none;border:none;}
* {font-size:1em; font-family: 'Raleway', sans-serif; font-weight:200;}

/* ------------------------------------------------------------------------------------------------------------------------- Logo & info */
.titulo {
	display:block;
	position:fixed;
	width:299px;
	height:150px;
	margin:50px 0 0 74px;
	text-decoration:none;
	z-index:99;}

.titulo h1 {
	color:#ffffff;
	font-size:73px;
	letter-spacing:10px;
	font-family: 'Six Caps', sans-serif;
	margin:0;
	padding:0;
	text-decoration:none;}

.titulo span {
	color:#ffffff;
	font-size:1.2em;
	letter-spacing:5px;
	font-weight: lighter;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding:2px 0;
	text-decoration:none;
	}

#home {
	cursor:pointer;}

.menu {
	display:block;
	width:276px;
	height:150px;
	margin:200px 0 0 74px;
	padding:0;
	position:fixed;
	z-index:99;}
	
.menu li {
	margin:0;
	display:block;
	text-align:center;
	height:40px;
	width:276px;
	padding:0;
	letter-spacing:2px;
	border-bottom:1px solid #ffffff;}
	
.menu li:nth-child(4) {border-bottom: none;}

.menu li a {
	display:block;
	padding:10px 0;
	text-decoration:none;
	color:#ffffff;
	width: 274px;
	margin-top:-1px;
	border:1px solid;
	border-color: transparent;
    transition: border-color .3s ease;}
	
.menu li a:hover {
    border-color: #ffffff;} 
	
.menu li .activo {
	border:1px solid #ffffff;}

.menu .movil a, .menu .instagram a, .menu direccion a {
    text-decoration: none;
    color: #fff;
}

	
.menu .movil {
	vertical-align:middle;
	padding:50px 0 0 0;
	color:#fff;
	font-size:1.6em;}

.menu .instagram {
	vertical-align:middle;
	padding:20px 0 0 0;
	color:#fff;
	font-size:1.6em;}


.menu .movil .info {
    text-decoration: none;
    color: #fff;}

.menu .instagram .info {
    text-decoration: none;
    color: #fff;}

	
.menu .direccion {
	vertical-align:middle;
	padding:30px 0 0 0;
	color:#fff;
	font-size:1.3em;}

.menu .movil svg, .menu .direccion svg, .menu .instagram svg {
    width: 50px !important;
    height: 50px !important;
	vertical-align:middle;
	padding: 0 20px 0 0;}
	
#footer { display:none;}
	

/* ------------------------------------------------------------------------------------------------------------------------- Menu responsive*/
#cbp-spmenu-s1, #showLeft { display:none;}

.main > section button {
	border:1px solid;
	border-color: transparent;
    transition: border-color .3s ease;
	background: #fff;
	color: #666;
	padding: 21px;
	display: block;
	position:fixed;
	z-index:99;
	width: 100px;
	cursor: pointer;
	margin: 15px 0;
	font-size: 1em;}

.main > section button:hover {border-color: #ffffff;}

.main > section button.disabled {
	background: #aaa;
	pointer-events: none;}

.cbp-spmenu {
	top:100px !important;
	background: #fff;
	position: fixed;
	height:228px !important;}

.cbp-spmenu a {
	display: block;
	color: #666;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: 300;
	border:1px solid;
	border-color: transparent;
    transition: border-color .3s ease;}

.cbp-spmenu a:hover {
	border-color: #ffffff;}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;}

.cbp-spmenu-vertical a {
	margin-top:-1px;
	padding: 1em;}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;}

.cbp-spmenu-right {
	right: -240px;}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;}

.cbp-spmenu-bottom {
	bottom: -150px;}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;}

.cbp-spmenu-push-toright {
	left: 240px;}

.cbp-spmenu-push-toleft {
	left: -240px;}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------- Contenido */
article {
	background: #000000 url(img/background_blur.jpg) no-repeat fixed right top;
	background-size:cover;
	position:fixed;
    padding-right: 10%;
	width:100%;
	height:100%;
	opacity:0;
	z-index:0;
	-webkit-transition:z-index .25s ease-in, opacity .3s ease-in;
	-moz-transition:   z-index .25s ease-in, opacity .3s ease-in;
	-ms-transition:	   z-index .25s ease-in, opacity .3s ease-in;
	-o-transition:	   z-index .25s ease-in, opacity .3s ease-in;
	transition:		   z-index .25s ease-in, opacity .3s ease-in;}

article:target {
	opacity:1;
	z-index:1;}
	
article h1 {
	margin:200px 0 0 500px;
	padding:0 0 10px 0;
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
	opacity:0;
	-webkit-transition:opacity .6s ease-in .6s, margin .6s .6s;
	-moz-transition:   opacity .6s ease-in .6s, margin .6s .6s;
	-ms-transition:	   opacity .6s ease-in .6s, margin .6s .6s;
	-o-transition:	   opacity .6s ease-in .6s, margin .6s .6s;
	transition:		   opacity .6s ease-in .6s, margin .6s .6s;}
	
article:target h1 {
	margin:200px 0 0 425px;
	opacity:1;}
	
article p {
	margin:50px 0px 0px 425px;
	max-width:560px;
	width:100%;
	text-align:justify;
	text-indent:50px;
	color:#ffffff;
	font-size:1.25em;
	opacity:0;
	-webkit-transition:opacity .6s ease-in 1s, margin .6s ease-out 1s;
	-moz-transition:   opacity .6s ease-in 1s, margin .6s ease-out 1s;
	-ms-transition:	   opacity .6s ease-in 1s, margin .6s ease-out 1s;
	-o-transition:	   opacity .6s ease-in 1s, margin .6s ease-out 1s;
	transition:		   opacity .6s ease-in 1s, margin .6s ease-out 1s;
	}
	
#tarifas p {
	text-indent:0px;}
	
article p b {
	font-weight:400;
	}
	
article p font {
	font-size:0.75em;
	font-style:italic;
	font-weight:200;
	}

article:target p {
	margin:0px 0px 0px 425px;
	opacity:1;}
	





@media (max-width: 800px) {
/* ---------------------------------------------------------------------------------------------------------------- Menu responsive */
.titulo {
	width:210px;
	height:80px;
	margin:6px 0 0 120px;}

.titulo h1 {
	font-size:40px;}

.titulo span {
	font-size:0.71em;}
	
#cbp-spmenu-s1, #showLeft { display: inline;}

.menu {display:none;}
    

article h1 {
	margin:110px 0 0 355px;
	padding:0 0 10px 0;
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
	opacity:0;
	-webkit-transition:opacity .6s ease-in .6s, margin .6s .6s;
	-moz-transition:   opacity .6s ease-in .6s, margin .6s .6s;
	-ms-transition:	   opacity .6s ease-in .6s, margin .6s .6s;
	-o-transition:	   opacity .6s ease-in .6s, margin .6s .6s;
	transition:		   opacity .6s ease-in .6s, margin .6s .6s;}
	
article:target h1 {
	margin:110px 0 0 120px;
	opacity:1;}
	
article p {
	margin: 0px;
	width:70%;
	text-align:justify;
	text-indent:50px;
	word-break:normal;
	word-wrap:break-word;
	color:#ffffff;
	font-size:1em;
	opacity:0;
	-webkit-transition:opacity .6s ease-in 1s, margin .6s ease-out 1s;
	-moz-transition:   opacity .6s ease-in 1s, margin .6s ease-out 1s;
	-ms-transition:	   opacity .6s ease-in 1s, margin .6s ease-out 1s;
	-o-transition:	   opacity .6s ease-in 1s, margin .6s ease-out 1s;
	transition:		   opacity .6s ease-in 1s, margin .6s ease-out 1s;
	}

article:target p {
	margin:50px 0px 0px 120px;
	opacity:1;}
	
#footer {
	display: inline-block;
	width:100%;
	text-align:center;
	height:50px;
	position:absolute;
	bottom:0;}
	
#footer div {
	display: inline-block;
	width:250px;
	height:50px;
	color:#fff;
	font-size:1.25em;}
    
#footer div .info {
    text-decoration: none;
    color: #fff;}
	
#footer div svg {
	height:40px !important;
	vertical-align:middle;
	padding:0 10px 0 0;}