@charset "UTF-8";
/* CSS Document */
/* Project name: CIELOS PATAGÓNICOS */
/* File name: cielos-patagonicos.css */
/* Description: Hoja de estilos global */
/* Creation date: Agosto de 2016 */
/* Author: Javier Herrera */
/* Author's eMail: contacto@javier-herrera.com */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
/***********************************/
/*========= NORMALIZE V.4 =========*/
/***********************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*******************************/
/*========= FONT-FACE =========*/
/*******************************/
@font-face {
  font-family: 'myriad-regular';
  src: url("fonts/MyriadProRegular.eot");
  src: url("fonts/MyriadProRegular.eot") format("embedded-opentype"), url("fonts/MyriadProRegular.woff2") format("woff2"), url("fonts/MyriadProRegular.woff") format("woff"), url("fonts/MyriadProRegular.ttf") format("truetype"), url("fonts/MyriadProRegular.svg#myriad-regular") format("svg");
}

@font-face {
  font-family: 'myriad-semibold';
  src: url("fonts/MyriadProSemibold.eot");
  src: url("fonts/MyriadProSemibold.eot") format("embedded-opentype"), url("fonts/MyriadProSemibold.woff2") format("woff2"), url("fonts/MyriadProSemibold.woff") format("woff"), url("fonts/MyriadProSemibold.ttf") format("truetype"), url("fonts/MyriadProSemibold.svg#myriad-semibold") format("svg");
}

/***************************************/
/*========= CLEANERS & OTHERS =========*/
/***************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

figure {
  line-height: 0;
  margin: 0;
}

::-moz-selection {
  background: #272727;
  color: #ffffff;
}

::selection {
  background: #272727;
  color: #ffffff;
}

img {
  max-width: 100%;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  font-family: "myriad-regular";
  font-size: 10px;
  overflow-x: hidden;
  min-height: 900px;
}

/*---------------*/
/*-- CLEARNER --*/
/*-------------*/
.cleaner {
  clear: both;
  display: block;
}

/***************************************/
/*========= WRAPPER-&-BASICS =========*/
/*************************************/
.wrapper {
  width: 95%;
  max-width: 980px;
  margin: auto;
  position: relative;
}

.wrapper::after {
  content: '';
  display: block;
  clear: both;
}

/*****************************/
/*========= HEADER =========*/
/***************************/
.main-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  background-color: #fff;
}

.contacto {
 
  color: #9F9B9B !important;
  font: italic normal 1.5em/1.3 !important;}
  
  .contacto2 {
 
  color: #D18E1A !important;
  font: italic normal 1.5em/1.3;}

.logotipo {
  margin: 17px auto 0;
  max-width: 310px;
  width: 75%;
  float: left;
}

.logotipo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logotipo img[alt=isotipo] {
  width: 20.96774%;
}

.logotipo img[alt=logotipo] {
  width: 79.03226%;
}

.top-nav {
  display: none;
  margin: 15px 0;
  text-align: center;
}

.top-nav li {
  display: inline-block;
  color: #404041;
  font-size: 1.4em;
  border-right: solid 1px #404041;
  margin-right: 10px;
  padding-right: 10px;
}

.top-nav li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.top-nav li:last-child a {
  padding-right: 0;
}

.top-nav li:hover a {
  border-bottom: solid 3px #FF8735;
  color: #FF8735;
}

.top-nav a {
  display: inline-block;
}

.toggle-nav {
  display: block;
  margin-top: 20px;
  font-size: 2.5em;
  text-align: center;
  color: #FF8735 !important;
  float: right;
  border: solid 1px #FF8735;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.toggle-nav span {
  display: inline-block;
  margin-top: 4px;
}

.main-nav {
  clear: both;
  width: 105%;
  margin-left: -2.5%;
  padding-top: 10px;
}

.close {
  display: none;
}

.first-level-nav {
  display: none;
}

.first-level-nav > li {
  position: relative;
  background-color: #F9F9F9;
}

.first-level-nav > li:hover, .first-level-nav > li.active {
  border-bottom-color: transparent;
}

.first-level-nav > li:hover > a, .first-level-nav > li.active > a {
  border-bottom: solid 1px #FF8735;
  color: #FF8735;
}

.first-level-nav > li.full-bg {
  background-color: #FF8735;
}

.first-level-nav > li.full-bg:hover > a {
  color: #fff;
}

