h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Titillium Up', sans-serif;
  font-size: 28px;
  line-height: 17px;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-top: 27px;
  margin-bottom: 25px;
}

.header {
  width: 100%;
  height: 100vh;
  background-image: url('../images/gorilas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 73px;
  float: left;
  background-color: #1f1f1f;
}

.section {
  display: block;
  padding-top: 40px;
  padding-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ece9dd;
}

.section.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9c9479;
}

.section.dark {
  padding-top: 97px;
  padding-bottom: 84px;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .63), rgba(31, 29, 22, .53)), url('../images/Untitled-2.png'), -webkit-linear-gradient(270deg, #000 18%, #1d1d18);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .63), rgba(31, 29, 22, .53)), url('../images/Untitled-2.png'), linear-gradient(180deg, #000 18%, #1d1d18);
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, 100%, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.column {
  padding-left: 51px;
}

.heading {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.heading-2 {
  margin-top: 0px;
  line-height: 19px;
}

.heading-2.center {
  margin-top: 1px;
  margin-bottom: 35px;
  text-align: left;
}

.div-block {
  width: 17%;
  height: 314px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  background-color: #e9e9e9;
}

.section-2 {
  height: auto;
}

.slider {
  height: 400px;
}

.lightbox-link {
  width: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image {
  background-image: url('../images/gorilas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto-atracao {
  height: 200px;
  background-image: url('../images/gorilas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  margin-top: 15px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding-left: 17px;
  float: none;
  border-style: none;
  background-color: #d3d3d3;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), transparent);
}

.div-block-2._3 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent), url('../images/hotel-inkaterra-machu-picchu-pueblo-hotel.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), transparent), url('../images/hotel-inkaterra-machu-picchu-pueblo-hotel.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-2._1 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent), url('../images/hotel-belmond-sanctuary-lodge-machu-picchu.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), transparent), url('../images/hotel-belmond-sanctuary-lodge-machu-picchu.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2._2 {
  background-image: url('../images/hotel-sumaq-machu-picchu-hotel.jpg'), -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent);
  background-image: url('../images/hotel-sumaq-machu-picchu-hotel.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .51), transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.div-block-2._4 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent), url('../images/hotel-el-mapi-hotel.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), transparent), url('../images/hotel-el-mapi-hotel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 305px;
  margin-right: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.column-2 {
  padding-bottom: 22px;
}

.left-arrow {
  margin-left: -80px;
}

.right-arrow {
  margin-right: -80px;
}

.section-3 {
  margin-bottom: -20px;
  margin-left: 0px;
  padding-top: 65px;
  padding-bottom: 0px;
  background-color: #4d493e;
  background-image: -webkit-linear-gradient(270deg, rgba(56, 51, 31, .89), rgba(56, 51, 31, .89)), url('../images/banner-machu-picchu.jpg');
  background-image: linear-gradient(180deg, rgba(56, 51, 31, .89), rgba(56, 51, 31, .89)), url('../images/banner-machu-picchu.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.heading-3 {
  margin-top: -6px;
}

.heading-3._2 {
  margin-bottom: 40px;
}

.slide {
  background-color: transparent;
}

.slide-2 {
  background-color: transparent;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.titulo {
  position: static;
  z-index: 0;
  margin-top: 0px;
  padding-top: 41px;
  padding-bottom: 42px;
  float: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  text-align: left;
}

.paragraph {
  display: block;
  margin: 0px auto;
  padding-top: 21px;
  padding-right: 21px;
  padding-left: 20px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Titillium Up', sans-serif;
  color: #797979;
  font-size: 13px;
}

.text-block {
  position: static;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 21px;
  padding-left: 5px;
  float: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Titillium Up', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(90deg, #000 4%, rgba(0, 0, 0, .37) 57%, rgba(0, 0, 0, .31)), url('../images/banner-machu-picchu.jpg');
  background-image: linear-gradient(0deg, #000 4%, rgba(0, 0, 0, .37) 57%, rgba(0, 0, 0, .31)), url('../images/banner-machu-picchu.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.white {
  padding-right: 56px;
  font-family: 'Titillium Up', sans-serif;
  color: #9c9479;
  font-size: 13px;
}

.titulo_white {
  font-family: 'Titillium Up', sans-serif;
  color: #9c9479;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

.paragraph-2 {
  font-family: 'Titillium Up', sans-serif;
  color: #fff;
}

.heading-4 {
  color: #fff;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 15px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Titillium, sans-serif;
  color: #747474;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0px;
}

.nav-link:hover {
  box-shadow: inset 0 -4px 0 0 #b4b4b4;
}

.nav-link.w--current {
  color: #9c9479;
}

.navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 35px -15px #000;
}

.paragraph-3 {
  margin-top: 26px;
  padding-right: 28px;
  font-family: 'Titillium Up', sans-serif;
}

.lightbox-link-2 {
  padding-right: 10px;
}

.paragraph-4 {
  margin-top: 17px;
  margin-left: 8px;
  padding-right: 16px;
  font-family: 'Titillium Up', sans-serif;
}

.heading-5 {
  margin-top: 0px;
  line-height: 31px;
}

.container-2 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-2 {
  margin-top: 32px;
}

.text-block-2 {
  margin-bottom: 8px;
  font-family: Titillium, sans-serif;
  color: #beb597;
  font-size: 33px;
  font-weight: 100;
}

.slide-nav {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Changa One', Impact, sans-serif;
  color: transparent;
  font-size: 7px;
  line-height: 0px;
  letter-spacing: 33.5px;
}

.div-block-4 {
  margin-bottom: 21px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  border: 1px none #e2dfd3;
  background-color: #fff;
}

.image-3 {
  margin-right: 20px;
  padding-right: 0px;
  float: left;
}

.heading-6 {
  display: inline-block;
  margin-bottom: 6px;
  padding-left: 0px;
  font-family: Titillium, sans-serif;
  color: #9c9479;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph-5 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  font-family: 'Titillium Up', sans-serif;
  color: #646464;
  font-size: 13px;
  line-height: 16px;
}

.coluna {
  padding-right: 10px;
  padding-left: 10px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-5._2 {
  height: 476px;
  margin-right: 0px;
  padding-right: 20px;
  padding-bottom: 21px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid hsla(0, 0%, 100%, .37);
  background-image: -webkit-linear-gradient(270deg, transparent 31%, hsla(46, 15%, 54%, .52) 46%, #9c9479 62%), url('../images/viagem-para-cusco-machu-picchu.jpg');
  background-image: linear-gradient(180deg, transparent 31%, hsla(46, 15%, 54%, .52) 46%, #9c9479 62%), url('../images/viagem-para-cusco-machu-picchu.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.div-block-5._2._3 {
  background-image: -webkit-linear-gradient(270deg, transparent 31%, hsla(46, 15%, 54%, .52) 46%, #9c9479 62%), url('../images/viagem-para-ollantaytambo.jpg');
  background-image: linear-gradient(180deg, transparent 31%, hsla(46, 15%, 54%, .52) 46%, #9c9479 62%), url('../images/viagem-para-ollantaytambo.jpg');
}

.div-block-5._2._4 {
  background-image: -webkit-linear-gradient(270deg, transparent 31%, hsla(46, 15%, 54%, .52) 46%, #9c9479 62%), url('../images/viagem-para-pisac.jpg');
  background-image: linear-gradient(180deg, transparent 31%, hsla(46, 15%, 54%, .52) 46%, #9c9479 62%), url('../images/viagem-para-pisac.jpg');
  background-size: auto, cover;
}

.div-block-5._2._5 {
  background-image: -webkit-linear-gradient(270deg, transparent 31%, hsla(46, 15%, 54%, .52) 46%, #9c9479 62%), url('../images/viagem-para-lago-titicaca.jpg');
  background-image: linear-gradient(180deg, transparent 31%, hsla(46, 15%, 54%, .52) 46%, #9c9479 62%), url('../images/viagem-para-lago-titicaca.jpg');
  background-size: auto, cover;
}

.text-block-3 {
  position: absolute;
  padding-top: 99px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 197px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #9c9479;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/pacote-cusco-e-machu-picchu.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/pacote-cusco-e-machu-picchu.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/pacote-classicos-do-peru.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/pacote-classicos-do-peru.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/pacote-machu-picchu-especial.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/pacote-machu-picchu-especial.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6._4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/pacote-machu-picchu-e-lago-titicaca.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/pacote-machu-picchu-e-lago-titicaca.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link {
  margin-right: 0px;
  margin-left: 8px;
  padding: 6px 8px;
  float: right;
  background-color: #38362e;
  font-family: Titillium, sans-serif;
  color: #a5a193;
  text-decoration: none;
}

.link.w--current {
  padding-right: 8px;
  padding-left: 8px;
}

.paragraph-6 {
  float: right;
  font-family: 'Titillium Up', sans-serif;
  color: #615a44;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}

.text-block-4 {
  display: inline-block;
  padding-top: 5px;
  padding-right: 0px;
  float: none;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 14px;
}

.text-block-5 {
  padding-right: 25px;
  padding-left: 25px;
  font-family: Titillium, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Up', sans-serif;
  color: #9c9479;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
}

.paragraph-7._2 {
  color: #fff;
}

.heading-7 {
  margin-top: 26px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 90px;
}

.div-block-7 {
  height: 233px;
  background-image: url('../images/machu2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.row-3 {
  padding-top: 21px;
}

.roteiro {
  -webkit-transition: all 433ms ease;
  transition: all 433ms ease;
  color: #fff;
  text-decoration: none;
}

.roteiro:hover {
  opacity: 0.59;
}

.slide-3 {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.body {
  margin-top: -20px;
}

.column-3 {
  padding-top: 5px;
}

.slide-4 {
  background-image: url('../images/dicas-machu-picchu.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/quando-ir-a-machu-picchu.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/ruinas-machu-picchu.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/turismo-machu-picchu.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/machu-picchu-ruinas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/compras-machu-picchu-artesanato-peruano-potes.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.slide-10 {
  background-image: url('../images/artesanato-peruano.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/artesanato-em-madeira.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.comidas_image {
  border: 2px solid #9c9479;
}

.div-block-8 {
  width: 210px;
  height: 210px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/intipunku.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.div-block-8._2 {
  background-image: url('../images/templo-do-sol.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8._3 {
  background-image: url('../images/templo-das-tres-janelas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8._4 {
  background-image: url('../images/setor-nobre.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8._5 {
  background-image: url('../images/intihuatana.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8._6 {
  background-image: url('../images/huayna-picchu.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.passeios {
  padding-top: 57px;
  padding-bottom: 71px;
  background-color: #9c9479;
}

.row-4 {
  padding-top: 37px;
}

.passeio {
  height: 170px;
  border: 1px solid #fff;
  background-image: url('../images/cusco.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-9 {
  font-family: Titillium, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-10 {
  margin-top: 17px;
  margin-bottom: 11px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.topo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 312px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(48, 44, 33, .71), rgba(48, 44, 33, .71)), url('../images/slider2.jpg');
  background-image: linear-gradient(180deg, rgba(48, 44, 33, .71), rgba(48, 44, 33, .71)), url('../images/slider2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.topo.roteiros {
  background-image: -webkit-linear-gradient(270deg, rgba(48, 44, 33, .59), rgba(48, 44, 33, .59)), url('../images/slide_roteiros.jpg');
  background-image: linear-gradient(180deg, rgba(48, 44, 33, .59), rgba(48, 44, 33, .59)), url('../images/slide_roteiros.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.topo.dicas {
  background-image: -webkit-linear-gradient(270deg, rgba(48, 44, 33, .71), rgba(48, 44, 33, .71)), url('../images/slide_dica.jpg');
  background-image: linear-gradient(180deg, rgba(48, 44, 33, .71), rgba(48, 44, 33, .71)), url('../images/slide_dica.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.topo.onde_fica {
  background-image: -webkit-linear-gradient(270deg, rgba(48, 44, 33, .71), rgba(48, 44, 33, .71)), url('../images/slide_ONDEFICA.jpg');
  background-image: linear-gradient(180deg, rgba(48, 44, 33, .71), rgba(48, 44, 33, .71)), url('../images/slide_ONDEFICA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.topo.epoca {
  background-image: -webkit-linear-gradient(270deg, rgba(48, 44, 33, .78), rgba(48, 44, 33, .78)), url('../images/slide_MELHOREPOCA.jpg');
  background-image: linear-gradient(180deg, rgba(48, 44, 33, .78), rgba(48, 44, 33, .78)), url('../images/slide_MELHOREPOCA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-6 {
  font-family: 'Titillium Up', sans-serif;
  color: #fff;
  font-size: 56px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-8 {
  display: block;
  width: auto;
  margin: 0px auto;
  padding-right: 55px;
  padding-bottom: 0px;
  padding-left: 14px;
  font-family: 'Titillium Up', sans-serif;
  color: #000;
  line-height: 22px;
  text-align: left;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  padding-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5._2 {
  padding-top: 53px;
}

.paragraph-9 {
  font-family: 'Titillium Up', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.heading-11 {
  font-family: 'Titillium Up', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
}

.heading-12 {
  padding-right: 68px;
  line-height: 29px;
}

.section-6 {
  padding-top: 64px;
  padding-bottom: 60px;
  background-color: #d8d0b8;
}

.div-block-9 {
  height: auto;
  margin-bottom: 30px;
  background-color: #fff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 195px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/machu-especial.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/machu-especial.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 176px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 20px 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Titillium Up', sans-serif;
}

.text-block-7 {
  font-family: 'Titillium Up', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.text-block-7._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-top: 21px;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #575038;
}

.button {
  display: block;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 14px;
  background-color: #a09264;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Titillium, sans-serif;
  font-size: 18px;
  text-align: center;
}

.button:hover {
  background-color: #666150;
}

.image-5 {
  margin-right: 27px;
  float: left;
}

.imagem_pacote {
  border: 1px solid #fff8e2;
}

.section-7 {
  padding-top: 92px;
  padding-bottom: 58px;
  background-color: #9c9479;
}

.paragraph-11 {
  font-family: 'Titillium Up', sans-serif;
  color: #fff;
}

.column-13 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-14 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-15 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-11 {
  width: 36px;
  height: 5px;
  background-color: #fff;
}

.paragraph-12 {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Titillium Up', sans-serif;
  text-align: center;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1px;
  border-radius: 0px;
  opacity: 0.73;
}

.roteiro_titulo {
  margin-top: 26px;
  text-align: center;
}

.paragraph-13 {
  margin-top: 6px;
  padding: 10px 10px 12px;
  border-top: 1px solid #9c9479;
  background-color: transparent;
  font-family: 'Titillium Up', sans-serif;
  color: #4e4e4e;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9c9479;
}

.section-8.claro {
  padding-top: 45px;
  padding-bottom: 54px;
  background-color: #f6f3e6;
}

.paragraph-14 {
  margin-top: 21px;
  margin-bottom: 0px;
  padding-right: 24px;
  font-family: 'Titillium Up', sans-serif;
  font-size: 14px;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-13 {
  margin-top: 0px;
}

.heading-14 {
  margin-top: 4px;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-7 {
  margin-bottom: 34px;
  border: 1px solid #d1cab2;
}

.column-17 {
  margin-top: 26px;
  padding-left: 31px;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-4 {
  margin-top: 55px;
  margin-bottom: 38px;
}

.column-19 {
  padding-left: 31px;
}

.image-8 {
  margin-top: 0px;
  padding-top: 0px;
  border: 1px solid #ddd5b8;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-16 {
  margin-top: 0px;
}

.heading-16._2 {
  margin-bottom: 26px;
  padding-right: 22px;
  padding-left: 16px;
  line-height: 32px;
}

.row-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-17 {
  margin-top: 10px;
}

.image-9 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .footer {
    padding-right: 34px;
    padding-bottom: 7px;
    padding-left: 25px;
  }
  .section {
    padding-top: 18px;
  }
  .section._1 {
    padding-top: 10px;
  }
  .paragraph {
    padding-bottom: 19px;
  }
  .titulo_white {
    line-height: 35px;
  }
  .heading-4 {
    line-height: 32px;
  }
  .nav-link {
    padding-right: 7px;
    padding-left: 7px;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 401px;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-3 {
    display: block;
    float: left;
  }
  .paragraph-5 {
    padding-top: 6px;
    padding-right: 19px;
    padding-left: 19px;
  }
  .div-block-5 {
    height: 213px;
    padding-right: 13px;
  }
  .div-block-5._2 {
    height: 555px;
  }
  .text-block-4 {
    display: block;
    margin-bottom: 17px;
    float: none;
    text-align: right;
  }
  .heading-7 {
    margin-top: 22px;
  }
  .div-block-8 {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-8 {
    padding-right: 105px;
    line-height: 29px;
  }
  .heading-11 {
    font-size: 43px;
    text-align: center;
  }
  .paragraph-10 {
    height: 235px;
  }
  .image-5 {
    margin-right: 0px;
  }
  .section-7 {
    padding-top: 53px;
    padding-bottom: 32px;
  }
  .paragraph-12 {
    height: 254px;
    padding-right: 10px;
    padding-left: 8px;
  }
  .paragraph-14 {
    margin-top: 8px;
    padding-right: 22px;
  }
  .heading-13 {
    line-height: 28px;
  }
  .heading-15 {
    line-height: 27px;
  }
  .heading-16 {
    line-height: 32px;
  }
  .heading-17 {
    padding-right: 60px;
    line-height: 26px;
  }
  .image-9 {
    width: auto;
  }
}

@media (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .section.light {
    padding-right: 17px;
    padding-left: 10px;
  }
  .section.dark {
    padding-right: 24px;
    padding-left: 24px;
  }
  .column {
    padding-left: 15px;
  }
  .text-block {
    font-size: 22px;
  }
  .section-4 {
    height: auto;
    padding: 104px 30px 91px;
  }
  .heading-4 {
    text-align: center;
  }
  .navbar {
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 60px;
    height: 60px;
    font-size: 0px;
  }
  .paragraph-3 {
    padding-right: 0px;
  }
  .text-block-2 {
    margin-bottom: 3px;
  }
  .div-block-4 {
    min-height: 430px;
  }
  .div-block-5 {
    height: auto;
    padding-top: 14px;
    padding-bottom: 24px;
  }
  .div-block-5._2 {
    height: 396px;
  }
  .div-block-6 {
    height: 151px;
  }
  .text-block-4 {
    float: none;
    text-align: right;
  }
  .paragraph-7 {
    font-size: 12px;
    line-height: 17px;
  }
  .heading-7 {
    margin-top: 13px;
    margin-bottom: 0px;
    font-size: 72px;
  }
  .comidas_image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .column-4 {
    padding-right: 0px;
  }
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-8 {
    padding-right: 19px;
  }
  .section-5 {
    padding-left: 10px;
  }
  .section-5._2 {
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 16px;
  }
  .heading-11 {
    padding-right: 37px;
    padding-left: 39px;
    line-height: 51px;
    text-align: center;
  }
  .heading-12 {
    margin-bottom: 2px;
  }
  .section-6 {
    padding-top: 23px;
    padding-bottom: 0px;
  }
  .paragraph-10 {
    height: 261px;
    padding-right: 10px;
    padding-left: 13px;
    font-size: 12px;
  }
  .text-block-7._2 {
    height: 44px;
    padding-right: 11px;
    padding-left: 9px;
    font-size: 19px;
    line-height: 22px;
  }
  .icon {
    font-size: 39px;
  }
  .menu-button {
    padding: 10px 8px 1px;
  }
  .paragraph-12 {
    height: 149px;
    margin-bottom: 21px;
  }
  .section-8 {
    padding-top: 0px;
    padding-bottom: 6px;
  }
  .section-8.claro {
    padding-bottom: 20px;
  }
  .paragraph-14 {
    margin-bottom: 26px;
  }
  .row-5 {
    padding-right: 28px;
    padding-left: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-13 {
    text-align: center;
  }
  .heading-15 {
    text-align: center;
  }
  .column-17 {
    padding-left: 15px;
  }
  .column-18 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-19 {
    padding-top: 22px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-8 {
    margin-top: 15px;
  }
  .heading-16 {
    text-align: center;
  }
  .row-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-17 {
    text-align: center;
  }
  .column-20 {
    margin-top: 31px;
  }
}

@media (max-width: 479px) {
  .footer {
    padding-top: 47px;
  }
  .section {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.light {
    padding-right: 10px;
  }
  .section.dark {
    padding-top: 43px;
    padding-right: 15px;
    padding-left: 15px;
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, contain, auto;
  }
  .heading-2.center {
    text-align: center;
  }
  .slider {
    height: 234px;
  }
  .div-block-3 {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .column-2 {
    padding-bottom: 0px;
  }
  .section-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-3._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text-block {
    padding-left: 0px;
  }
  .section-4 {
    height: 100vh;
  }
  .white {
    padding-right: 0px;
  }
  .heading-4 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .row {
    display: block;
    margin-right: 0px;
  }
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #1a1a1a;
    text-align: center;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .navbar {
    background-color: #fff;
  }
  .heading-5 {
    margin-top: 19px;
  }
  .text-block-2 {
    font-size: 19px;
  }
  .slide-nav {
    padding-top: 14px;
    font-size: 9px;
  }
  .coluna {
    margin-bottom: 16px;
  }
  .row-2 {
    display: block;
  }
  .div-block-5 {
    height: auto;
    padding-top: 13px;
    padding-bottom: 17px;
  }
  .link {
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 6px;
    float: none;
  }
  .link.w--current {
    margin-bottom: 6px;
  }
  .text-block-4 {
    display: block;
    margin-bottom: 19px;
    float: none;
    font-size: 11px;
    text-align: left;
  }
  .heading-7 {
    line-height: 59px;
  }
  .heading-8 {
    padding-right: 22px;
  }
  .slider-2 {
    margin-bottom: 21px;
  }
  .image-4 {
    display: block;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
  }
  .slider-3 {
    margin-top: 18px;
  }
  .passeios {
    padding-top: 33px;
    padding-bottom: 10px;
  }
  .row-4 {
    padding-top: 20px;
  }
  .paragraph-8 {
    margin-bottom: 17px;
    float: left;
  }
  .section-5 {
    padding-bottom: 33px;
  }
  .heading-11 {
    display: block;
    font-size: 40px;
    line-height: 39px;
  }
  .paragraph-10 {
    height: 121px;
    padding-right: 6px;
  }
  .text-block-7._2 {
    height: 40px;
    margin-top: 13px;
    margin-bottom: 14px;
  }
  .image-5 {
    margin-right: 0px;
  }
  .menu-button {
    padding-top: 9px;
  }
  .nav-menu {
    background-color: #000;
    text-align: center;
  }
  .section-8.claro {
    padding-top: 21px;
  }
  .paragraph-14 {
    margin-bottom: 6px;
    padding-right: 0px;
  }
  .row-5 {
    padding-right: 13px;
    padding-left: 17px;
  }
  .heading-13 {
    margin-top: 14px;
    line-height: 26px;
    text-align: center;
  }
  .heading-13._2 {
    margin-top: 8px;
    line-height: 25px;
  }
  .column-17 {
    padding-left: 12px;
  }
  .column-18 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-19 {
    padding-left: 18px;
  }
  .row-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-21 {
    padding-right: 21px;
    padding-left: 23px;
  }
}

@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-BoldUpright.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-ThinUpright.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-LightUpright.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-RegularUpright.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-SemiboldUpright.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}