/* Minification failed. Returning unminified contents.
(200,24): run-time error CSS1030: Expected identifier, found ';'
 */
* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  position: relative;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
*:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
* a:hover {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body {
  background-color: #f1f1f1;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  font-size: 17px;
  color: #999999;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1em;
  color: #666666;
}
p {
  margin-bottom: .5em;
}
a {
  color: #444444;
}
a:hover {
  color: #7f170f;
}
.inverted {
  color: rgba(255, 255, 255, 0.7) !important;
}
.inverted a {
  color: rgba(255, 255, 255, 0.8) !important;
}
.inverted a:hover {
  color: white !important;
}
.inverted .menu a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.topbar {
  z-index: 10;
}
.topbar.inverted:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 250px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}
.logo {
  display: inline-block;
}
.logo span {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 150px;
  background: url(/Content/img/logo.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ui.container > .menu {
  padding-top: 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.ui.container > .menu a {
  color: #888888;
  border-bottom: 1px solid transparent;
  padding-bottom: 6px;
}
.ui.container > .menu a:hover {
  border-color: rgba(127, 23, 15, 0.2);
}
.ui.container > .menu > .item {
  vertical-align: middle;
}
.ui.container > .menu > .item:last-child {
  position: fixed;
  right: 30px;
  top: 20px;
  width: inherit;
}
.ui.container > .menu > .item:last-child a {
  color: white;
  text-transform: uppercase;
  padding: 6px 18px;
  cursor: pointer;
  display: inline-block;
  background-color: #7f170f;
  border-radius: 4px;
  opacity: .6;
  letter-spacing: 1px;
}
.ui.container > .menu > .item:last-child a:hover {
  opacity: 1;
}
.ui.container > .menu > .item.active a {
  border-color: rgba(127, 23, 15, 0.2);
}
.ui.container > .menu > .item:hover .menu {
  height: auto;
  padding: 10px 10px 13px;
}
.ui.container > .menu > .item .menu {
  position: absolute;
  top: 28px;
  text-transform: initial;
  background-color: white;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 0;
}
.ui.container > .menu > .item .menu .item {
  width: 100% !important;
}
.ui.container > .menu > .item .menu a {
  padding: .5em;
  display: block;
  line-height: 1;
  border: none;
}
.ui.container > .menu > .item .menu a:hover {
  background-color: whitesmoke;
}
.page-header {
  text-align: center;
  padding: 3em 0 1em;
  font-size: 1.1em;
  margin: auto;
  max-width: 950px;
  /*    h1 {
        font-family: @font2;
        text-transform: uppercase;
        font-size: 2.5em;
        margin-bottom: 0.5em;
        color: #999;
    }*/

}
.page-header h1 {
  font-family: 'Kaushan Script', cursive;
  font-size: 3.3em;
  margin-bottom: 0.3em;
  color: #aaaaaa;
  letter-spacing: -2px;
}
.page-header h2 {
  font-weight: 100;
  margin-bottom: .6em !;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
}
.page-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-color: red;
  background: url(/Content/img/spacer.png) center no-repeat;
}
.page-header p {
  margin-bottom: 1em;
}
.page-title {
  font-size: 2.3em;
  margin-bottom: .7em;
  font-weight: bold;
}
.page-resume {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.3em;
}
nav.subsections {
  margin: 60px auto 0;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 400px;
  letter-spacing: 1px;
}
nav.subsections a {
  display: block;
  border-top: 1px solid #dddddd;
  padding: 1.2em;
  color: #666666;
}
nav.subsections a:hover {
  color: #333333;
  background-color: #eeeeee;
}
.detail {
  max-width: 900px;
  margin: auto;
  margin-bottom: 120px;
}
.detail p.textmark {
  text-align: center;
  margin: 1em;
}
.detail p.textmark a {
  display: inline-block;
  padding: .2em;
}
.detail h2 {
  font-family: 'Kaushan Script', cursive;
  font-size: 2.5em;
  margin-left: -0.3em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #aaaaaa;
}
.detail img {
  border-radius: 10px;
  max-width: 100%;
  margin-top: 1em;
}
.detail .photo {
  max-width: 480px;
}
.detail .photo img {
  width: 100%;
}
.detail .photo legend {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
}
.detail .photo.fl-r {
  margin: 0 0 2em 2em;
}
.detail h3 {
  font-size: 1.6em;
  margin-top: 1.2em;
  color: #7f170f;
  text-align: center;
}
.detail h3 a {
  color: #7f170f;
  display: inline-block;
  margin-bottom: 40px;
}
.detail h3.textmark {
  margin: 2em 0 .5em;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
}
.detail h3.textmark a {
  display: inline-block;
  padding: .2em .5em;
  color: #7f170f;
  margin: 1em;
}
.detail h3.textmark a:hover {
  color: #222222;
}
.detail h3.textmark strong {
  display: inline-block;
  font-weight: 500;
  padding: .4em;
  border-bottom: 2px solid #999999;
}
.detail ul {
  margin-top: 1em;
}
.detail ul li {
  line-height: 1.3em;
  border-top: 1px solid #cccccc;
  padding: .8em 0;
  color: #666666;
  font-weight: 500;
  font-size: 16px;
}
.detail ol {
  margin-left: 1em;
  margin-top: 1em;
}
.detail ol li {
  line-height: 1.3em;
  padding: .7em 0;
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  list-style: decimal;
}
.detail blockquote {
  padding: .2em 0 .2em 20px;
  border-left: 2px solid #7f170f;
  margin: 1.5em 0;
  font-size: 1.1em;
  font-style: italic;
  color: #666666;
}
.detail table {
  font-size: .9em;
  line-height: 1.2em;
  width: 100%;
  margin: 2em 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .3rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0;
}
.detail table thead th {
  padding: 15px 20px;
  background: #f9fafb;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}
.detail table tr td {
  padding: 8px 20px;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.detail table td {
  text-align: inherit;
}
.detail hr {
  background: #dddddd;
  height: 1px;
  margin: 2em 0;
}
.detail strong {
  color: #666666;
}
.detail .ui.accordion {
  margin-top: 30px;
  font-size: 15px;
  margin-bottom: 40px;
}
.detail .ui.card {
  font-size: 15px;
}
.detail .ui.card .description {
  line-height: 1.3em;
}
.detail ul.ui.three.column.grid .item h3 {
  margin-top: 0;
}
.detail iframe {
  margin-top: 50px;
  margin-bottom: 40px;
  width: 100%;
}
ul.column h3 {
  text-align: left;
  font-size: 18px;
}
ul.column p {
  text-align: left;
}
.accordion .title {
  border-top: 1px solid #dddddd;
  padding: .8em 0 1em !important;
}
.accordion .title h3 {
  color: #666666;
  margin-top: 0;
  font-weight: 400;
  font-size: 1.6em !important;
}
.accordion .content {
  padding-top: 0 !important;
}
.cover {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cover .middle {
  display: table-cell;
  vertical-align: middle;
}
.owl-carousel {
  max-width: 900px;
  margin: auto;
}
.owl-carousel img {
  border-radius: 10px;
}
footer {
  background-color: #dddddd;
}
footer.inverted {
  background: #7f170f;
  color: rgba(255, 255, 255, 0.3) !important;
}
footer.inverted .footer .redes-sociais a {
  background: rgba(255, 255, 255, 0.7);
  color: #7f170f !important;
}
footer.inverted .footer .redes-sociais a:hover {
  background: rgba(255, 255, 255, 0.85);
}
footer.inverted .footer .menu2 {
  border-color: rgba(255, 255, 255, 0.2);
}
footer.inverted .footer address .phone {
  color: rgba(255, 255, 255, 0.5);
}
.footer {
  padding: 40px;
  margin-top: 60px;
}
.footer .ui.grid > .row {
  align-items: center;
  max-width: 600px;
}
.footer .logos {
  margin-bottom: 30px;
}
.footer .logos a i {
  font-size: 2em;
  margin: 0 4px;
}
.footer address {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 2em;
}
.footer address .phone {
  color: #666666;
  font-weight: bold;
}
.footer address .envelope {
  margin-left: 15px;
}
.footer .logo-footer {
  position: relative;
  margin: 0 15px;
  display: inline-block;
}
.footer .logo-footer.passion img {
  width: 140px;
}
.footer .logo-footer.brazilian-luxury img {
  width: 185px;
}
.footer .logo-footer.traveller-made img {
  width: 165px;
}
.footer .logo-footer.emotions {
  top: 10px;
}
.footer .logo-footer.emotions img {
  width: 135px;
}
.footer .logo-footer.pureist {
  top: 10px;
}
.footer .logo-footer.pureist img {
  width: 65px;
}
.footer .logo-footer.iltm {
  top: 10px;
}
.footer .logo-footer.iltm img {
  width: 70px;
}
.footer .social-links {
  text-align: center;
}
.footer .social-links a {
  color: #222222;
}
.footer .social-links a i {
  font-size: 1.5em;
}
.footer .menu2 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #cccccc;
  margin-bottom: 30px;
}
.footer .menu2 .item {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  font-size: 15px;
}
.footer .menu2 .item a {
  color: #888888;
}
.footer .menu2 .item a:hover {
  color: #333333;
}
.footer .redes-sociais a {
  display: inline-block;
  padding-top: 4px;
  width: 33px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #eeeeee;
  border-radius: 50%;
  margin: 1px;
}
.footer .redes-sociais a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.list-grid {
  margin-bottom: 60px !important;
}
.list-grid .item .info {
  position: absolute;
  z-index: 2;
  padding: 1.3em;
  pointer-events: none;
}
.list-grid .item .info .title {
  font-size: 17px;
}
.list-grid .item .info .title a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
.list-grid .item .info .resume {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.list-grid .item .info .days {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 1.5em;
}
.list-grid .item .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.list-grid .item .thumb img {
  width: 100%;
  display: block;
}
.list-grid .item .thumb:before {
  pointer-events: none;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}
.list-grid .item:hover .title a {
  color: white;
}
.list-grid .item:hover .resume {
  color: rgba(255, 255, 255, 0.8);
}
.list-grid .item:hover .thumb:before {
  height: 100%;
}
.list-grid.two .item .info .title {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: .2em;
}
.list-grid.two .item .info .resume {
  font-size: 1em;
}
.list-icon {
  max-width: 900px;
  margin: 0 auto !important;
}
.list-icon .item .thumb a {
  display: block;
  padding: 50px;
  border: 1px solid #dddddd;
  background-color: white;
  border-radius: 10px;
}
.list-icon .item .thumb img {
  opacity: .8;
}
.list-icon .item .title {
  position: absolute;
  bottom: 2em;
  font-size: 15px;
  width: 100%;
  left: 0;
}
.list-icon .item a {
  color: #999999;
}
.list-icon .item:hover .thumb a {
  border-color: #7f170f;
}
.list-icon .item:hover a {
  color: #7f170f;
}
.column img {
  width: 100%;
}
.ui.form.contact-form {
  max-width: 750px;
  margin: 0 auto;
}
.ui.form.contact-form .header {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.index {
  background: #333333 url(/Content/img/bg1.jpg) center no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.index .cover {
  background: url(/Content/img/symbol.png) center no-repeat;
  background-size: 65vh;
  padding: 15%;
}
.index h1 {
  font-family: 'Kaushan Script', cursive;
  font-size: 6vw;
  letter-spacing: -0.05em;
  color: white;
  max-width: 1100px;
  margin: auto;
}
.index .logo span {
  background-image: url(/Content/img/logo-w.png);
}
.index.logo-left .menu {
  padding-top: 50px;
}
.index.logo-left .logo {
  position: fixed;
  left: 2vw;
  top: 23px;
}
.index.logo-left .logo span {
  background-image: url(/Content/img/logo-w-2.png);
  width: 200px;
  height: 85px;
}
.index .menu {
  font-weight: bold;
}
.index .menu .item.contact {
  position: fixed;
  bottom: 6vh;
  left: 0;
  width: 100%;
  font-size: 1.5em;
  letter-spacing: 2px;
}
.index .menu .item.contact a {
  display: inline-block;
  padding: .8em 1.4em;
  border-radius: 4px;
}
.index .item {
  vertical-align: middle;
}
.index .item.contact {
  position: fixed;
  bottom: 6vh;
  left: 0;
  right: inherit;
  top: inherit;
  width: 100%;
  font-size: 1.5em;
  letter-spacing: 2px;
}
.index .item.contact a {
  padding: .8em 1.4em;
  border-radius: 4px;
  opacity: .8;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.general-notification {
  text-align: center;
  margin-bottom: 2em;
}
.our-company .ui.move.reveal {
  white-space: initial;
}
.our-company .ui.move.reveal > .hidden.content {
  height: 100%;
  padding-top: 8px;
}
.our-company .ui.move.reveal img.ui.image {
  margin: 0;
}
.contact .ui.menu.tabular {
  display: block;
  border-bottom: none;
  margin-bottom: 2em;
  margin-top: 2em;
}
.contact .ui.menu.tabular a.item {
  font-family: 'Kaushan Script', cursive;
  display: inline-block;
  font-size: 25px;
  color: #999999;
}
.contact .ui.menu.tabular a.item.active {
  color: #444444;
  font-weight: normal;
}
.contact .tab h3 {
  margin-bottom: 2em;
}
.contact .tab .phone {
  font-size: 1.5em;
}
.contact .tab .maps {
  margin-top: 30px;
  border: 2px solid white;
}
.contact .tab .maps iframe {
  width: 100%;
  display: block;
}
.ui.grid {
  justify-content: center;
}
.c {
  text-align: center !important;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.i {
  font-style: italic;
}
.clr {
  clear: both;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.mt0 {
  margin-top: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr10 {
  margin-right: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt1 {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt3 {
  margin-top: 3.3em !important;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.z10 {
  z-index: 10;
}
.w100 {
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .page-header {
    padding-bottom: 20px;
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  .detail .ui.grid > .wide.column {
    width: 100% !important;
  }
  .detail h3 {
    font-size: 1.1em;
  }
  .detail .photo.fl-r {
    float: none;
    margin-left: 0;
  }
  .ui.container > .menu {
    padding-top: 150px;
  }
  .ui.container > .menu > .item {
    margin-bottom: 8px;
  }
  .ui.container > .menu > .item a {
    padding-bottom: 4px;
  }
  .ui.container > .menu > .item:last-child {
    right: 0;
    top: inherit;
    width: 100%;
    bottom: 0 !important;
    background: white;
    padding: 1em;
    margin: 0;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  }
  .ui.container > .menu > .item .menu {
    display: none;
  }
  .ui.container > .menu > .item.open-sub .menu {
    position: relative;
    height: inherit;
    top: 0;
    font-size: 17px;
    padding: .5em;
  }
  .ui.container > .menu .logo {
    position: absolute;
    display: block;
    width: 100%;
    top: 25px;
  }
  .ui.container > .menu .logo span {
    width: 130px;
    height: 110px;
  }
  .list-grid .item {
    font-size: 14px;
  }
  .list-grid .item .thumb:before {
    height: 100%;
  }
  .list-icon .item .thumb a {
    padding: 20px 33px 35px;
  }
  .list-icon .item .title {
    padding: 0 1.5em;
  }
  .footer {
    padding: 40px 15px 80px;
    margin-top: 40px;
  }
  .footer .menu2 {
    margin-top: 20px;
    padding: 15px;
  }
  .footer .menu2 .item {
    display: block;
    padding: 5px;
  }
  .footer p {
    margin-bottom: 1em;
  }
  .index .cover {
    background: none;
    padding: 50% 5% 15%;
  }
  .index .cover h1 {
    font-size: 2em;
    font-weight: normal;
  }
  .container .container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .contact-form .pr20 {
    padding-right: .5em !important;
  }
  .contact-form .pl20 {
    padding-left: .5em !important;
  }
}
@media screen and (min-width: 640px) {
  .menu > .item.submenu > a {
    pointer-events: none;
  }
  .menu > .item > a[href="/destinations"] {
    pointer-events: none;
  }
  span.textmark {
    display: flex;
    justify-content: center;
    margin: 2em 0;
  }
  span.textmark img {
    flex: 1;
    margin: 1%;
    width: 32%;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .menu .item {
    display: inline-block;
    width: 190px;
  }
  .menu .item.logo {
    width: inherit;
  }
  .detail p {
    text-align: justify;
  }
}