.first-level-nav > li > a {
  display: block;
  color: #3F3F3F;
  font-size: 1.5em;
  padding: 0.6em;
  margin: 0 5%;
  text-align: center;
  white-space: nowrap;
  border-bottom: solid 1px silver;
}

.first-level-nav > li > a em {
  font-style: normal;
  color: inherit;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.drop-nav {
  margin: 0 5%;
  background-color: #fff;
  border-bottom: solid 1px silver;
}

.drop-nav li {
  padding: 0 10px;
}

.drop-nav li:last-child a {
  border: none;
}

.drop-nav a {
  display: block;
  border-bottom: solid 1px #E1DDD1;
  font-size: 1.4em;
  padding: 0.7em;
  color: #404041;
  text-align: center;
}

.drop-nav a:hover {
  color: #FF8735;
}

/*****************************/
/*========= BANNER =========*/
/***************************/
.home-banner {
  position: relative;
  margin-top: 90px;
  overflow: hidden;
}

.home-banner .rslides {
  position: relative;
  overflow: hidden;
  max-height: 450px;
  overflow: hidden;
}

.home-banner .rslides::after {
  content: '';
  display: block;
  clear: both;
}

.home-banner .rslides.rslides2 {
  display: none;
}

.home-banner .rslides li {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  line-height: 0;
  display: none;
}

.home-banner .rslides li:first-child {
  float: left;
  display: block;
  position: relative;
}

.home-banner .rslides li img {
  width: 100%;
  max-width: none;
  max-height: 450px;
}

.rslides_tabs {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 300;
}

.rslides_tabs.rslides2_tabs {
  display: none;
}

.rslides_tabs li {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-color: #EDEBD6;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 2px #222;
  opacity: 0.7;
}

.rslides_tabs li.rslides_here {
  background-color: #beb76c;
}

.rslides_tabs li a {
  text-indent: -99999px;
  display: block;
  height: 100%;
}

/******************************/
/*========= CONTENT =========*/
/****************************/
.main-title {
  color: #404041;
  text-align: center;
  font: italic normal 3.5em/1 "Times New Roman";
}

.main-title.inside {
  font-size: 3em;
  line-height: 1.3;
  position: relative;
  margin-top: 10px;
}

.main-title.inside::after {
  content: '';
  background: url(../images/bg-line-title.jpg) center top/100% 2px;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

/*****************************/
/*========= FOOTER =========*/
/***************************/
.main-footer {
  background-color: #404041;
  padding: 30px 0 1px;
  margin-top: 40px;
}

.footer-nav {
  margin-bottom: 50px;
}

.footer-nav:last-of-type {
	margin-bottom: 0;
	text-shadow: 0px 0px #D18E1A;
}

.footer-nav h2 {
  font-size: 1.9em;
  font-weight: normal;
  color: #fff;
  margin: 0 0 1.3em;
}

.footer-nav ul {
  margin-bottom: 30px;
}

.footer-nav ul.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-nav ul.links.no-h {
  height: auto;
}

.footer-nav ul.links.no-h li {
  width: 100%;
}

.footer-nav ul.links li {
  width: 40%;
}

.footer-nav li {
  color: #fff;
  margin-bottom: 6px;
  font-size: 1.4em;
}

.footer-nav a {
  display: block;
}

.footer-nav a:hover {
  color: #ccc;
}

.logo-huemules {
  margin: 55px 0 15px;
}

.wrap-top-btn {
  position: fixed;
  width: 100%;
  max-width: 980px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
}

.wrap-top-btn #btn-top {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 28px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
}

.wrap-top-btn #btn-top:hover {
  opacity: 0.8;
}

.wrap-top-btn #btn-top i {
  font-size: 2.5em;
}

/**************************************/
/*========= GLOBAL-INTERNAS =========*/
/************************************/
.slide-banner {
  margin-top: 90px;
  overflow: hidden;
  position: relative;
}

.subtitle {
  color: #404041;
  font: normal 2.7em "Times New Roman";
  text-align: center;
  margin: 1em 0 0;
}

.copy {
  color: #404041;
  font: normal 2em/1.3 "Times New Roman";
  text-align: center;
  margin: 0.5em 0 2em;
  position: relative;
}

