Maps of Bariloche and Surrounding Area
Traditional Tourist Tours (Northern Bariloche area circuits)
Traditional tourist tours (Southern Bariloche area circuits)
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #6a5acd;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: #ee82ee;
}
body {
background-color: #91c2ff;
color: #000066;
padding: 0;
margin: 0;
perspective: 1px;
transform-style: preserve-3d;
height: 100%;
overflow-x: hidden;
}
.left-underline {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.left-underline:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #ECECEC;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.left-underline:hover:before, .left-underline:focus:before, .left-underline:active:before {
right: 0;
}
li.active > a.nav-button {
cursor: default;
}
.brand-logo {
float: left;
cursor: default;
}
.parallax {
height: 70vh;
overflow: hidden;
margin: 0;
padding: 0;
}
.parallax.p1 {
background: url(https://lonelyplanetimages.imgix.net/mastheads/GettyImages-178737180_super.jpg?sharp=10&vib=20&w=1200) no-repeat fixed 50% 0;
background-size: cover;
color: #fff;
}
.parallax.p2 {
background: url(https://www.youredm.com/wp-content/uploads/2018/07/tomorrowland-ocean.jpg) no-repeat fixed 50% 0;
background-size: cover;
color: #fff;
}
.parallax.p3 {
background: url(https://definicion.mx/wp-content/uploads/cultura/Polo-deporte.jpg) no-repeat fixed 70% 0;
background-size: cover;
color: #fff;
}
.parallax.p4 {
background: url(https://bariloche.org/english/wp-content/uploads/2015/10/mapa_parques_nacionales-726x400.jpg) no-repeat fixed 70% 0;
background-size: cover;
color: #fff;
}
.parallax.p5 {
background: url(https://bariloche.org/wp-content/uploads/2015/03/imgo1.jpg) no-repeat fixed 20% 0;
background-size: cover;
color: #fff;
}
.parallax.p6 {
background: url(https://bariloche.org/wp-content/uploads/2015/03/Mapa-Circuitos-Turisticos-Zona-Sur-BarilochePatagonia.jpg) no-repeat fixed 70% 0;
background-size: cover;
color: #fff;
}
.parallax-text {
width: 25em;
position: fixed;
top: 20%;
left: 50%;
border: .5em solid #fff;
margin-left: -10%;
padding: 2em 0;
text-align: center;
}
.parallax > div.blur-image {
position: relative;
width: 100%;
height: 100%;
}
hgroup{
display: inline-block;
text-align: center;
position: relative;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #ff9900;
border: 5px solid #fff;
padding: .5em 3em;
background-color: rgba(0,0,0,.2);
z-index: 2;
}
.row {
width: 80%;
padding-left: 10%;
padding-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 150px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.row > .col-3 {
width: 30%;
height: 100%;
box-sizing: border-box;
float: left;
padding-left: 5px;
padding-right: 5px;
}
footer {
width: 100%;
padding-top: 20px;
display: block;
background-color: #ee6e73;
}
.footer-copyright {
font-weight: 300;
overflow: hidden;
height: 50px;
line-height: 50px;
color: rgba(255, 255, 255, 0.8);
background-color: rgba(51, 51, 51, 0.08);
}
.container {
width: 85%;
padding: 0 1.5rem;
margin: 0 auto;
max-width: 1280px;
}
footer p {
border-left: 3px solid #ffcdd2;
padding-left: 15px;
text-indent: 20px;
color: #ececec;
}