.copy::after {
  content: '';
  background: url(../images/bg-line-title.jpg) center top/100% 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

img.bd {
  border: solid 10px #EEEDEC;
}

.aloj-img {
  max-width: 310px;
  margin: auto;
}

.aloj-img img {
  width: 100%;
}

.aloj-txt {
  margin-top: 30px;
}

.aloj-txt h2 {
  margin: 0;
  font: normal 2.4em "Times New Roman";
  color: #404041;
}

.aloj-txt p {
  margin: 0.3em 0 2.5em;
  font-size: 1.6em;
  line-height: 1.5;
}

.aloj-txt p:last-of-type {
  margin-bottom: 0.3em;
}

.special-hr {
  background: url(../images/bg-line-title.jpg) center top/100% 2px;
  width: 100%;
  height: 2px;
  border: none;
}

.gallery {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery figure {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.gallery figure:nth-child(even) {
  margin-right: 0;
}

.gallery figure img {
  width: 100%;
}

.two-box-row {
  margin-top: 30px;
}

.ubi-map-box h2, .exc-text2 h2, .exp-txt h2 {
  font: normal 2.4em "Times New Roman";
  color: #404041;
  
  margin-top: 0px;
  
  
}

.ubi-map-box h2, .exc-text h2, .exp-txt h2 {
  font: normal 2.4em "Times New Roman";
  color: #404041;
  margin-bottom: 8px;

}

.ubi-map-box p, .exc-text p, .exp-txt p {
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0.5em 0;
  color: #59595b;
}

.map-wrap {
  background: url(../images/bg-maps.jpg);
  padding: 5px;
  line-height: 0;
}

.map-wrap iframe,
.map-wrap img {
  width: 100%;
  height: 100%;
  border: none;
}

.map-wrap iframe {
  min-height: 210px;
}

.exc-img {
  max-width: 290px;
  margin: auto;
}

.excursion-content {
  margin-bottom: 50px;
}

.exc-text p {
  margin-bottom: 1.3em;
  line-height: 1.4;
}

.exc-text p:last-child {
  margin-bottom: 0;
}

.topo-content {
  margin-top: 40px;
}

.topo-text {
  margin-top: 30px;
}

.topo-text p {
  font-size: 1.6em;
  color: #59595b;
  margin: 0 0 1.5em;
}

.topo-text div span {
  display: block;
  font-size: 1.6em;
  color: #59595b;
}

.exp-txt {
  margin-top: 50px;
}

.exp-txt h2 {
  margin: 0;
}

.exp-txt p {
  margin: 1.5em 0;
}

#fancybox-wrap * {
  box-sizing: border-box;
}

#fancybox-outer,
.fancybox-title-inside {
  background-color: transparent;
}

#fancybox-outer div[id*=-bg] {
  display: none;
}

.fancybox-title-inside {
  background-color: #525260;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4;
  padding: 0.5em;
}

.gallery-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-thumbs li {
  background-color: #EEEDEC;
  width: 30.64516%;
  margin: 0 4.03226% 20px 0;
  padding: 6px;
  line-height: 0;
  overflow: hidden;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.gallery-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.gallery-thumbs li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gallery-thumbs li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.7;
}

.gallery-thumbs li img {
  width: 100%;
  max-width: 100%;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.full-img {
  margin-bottom: 20px;
}

.video-box {
  position: relative;
  padding-top: 45%;
  margin-top: 70px;
}

.video-box.first {
  margin-top: 100px;
}

.video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border: none;
}

.g-earth span {
  display: block;
  font-size: 1.6em;
  color: #59595b;
}

.g-earth a {
  display: block;
}


.cuadrado-transparente {
  color: #FFF !important;
  
 display: inline-block;
  width: 175px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 15px 0 0;
  border: solid 1px transparent;
  
}
.btn-reservas {
  color: #F1A647 !important;
  background: #545364;
  font: normal 1.7em "Times New Roman";
  display: inline-block;
  width: 175px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 15px 0 0;
  border: solid 1px transparent;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.btn-reservas:hover {
  background: #ccc;
  border: solid 1px #bdbcbc;
  color: #7e7c7c !important;
}

.btn-reservas.new {
  margin-bottom: 25px;
}

/************************************/
/*========= MEDIA-QUERIES =========*/
/**********************************/
@media (min-width: 460px) {
  .logotipo {
    float: left;
    margin-top: 25px;
  }
  .top-nav {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
  }
  .toggle-nav {
    margin-top: 35px;
  }
  .main-nav {
    clear: both;
    padding-top: 15px;
  }
  .home-banner,
  .slide-banner,
  .video-box.first {
    margin-top: 110px;
  }
}

@media (min-width: 610px) {
  .main-footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-footer .wrapper::after {
    content: none;
  }
  .main-footer ul.links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
  .main-footer ul.links li {
    width: 100%;
  }
  .footer-nav {
    width: 32%;
  }
  .logo-huemules {
    width: 100%;
  }
  .home-banner .rslides.rslides2 {
    display: block;
  }
  .home-banner .rslides.rslides1 {
    display: none;
  }
  .home-banner .rslides_tabs.rslides2_tabs {
    display: block;
  }
  .home-banner .rslides_tabs.rslides1_tabs {
    display: none;
  }
}

@media (min-width: 860px) {
  .exp-content,
  .aloj-content,
  .excursion-content,
  .two-box-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .exp-content {
    padding-top: 30px;
  }
  .excursion-content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gallery-thumbs,
  .aloj-img,
  .exc-img {
    width: 31.63265%;
    margin: 0;
  }
  .gallery-thumbs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .exp-txt,
  .aloj-txt,
  .exc-text {
    width: 65.30612%;
    margin-top: 0;
  }
  .exc-text h2 {
    margin-top: 0;
  }
  .ubi-map-box {
    width: 47.95918%;
    position: relative;
  }
  .ubi-map-box.last {
    padding-top: 30px;
  }
  .ubi-map-box h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .map-wrap.iframe {
    height: 275px;
  }
  .g-earth {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .gallery figure {
    width: 31.63265%;
    margin-right: 2.55102%;
  }
  .gallery figure:nth-child(2n) {
    margin-right: 2.55102%;
  }
  .gallery figure:nth-child(3n) {
    margin-right: 0;
  }
  .topo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .topo-content .map-wrap {
    width: 42.34694%;
  }
  .topo-content .topo-text {
    width: 30.61224%;
    padding-left: 40px;
    margin-top: 0;
    position: relative;
  }
  .topo-content .topo-text div {
    position: absolute;
    left: 40px;
    bottom: 0;
  }
  .main-footer {
    padding: 40px 0 20px;
  }
  .footer-nav,
  .logo-huemules {
    width: 20.40816%;
  }
  .logo-huemules {
    margin: 0;
  }
  .home-banner .rslides li img {
    width: auto;
  }
}

@media (min-width: 980px) {
  .home-banner,
  .slide-banner,
  .video-box.first {
    margin-top: 160px;
  }
  .toggle-nav,
  .close {
    display: none;
  }
  .top-nav {
    display: block;
    right: 0;
  }
  .main-nav {
    width: 100%;
    margin: 0;
  }
  .main-nav::after {
    content: '';
    display: block;
    clear: both;
  }
  .first-level-nav {
    margin-top: 10px;
    padding-bottom: 15px;
    position: static;
    width: 100%;
    height: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: transparent;
    overflow: visible;
  }
  .first-level-nav > li {
    background-color: transparent;
    position: relative;
    text-align: center;
  }
  .first-level-nav > li.lg-hidden {
    display: none;
  }
  .first-level-nav > li:last-child .drop-nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .first-level-nav > li:hover > a, .first-level-nav > li.active > a {
    border-bottom: solid 3px #FF8735;
  }
  .first-level-nav > li > a {
    padding: 0;
    margin: 0;
    display: inline-block;
    border-bottom: solid 3px transparent;
  }
  .first-level-nav > li > a em {
    display: none;
  }
  .drop-nav {
    position: absolute;
    z-index: 300;
    width: 100%;
    min-width: 120px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    left: 50%;
    -webkit-transform: translate(-50%, -3px);
        -ms-transform: translate(-50%, -3px);
            transform: translate(-50%, -3px);
    margin: 0;
    display: none;
  }
  .drop-nav::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #FF8735;
    left: 0;
    top: 0;
    position: absolute;
  }
  .drop-nav a {
    padding: 1em 0;
  }
  .copy {
    padding: 0 60px;
  }
  .main-title.home {
    margin: 10px 0 -20px;
  }
  .map-wrap.iframe {
    height: 330px;
  }
}

@media (min-width: 1150px) {
  .logotipo {
    margin-left: -65px;
    width: auto;
  }
}

@media (min-width: 1330px) {
  .home-banner .rslides li img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .main-header {
    position: static;
  }
  .home-banner,
  .slide-banner,
  .video-box.first {
    margin-top: 0;
  }
}

/*# sourceMappingURL=cielos-patagonicos.css.map */
