.nav-link {
  margin-left: 10px;
  padding-right: 15px;
  padding-bottom: 11px;
  padding-left: 15px;
  -webkit-transition: all 442ms ease;
  transition: all 442ms ease;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  padding-bottom: 11px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  box-shadow: inset 0 -1px 0 0 #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.contato {
  margin-top: 17px;
  margin-right: 22px;
  margin-left: 32px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  text-align: center;
}

.nav-link.contato.white {
  margin-top: 11px;
  margin-right: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: inset 0 0 0 1px #fff;
}

.nav-link.contato.white:hover {
  background-color: #fff;
  color: #000;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  height: 92px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), transparent);
  color: transparent;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 17%;
  padding-bottom: 44px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(46%, rgba(24, 24, 24, 0)), to(rgba(80, 49, 40, 0.77))), -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.25)), to(rgba(39, 39, 39, 0.25))), url('../images/header_TM.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0) 46%, rgba(80, 49, 40, 0.77)), linear-gradient(180deg, rgba(39, 39, 39, 0.25), rgba(39, 39, 39, 0.25)), url('../images/header_TM.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.container {
  padding-right: 209px;
  padding-left: 209px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  font-family: Titillium, sans-serif;
  font-size: 73px;
  line-height: 71px;
  text-align: center;
}

.heading-2 {
  margin-top: 8px;
  font-family: Titillium, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.body {
  background-color: #b6a291;
  line-height: 26px;
}

.brand {
  height: 100%;
  margin-right: 62px;
  padding-top: 24px;
  padding-left: 34px;
}

.brand.w--current {
  padding-top: 24px;
  padding-left: 34px;
}

.container-2 {
  padding-top: 16px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 107px;
  padding-bottom: 107px;
  -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: #ada284;
}

.paragraph {
  font-family: Titillium, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.paragraph.white {
  color: #fff;
  line-height: 25px;
}

.paragraph.white.inicio {
  margin-top: 46px;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: Titillium, sans-serif;
  font-size: 41px;
  line-height: 47px;
  font-weight: 300;
}

.heading-3.white {
  color: #fff;
}

.section-2 {
  display: none;
  height: 110vh;
  padding-top: 144px;
  padding-bottom: 79px;
  -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-gradient(linear, left top, left bottom, from(rgba(255, 251, 239, 0.28)), to(rgba(255, 251, 239, 0.28))), -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 92.2%, 0)), color-stop(67%, rgba(243, 237, 233, 0.88)), color-stop(87%, #f3ede9)), url('../images/vantagens.jpg');
  background-image: linear-gradient(180deg, rgba(255, 251, 239, 0.28), rgba(255, 251, 239, 0.28)), linear-gradient(90deg, hsla(0, 0%, 92.2%, 0), rgba(243, 237, 233, 0.88) 67%, #f3ede9 87%), url('../images/vantagens.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.container-3 {
  margin-top: 0px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.text-block {
  margin-top: 23px;
  font-family: Titillium, sans-serif;
  color: #f8edd5;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.section-3 {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 69px;
  background-color: #9c5f3b;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 91px;
  padding-bottom: 165px;
  padding-left: 0%;
  -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: #1f1f1f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.42)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
}

.heading-4 {
  margin-top: 6px;
  margin-bottom: 32px;
  padding-bottom: 0px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.heading-4._2 {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.36);
  font-size: 15px;
  line-height: 41px;
  letter-spacing: 4px;
}

.column-2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.mes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 183px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 10px 15px 19px;
  -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;
  background-color: #494949;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 41, 11, 0.53)), to(rgba(37, 41, 11, 0.53))), url('../images/icon_benin.jpg');
  background-image: linear-gradient(180deg, rgba(37, 41, 11, 0.53), rgba(37, 41, 11, 0.53)), url('../images/icon_benin.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 408ms ease;
  transition: all 408ms ease;
  text-decoration: none;
}

.mes:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.47);
  opacity: 0.75;
}

.mes._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-bottom: 19px;
  padding-left: 15px;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 100, 129, 0.34)), to(rgba(62, 100, 129, 0.34))), url('../images/icon_islandia.jpg');
  background-image: linear-gradient(180deg, rgba(62, 100, 129, 0.34), rgba(62, 100, 129, 0.34)), url('../images/icon_islandia.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.mes._1.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 30vh;
  padding-top: 27px;
  padding-bottom: 0px;
  float: left;
  -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-gradient(linear, left top, left bottom, from(rgba(66, 66, 66, 0.51)), to(rgba(66, 66, 66, 0.51))), url('../images/5_1.jpg');
  background-image: linear-gradient(180deg, rgba(66, 66, 66, 0.51), rgba(66, 66, 66, 0.51)), url('../images/5_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._1.home.caucaso {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, 0.43)), to(rgba(37, 37, 37, 0.43))), url('../images/2-topo.jpg');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, 0.43), rgba(37, 37, 37, 0.43)), url('../images/2-topo.jpg');
  background-position: 0px 0px, 50% 0%;
}

.mes._1.home.marrocos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 47, 47, 0.51)), to(rgba(48, 47, 47, 0.51))), url('../images/marrocos_4.jpg');
  background-image: linear-gradient(180deg, rgba(48, 47, 47, 0.51), rgba(48, 47, 47, 0.51)), url('../images/marrocos_4.jpg');
  background-size: auto, cover;
}

.mes._2 {
  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: 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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 81, 62, 0.47)), to(rgba(129, 81, 62, 0.47))), url('../images/icon_atacama.jpg');
  background-image: linear-gradient(180deg, rgba(129, 81, 62, 0.47), rgba(129, 81, 62, 0.47)), url('../images/icon_atacama.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._2.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 30vh;
  padding-top: 27px;
  padding-bottom: 0px;
  float: left;
  -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-gradient(linear, left top, left bottom, from(rgba(41, 40, 40, 0.5)), to(rgba(41, 40, 40, 0.5))), url('../images/5.jpg');
  background-image: linear-gradient(180deg, rgba(41, 40, 40, 0.5), rgba(41, 40, 40, 0.5)), url('../images/5.jpg');
  background-size: auto, cover;
}

.mes._2.home.cuba {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.38)), to(rgba(39, 39, 39, 0.38))), url('../images/principal.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.38), rgba(39, 39, 39, 0.38)), url('../images/principal.jpg');
  background-position: 0px 0px, 50% 78%;
  background-size: auto, cover;
}

.mes._2.home.ira {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 46, 46, 0.53)), to(rgba(46, 46, 46, 0.53))), url('../images/1_2.jpg');
  background-image: linear-gradient(180deg, rgba(46, 46, 46, 0.53), rgba(46, 46, 46, 0.53)), url('../images/1_2.jpg');
  background-position: 0px 0px, 50% 50%;
}

.mes._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 104, 74, 0.45)), to(rgba(150, 104, 74, 0.45))), url('../images/icon_marrocos.jpg');
  background-image: linear-gradient(180deg, rgba(150, 104, 74, 0.45), rgba(150, 104, 74, 0.45)), url('../images/icon_marrocos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._3.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.7%;
  height: 30vh;
  float: left;
}

.mes._4 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 93, 28, 0.46)), to(rgba(72, 93, 28, 0.46))), url('../images/icon_irlanda.jpg');
  background-image: linear-gradient(180deg, rgba(72, 93, 28, 0.46), rgba(72, 93, 28, 0.46)), url('../images/icon_irlanda.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._4.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.7%;
  height: 30vh;
  float: left;
}

.mes._5 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 74, 39, 0.27)), to(rgba(93, 74, 39, 0.27))), url('../images/icon_mongolia.jpg');
  background-image: linear-gradient(180deg, rgba(93, 74, 39, 0.27), rgba(93, 74, 39, 0.27)), url('../images/icon_mongolia.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._5.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.7%;
  height: 30vh;
  float: left;
}

.mes._6 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 55, 90, 0.52)), to(rgba(32, 55, 90, 0.52))), url('../images/icon_uzbequistao.jpg');
  background-image: linear-gradient(180deg, rgba(32, 55, 90, 0.52), rgba(32, 55, 90, 0.52)), url('../images/icon_uzbequistao.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._6.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.7%;
  height: 30vh;
  float: left;
}

.mes._7 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 55, 31, 0.58)), to(rgba(97, 55, 31, 0.58))), url('../images/icon_etiopia.jpg');
  background-image: linear-gradient(180deg, rgba(97, 55, 31, 0.58), rgba(97, 55, 31, 0.58)), url('../images/icon_etiopia.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._7.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.7%;
  height: 30vh;
  float: left;
}

.mes._8 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 60, 21, 0.48)), to(rgba(82, 60, 21, 0.48))), url('../images/icon_myanmar.jpg');
  background-image: linear-gradient(180deg, rgba(82, 60, 21, 0.48), rgba(82, 60, 21, 0.48)), url('../images/icon_myanmar.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._8.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.7%;
  height: 30vh;
  float: left;
}

.mes._9 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 53, 19, 0.49)), to(rgba(83, 53, 19, 0.49))), url('../images/icon_egito.jpg');
  background-image: linear-gradient(180deg, rgba(83, 53, 19, 0.49), rgba(83, 53, 19, 0.49)), url('../images/icon_egito.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._9.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.7%;
  height: 30vh;
  float: left;
}

.mes._10 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 61, 8, 0.59)), to(rgba(51, 61, 8, 0.59))), url('../images/icon_benin.jpg');
  background-image: linear-gradient(180deg, rgba(51, 61, 8, 0.59), rgba(51, 61, 8, 0.59)), url('../images/icon_benin.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._10.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 30vh;
  padding-top: 27px;
  padding-bottom: 0px;
  float: left;
  -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-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.47)), to(rgba(53, 53, 53, 0.47))), url('../images/destaque_2.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.47), rgba(53, 53, 53, 0.47)), url('../images/destaque_2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  text-align: center;
}

.mes._10.home.egito {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, 0.52)), to(rgba(37, 37, 37, 0.52))), url('../images/egito_1.jpg');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url('../images/egito_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mes._11 {
  background-color: #966;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.mes._12 {
  background-color: #523b3b;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.text-block-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0px;
}

.text-block-2._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Titillium, sans-serif;
  font-size: 32px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text-block-3 {
  display: block;
  margin-top: 6px;
  margin-bottom: 9px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Titillium, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 97%;
  line-height: 19px;
  text-align: center;
}

.text-block-4 {
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
}

.text-block-4.esgotado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -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-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.48);
  background-color: rgba(0, 0, 0, 0.63);
  font-size: 15px;
  line-height: 37px;
  font-weight: 600;
  text-align: center;
}

.text-block-4.esgotado._2 {
  padding-top: 8px;
  line-height: 20px;
  text-transform: uppercase;
}

.row {
  margin-bottom: 0px;
}

.div-block {
  width: 20%;
  height: 6%;
  margin-top: 9px;
  margin-bottom: 9px;
  border-top: 1px solid #fff;
}

.text-block-5 {
  margin-bottom: 0px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 4px;
}

.section-5 {
  padding-top: 45px;
  padding-bottom: 186px;
  background-color: #e2e2e2;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Titillium, sans-serif;
  color: #383838;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.link-block:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.link-block._2 {
  width: 80%;
  margin-top: 29px;
  padding: 10px 88px 53px;
  -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-top: 1px solid #c3956c;
  -webkit-filter: none;
  filter: none;
  text-align: center;
  cursor: pointer;
}

.link-block._2:hover {
  -webkit-filter: none;
  filter: none;
}

.heading-5 {
  margin-bottom: 6px;
  font-family: Titillium, sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: right;
}

.heading-5.depoi {
  margin-top: 4px;
  margin-bottom: 37px;
  font-size: 31px;
  text-align: left;
}

.heading-5.interno {
  text-align: left;
}

.text-block-6 {
  margin-bottom: 13px;
  color: #494949;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-block-6.white {
  color: #c59a5c;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.rodap {
  padding-top: 108px;
  padding-bottom: 92px;
  border-top: 1px none #bdbdbd;
  background-color: #856142;
  color: #3b3232;
}

.div-block-2 {
  width: 100%;
  height: 161px;
  margin-bottom: 19px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.09))), url('../images/blog_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/blog_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2._2 {
  background-image: url('../images/blog_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-2 {
  margin-bottom: 4px;
  color: #494949;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-2.white {
  color: #fff;
}

.text-block-7 {
  display: block;
  margin-top: 12px;
  margin-right: 8px;
  padding: 7px 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 2px solid silver;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-7:hover {
  background-color: transparent;
  color: #b6b6b6;
}

.text-block-7.center {
  padding-left: 15px;
  color: #fff;
  text-align: center;
}

.text-block-7.center:hover {
  color: #c3956c;
}

.validate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.field-label {
  display: inline-block;
  margin-bottom: 8px;
  float: none;
  font-family: Titillium, sans-serif;
  color: #a7946d;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
}

.text-block-8 {
  margin-bottom: 12px;
  font-family: Titillium, sans-serif;
  color: #cecece;
  font-style: italic;
  text-align: left;
}

.text-field {
  display: block;
  height: 40px;
  margin-left: 0px;
  padding-left: 17px;
  float: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  font-family: Titillium, sans-serif;
}

.submit-button {
  height: 40px;
  margin-right: 46px;
  float: right;
  border: 1px solid #7e7e7e;
  background-color: #313131;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Titillium, sans-serif;
  line-height: 20px;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #929292;
}

.column-3 {
  padding-top: 34px;
  padding-right: 26px;
  text-align: right;
}

.link {
  display: block;
  width: 180px;
  padding-top: 3px;
  padding-bottom: 2px;
  float: left;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.12);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Titillium, sans-serif;
  color: #969592;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.column-4 {
  padding-top: 0px;
}

.section-6 {
  padding-top: 14px;
  padding-bottom: 12px;
  background-color: #1d1b19;
}

.text-block-9 {
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.image {
  display: block;
  margin-bottom: 10px;
  float: right;
  text-align: right;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.link-block-2 {
  display: block;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  opacity: 1;
  font-family: Titillium, sans-serif;
  color: #fff8f8;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mask {
  height: 100vh;
}

.slide {
  height: 90vh;
}

.slider {
  display: block;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-size: 7px;
  line-height: 24px;
}

.container-4 {
  position: absolute;
  left: 0px;
  top: 25%;
  right: 0px;
  bottom: 95px;
  z-index: 6;
  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-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;
  text-align: left;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 95px;
  padding-bottom: 94px;
  -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: #e6e4df;
}

.heading-6 {
  margin-top: 14px;
  margin-bottom: 0px;
  padding-right: 140px;
  padding-left: 140px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 39px;
  line-height: 52px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.slide-nav {
  bottom: -8px;
  margin-bottom: 0px;
  -webkit-transform: rotateX(-88deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-88deg) rotateY(0deg) rotateZ(0deg);
  font-family: Titillium, sans-serif;
  font-size: 57px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.icon {
  margin-right: 10px;
}

.icon-2 {
  margin-left: 10px;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/islandia_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/islandia_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.text-block-10 {
  display: block;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 37px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.div-block-3 {
  display: block;
  width: 25px;
  height: 2px;
  margin: 27px auto 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.body-2 {
  line-height: 25px;
}

.div-block-4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 300px;
  height: auto;
  margin-bottom: -135px;
  padding: 0px 0px 23px;
  background-color: transparent;
}

.text-block-11 {
  margin-bottom: 22px;
  font-family: Titillium, sans-serif;
  font-size: 22px;
  text-align: center;
}

.button {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4b4b4b;
  font-family: Titillium, sans-serif;
  font-size: 19px;
  text-align: center;
}

.text-block-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  font-family: Titillium, sans-serif;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-5 {
  background-color: #1d1d1d;
}

.div-block-6 {
  padding: 20px;
  background-color: #e4e4e4;
}

.calendario {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 14;
  display: none;
  width: 100%;
  padding-left: 0%;
  -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: rgba(19, 19, 19, 0.9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.62)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62));
}

.link-block-4 {
  position: absolute;
  top: 100px;
  right: 0px;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 60px;
  float: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 53px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-block-4:hover {
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  color: hsla(0, 0%, 100%, 0.5);
}

.text-block-13 {
  font-size: 94px;
  line-height: 17px;
  font-weight: 100;
}

.container-5 {
  padding-left: 0px;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/islandia_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/islandia_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #353535;
  background-color: rgba(26, 26, 26, 0.92);
}

.brand-2 {
  z-index: 10;
  padding: 15px 18px 15px 17px;
}

.nav-link-2 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.nav-link-2:hover {
  box-shadow: inset 0 -2px 0 0 #fff;
}

.nav-link-2.w--current {
  color: silver;
}

.nav-link-2._2 {
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 13px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #292929;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.nav-link-2._2:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.container-6 {
  border-bottom: 1px none #000;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/islandia_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/islandia_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/islandia_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/islandia_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/islandia_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/islandia_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-7 {
  margin-top: 7px;
  margin-bottom: 22px;
  font-family: Titillium, sans-serif;
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading-7._2 {
  margin-top: 27px;
}

.heading-7._3 {
  margin-top: 30px;
}

.paragraph-3 {
  margin-bottom: 21px;
  font-family: Titillium, sans-serif;
  font-size: 15px;
}

.paragraph-3._2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  font-weight: 300;
}

.paragraph-3._3 {
  margin-bottom: 20px;
  color: #d1cdc0;
  line-height: 25px;
}

.paragraph-3._3 {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 58px;
  color: #d1cdc0;
  line-height: 25px;
}

.column-6 {
  padding-right: 70px;
  padding-left: 32px;
}

.text-block-14 {
  display: inline;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 13px 13px 12px;
  border: 1px none #fff;
  background-color: transparent;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-7 {
  margin: 53px -25px 44px -138px;
  padding: 58px 42px 41px;
  background-color: #f5f5f5;
  box-shadow: 35px 35px 37px -7px rgba(0, 0, 0, 0.01);
}

.div-block-7._2 {
  padding-top: 42px;
  padding-bottom: 29px;
}

.image-3 {
  margin-top: 59px;
}

.container-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-8 {
  padding-top: 50px;
  padding-bottom: 118px;
  background-color: #ddb487;
}

.section-8.islandia {
  background-color: #4e748a;
}

.section-8.atacama {
  background-color: #ca7d6c;
}

.section-8.marrocos {
  padding-bottom: 99px;
  background-color: #be8660;
}

.section-8.irlanda {
  background-color: #7f855f;
}

.section-8.mongolia {
  background-color: #5c6b74;
}

.section-8.uzbequistao {
  background-color: #638fb3;
}

.section-8.etiopia {
  background-color: #c19275;
}

.section-8.myanmar {
  background-color: #6d5772;
}

.section-8.egito {
  background-color: #dbb183;
}

.section-8.benin {
  background-color: #808859;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-9 {
  padding-top: 47px;
  padding-bottom: 88px;
  background-color: #e6e4df;
}

.paragraph-4 {
  font-family: Titillium, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.text-block-15 {
  letter-spacing: 1px;
}

.div-block-8 {
  margin-top: -97px;
  margin-bottom: 16px;
  padding: 14px 40px 39px;
  background-color: #fafafa;
  box-shadow: 21px 21px 39px 0 rgba(0, 0, 0, 0.05);
}

.column-7 {
  margin-top: 15px;
  padding-right: 98px;
}

.nav-menu {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.text-span {
  margin-top: 0px;
  font-size: 13px;
  line-height: 7px;
  font-weight: 300;
}

.paragraph-5 {
  width: 100%;
  padding-top: 0px;
  font-family: Titillium, sans-serif;
  font-size: 15px;
}

.paragraph-5._2 {
  padding-top: 12px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-6 {
  margin-right: 26px;
  float: left;
}

.container-8 {
  padding-left: 36px;
}

.image-7 {
  margin-right: 15px;
  padding-right: 0px;
  float: left;
}

.div-block-10 {
  margin-top: 60px;
}

.text-block-16 {
  display: block;
  margin-top: 8px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-right: 48px;
  padding-bottom: 32px;
  border-bottom: 1px none #b2b2b2;
  font-family: Titillium, sans-serif;
  color: #4b4b4b;
  font-size: 42px;
  font-weight: 600;
}

.text-block-17 {
  font-family: Titillium, sans-serif;
  color: #77736b;
  font-size: 18px;
}

.text-span-2 {
  font-weight: 300;
}

.text-block-18 {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 26px;
  padding-top: 61px;
  border-top: 1px solid #b8b6ab;
  font-family: Titillium, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.text-block-19 {
  padding-top: 11px;
  padding-left: 86px;
  font-family: Titillium, sans-serif;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 300;
}

.button-2 {
  display: block;
  width: 100%;
  margin-right: 32px;
  margin-bottom: 45px;
  padding: 17px 52px 16px 48px;
  border: 1px none #000;
  background-color: #414141;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.button-2:hover {
  border-style: none;
  background-color: rgba(77, 76, 76, 0);
  box-shadow: inset 0 0 0 2px #7c7c7c;
  color: #555;
}

.image-8 {
  display: inline-block;
  margin-left: 22px;
  float: left;
}

.link-block-5 {
  color: #5c5c5c;
  text-decoration: none;
}

.nav-menu-2 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  float: none;
}

.div-block-11 {
  display: block;
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
}

.heading-8 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  direction: ltr;
}

.div-block-12 {
  margin-top: -105px;
  padding: 30px 25px 24px;
  background-color: #fafafa;
  box-shadow: 24px 24px 34px 0 rgba(0, 0, 0, 0.03);
}

.div-block-12.interno {
  margin-top: -32px;
  padding: 25px;
}

.section-10 {
  padding-top: 53px;
  padding-bottom: 56px;
}

.text-block-20 {
  font-family: Titillium, sans-serif;
  color: rgba(51, 51, 51, 0.52);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.text-block-20.white {
  color: #e0d8b9;
  text-align: left;
}

.column-8 {
  padding-right: 17px;
}

.column-8.interno {
  color: #fff;
}

.text-block-21 {
  font-family: Titillium, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
}

.image-9 {
  margin-bottom: -66px;
  margin-left: 68px;
  padding-top: 21px;
  padding-left: 0px;
  box-shadow: 29px 29px 28px 0 rgba(0, 0, 0, 0.05);
}

.depoimentos {
  padding-top: 0px;
  padding-bottom: 0px;
}

.slider-2 {
  margin-top: -40px;
  background-color: transparent;
}

.container-9 {
  margin-top: 0px;
}

.div-block-13 {
  background-color: #f8f8f8;
}

.section-11 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
  font-size: 8px;
}

.slide-8 {
  margin-top: 0px;
}

.slider-3 {
  height: auto;
  margin-top: 0px;
  background-color: transparent;
}

.image-10 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.48);
  box-shadow: 18px 18px 28px 0 rgba(0, 0, 0, 0.05);
}

.paragraph-6 {
  font-family: Titillium, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.column-9 {
  margin-top: 52px;
  padding-top: 0px;
  padding-left: 46px;
}

.depoimento {
  font-size: 17px;
  line-height: 36px;
  font-style: normal;
}

.text-span-3 {
  float: right;
  color: #fff;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
}

.row-2 {
  line-height: 21px;
}

.text-block-22 {
  font-family: Titillium, sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
}

.section-12 {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #d5d0b6;
}

.slide-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 53, 34, 0.38)), to(rgba(119, 53, 34, 0.38))), url('../images/atacama_1.jpg');
  background-image: linear-gradient(180deg, rgba(119, 53, 34, 0.38), rgba(119, 53, 34, 0.38)), url('../images/atacama_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.slide-10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 34, 29, 0.26)), to(rgba(80, 34, 29, 0.26))), url('../images/atacama_2.jpg');
  background-image: linear-gradient(180deg, rgba(80, 34, 29, 0.26), rgba(80, 34, 29, 0.26)), url('../images/atacama_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/atacama_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/atacama_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, 0.26)), to(rgba(37, 37, 37, 0.26))), url('../images/atacama_4.jpg');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, 0.26), rgba(37, 37, 37, 0.26)), url('../images/atacama_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/atacama_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/atacama_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/atacama_6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/atacama_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-15 {
  background-image: url('../images/marrocos_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-16 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/marrocos_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/marrocos_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-17 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/marrocos_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/marrocos_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-18 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/marrocos_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/marrocos_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-19 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/marrocos_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/marrocos_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-20 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/marrocos_6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/marrocos_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-21 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/marrocos_7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/marrocos_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-22 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/irlanda_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/irlanda_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-23 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 50, 70, 0.44)), to(rgba(40, 50, 70, 0.44))), url('../images/irlanda_2.jpg');
  background-image: linear-gradient(180deg, rgba(40, 50, 70, 0.44), rgba(40, 50, 70, 0.44)), url('../images/irlanda_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-24 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/irlanda_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/irlanda_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-25 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/irlanda_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/irlanda_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-26 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/irlanda_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/irlanda_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-27 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/irlanda_6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/irlanda_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-28 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/irlanda_7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/irlanda_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-29 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 68, 95, 0.31)), to(rgba(18, 68, 95, 0.31))), url('../images/mongolia_1.jpg');
  background-image: linear-gradient(180deg, rgba(18, 68, 95, 0.31), rgba(18, 68, 95, 0.31)), url('../images/mongolia_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-30 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('../images/mongolia_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/mongolia_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-31 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/mongolia_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/mongolia_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-32 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 36, 23, 0.42)), to(rgba(40, 36, 23, 0.42))), url('../images/mongolia_4.jpg');
  background-image: linear-gradient(180deg, rgba(40, 36, 23, 0.42), rgba(40, 36, 23, 0.42)), url('../images/mongolia_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-33 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/mongolia_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/mongolia_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-34 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.37))), url('../images/mongolia_6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)), url('../images/mongolia_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-35 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/mongolia_7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/mongolia_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-36 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/uzbequistao_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/uzbequistao_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-37 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/uzbequistao_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/uzbequistao_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-38 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/uzbequistao_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/uzbequistao_3.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.slide-39 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/uzbequistao_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/uzbequistao_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-40 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/uzbequistao_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/uzbequistao_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-41 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.32)), to(rgba(36, 36, 36, 0.32))), url('../images/uzbequistao_6.jpg');
  background-image: linear-gradient(180deg, rgba(36, 36, 36, 0.32), rgba(36, 36, 36, 0.32)), url('../images/uzbequistao_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-42 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.15)), to(rgba(32, 32, 32, 0.15))), url('../images/uzbequistao_7.jpg');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.15), rgba(32, 32, 32, 0.15)), url('../images/uzbequistao_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-43 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.29)), to(rgba(36, 36, 36, 0.29))), url('../images/uzbequistao_8.jpg');
  background-image: linear-gradient(180deg, rgba(36, 36, 36, 0.29), rgba(36, 36, 36, 0.29)), url('../images/uzbequistao_8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-44 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 44, 3, 0.17)), to(rgba(82, 44, 3, 0.17))), url('../images/etiopia_1.jpg');
  background-image: linear-gradient(180deg, rgba(82, 44, 3, 0.17), rgba(82, 44, 3, 0.17)), url('../images/etiopia_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-45 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/etiopia_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/etiopia_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-46 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/etiopia_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/etiopia_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-47 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/etiopia_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/etiopia_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-48 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.21)), to(rgba(32, 32, 32, 0.21))), url('../images/etiopia_5.jpg');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.21), rgba(32, 32, 32, 0.21)), url('../images/etiopia_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-49 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.17)), to(rgba(51, 51, 51, 0.17))), url('../images/etiopia_6.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.17), rgba(51, 51, 51, 0.17)), url('../images/etiopia_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-50 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/etiopia_7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/etiopia_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-51 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 54, 54, 0.19)), to(rgba(54, 54, 54, 0.19))), url('../images/myanmar_1.jpg');
  background-image: linear-gradient(180deg, rgba(54, 54, 54, 0.19), rgba(54, 54, 54, 0.19)), url('../images/myanmar_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-52 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.38)), to(rgba(51, 51, 51, 0.38))), url('../images/myanmar_2.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.38), rgba(51, 51, 51, 0.38)), url('../images/myanmar_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-53 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.19)), to(rgba(41, 41, 41, 0.19))), url('../images/myanmar_3.jpg');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.19), rgba(41, 41, 41, 0.19)), url('../images/myanmar_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-54 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/myanmar_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/myanmar_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-55 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.25)), to(rgba(53, 53, 53, 0.25))), url('../images/myanmar_5.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.25), rgba(53, 53, 53, 0.25)), url('../images/myanmar_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-56 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.38)), to(rgba(39, 39, 39, 0.38))), url('../images/myanmar_6.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.38), rgba(39, 39, 39, 0.38)), url('../images/myanmar_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-57 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.18)), to(rgba(36, 36, 36, 0.18))), url('../images/myanmar_7.jpg');
  background-image: linear-gradient(180deg, rgba(36, 36, 36, 0.18), rgba(36, 36, 36, 0.18)), url('../images/myanmar_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-58 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/myanmar_8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/myanmar_8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-59 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/egito_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/egito_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-60 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 31, 0.19)), to(rgba(31, 31, 31, 0.19))), url('../images/egito_2.jpg');
  background-image: linear-gradient(180deg, rgba(31, 31, 31, 0.19), rgba(31, 31, 31, 0.19)), url('../images/egito_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-61 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.26)), to(rgba(26, 26, 26, 0.26))), url('../images/egito_3.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.26), rgba(26, 26, 26, 0.26)), url('../images/egito_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-62 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/egito_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/egito_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-63 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/egito_6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/egito_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-64 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12))), url('../images/egito_7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), url('../images/egito_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-65 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 91, 61, 0.43)), to(rgba(114, 91, 61, 0.43))), url('../images/egito_8.jpg');
  background-image: linear-gradient(180deg, rgba(114, 91, 61, 0.43), rgba(114, 91, 61, 0.43)), url('../images/egito_8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-66 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/benin_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/benin_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-67 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/benin_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/benin_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-68 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/benin_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/benin_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-69 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 19, 31, 0.21)), to(rgba(0, 19, 31, 0.21))), url('../images/benin_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 19, 31, 0.21), rgba(0, 19, 31, 0.21)), url('../images/benin_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-70 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/benin_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/benin_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-71 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 19, 6, 0.2)), to(rgba(58, 19, 6, 0.2))), url('../images/benin_6.jpg');
  background-image: linear-gradient(180deg, rgba(58, 19, 6, 0.2), rgba(58, 19, 6, 0.2)), url('../images/benin_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-72 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url('../images/benin_7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url('../images/benin_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-11 {
  height: auto;
  background-image: url('../images/destaque_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-7 {
  font-family: Titillium, sans-serif;
  color: #6b6b6b;
  font-size: 14px;
  text-align: left;
}

.text-span-4 {
  font-size: 18px;
}

.slide-73 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/myanmar_9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/myanmar_9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button-3 {
  margin-top: 16px;
  border: 1px solid #838383;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Titillium, sans-serif;
  color: #535353;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #fff;
}

.titulo {
  margin-top: 8px;
  margin-bottom: 1px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.heading-9 {
  margin-top: 6px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 74px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-15 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 41px;
  margin-top: -10px;
  margin-right: -15px;
  margin-left: -15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.image-14 {
  margin-top: 60px;
}

.text-block-23 {
  margin-bottom: 4px;
  font-family: Titillium, sans-serif;
  color: #e5e4dc;
  font-size: 31px;
  text-align: center;
}

.button-4 {
  position: static;
  margin-top: 27px;
  padding-top: 12px;
  padding-right: 27px;
  padding-left: 32px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.28);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Titillium, sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
}

.button-4:hover {
  box-shadow: inset 0 0 0 1px #f0ece3;
}

.container-10 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bold-text {
  font-size: 16px;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-left: 23px;
  background-color: transparent;
}

.brand-3 {
  padding-top: 12px;
}

.sub {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 46px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}

.sub:hover {
  color: hsla(0, 0%, 100%, 0.94);
}

.sub.w--current {
  color: #fff;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  padding-top: 259px;
  -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;
  background-color: #535353;
  color: #fff;
  font-size: 40px;
}

.section-13.namibia {
  height: 95vh;
  padding-top: 247px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(#1d1916)), url('../images/Namibia-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), #1d1916), url('../images/Namibia-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1784px;
}

.section-13.caucaso {
  background-image: url('../images/2.jpg'), -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(29, 25, 22, 0.51)), to(#1d1915));
  background-image: url('../images/2.jpg'), linear-gradient(180deg, rgba(29, 25, 22, 0.51) 70%, #1d1915);
  background-position: 50% 50%, 0px 0px;
}

.section-13.etiopia {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, rgba(29, 25, 22, 0.11)), to(#1d1915)), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(29, 25, 22, 0.11) 29%, #1d1915), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-13.etiopia.egito {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, rgba(29, 25, 22, 0.11)), to(#1d1915)), url('../images/egito_1.jpg');
  background-image: linear-gradient(180deg, rgba(29, 25, 22, 0.11) 29%, #1d1915), url('../images/egito_1.jpg');
}

.section-13.etiopia.ira {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, rgba(29, 25, 22, 0.11)), to(#1d1915)), url('../images/1_2.jpg');
  background-image: linear-gradient(180deg, rgba(29, 25, 22, 0.11) 29%, #1d1915), url('../images/1_2.jpg');
}

.section-13.noruega {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 25, 22, 0.22)), to(#1d1915)), url('../images/marrocos_1.jpg');
  background-image: linear-gradient(180deg, rgba(29, 25, 22, 0.22), #1d1915), url('../images/marrocos_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-13.caucaso {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(29, 25, 22, 0.51)), to(#1d1915)), url('../images/2-topo.jpg');
  background-image: linear-gradient(180deg, rgba(29, 25, 22, 0.51) 70%, #1d1915), url('../images/2-topo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.nav-menu-3 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 0px;
  padding: 6px 33px 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #272119;
}

.menu-button-3 {
  z-index: 1;
  padding: 11px;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

.menu-button-3:hover {
  background-color: rgba(0, 0, 0, 0.26);
}

.menu-button-3.w--open {
  z-index: 6;
  background-color: rgba(82, 82, 82, 0.32);
}

.image-15 {
  width: 145px;
}

.div-block-16 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 7;
  width: 100vw;
  height: 50px;
  padding-top: 19px;
  padding-left: 19px;
  cursor: pointer;
}

.text-block-24 {
  margin-top: 20px;
  margin-bottom: 43px;
  color: #d1d1d1;
  font-size: 19px;
  font-weight: 600;
}

.nav-link-3 {
  width: 100%;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 7px;
  border-top: 2px solid rgba(197, 172, 143, 0.1);
  border-bottom: 1px none #c5ac8f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c5ac8f;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link-3:hover {
  color: #fff3e5;
}

.name_travel {
  font-family: Titillium, sans-serif;
  font-size: 51px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.columns-3 {
  margin-top: 0px;
  padding-top: 58px;
  padding-bottom: 82px;
  border-top: 1px none #bf9f81;
}

.section-14 {
  padding: 75px 75px 42px;
  background-color: #1d1916;
}

.div-block-17 {
  height: 50vw;
  margin-bottom: 76px;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17._2 {
  background-image: url('../images/iStock-957443682.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17._3 {
  background-image: url('../images/1_1.jpg');
  background-size: cover;
}

.div-block-17._4 {
  background-image: url('../images/iStock-957443682.jpg');
  background-size: cover;
}

.div-block-17._5 {
  background-image: url('../images/marrocos_4.jpg');
  background-size: cover;
}

.div-block-17._6 {
  background-image: url('../images/iStock-871082204.jpg');
  background-size: cover;
}

.div-block-17.egito3 {
  background-image: url('../images/egito_8.jpg');
}

.div-block-17.ira1 {
  background-image: url('../images/33.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-16 {
  min-width: 250px;
  margin: 29px 40px 29px 29px;
  float: right;
}

.text-block-25 {
  margin-top: 13px;
  margin-bottom: 67px;
  color: #ba9a7d;
}

.button-5 {
  margin-top: 30px;
  padding: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.24);
  background-color: rgba(195, 162, 131, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  letter-spacing: 3px;
  cursor: pointer;
}

.button-5:hover {
  background-color: rgba(195, 162, 131, 0);
}

.div-block-18 {
  width: 100%;
  height: 500px;
  background-image: url('../images/iStock-1001534274.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-18._4 {
  height: 500px;
  background-image: url('../images/hoanib-skeleton-coast-camp-namibia-safaris-credit-caroline-culbert-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._2 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._1 {
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-18._5 {
  background-image: url('../images/iStock-155387450.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._6 {
  background-image: url('../images/4_1.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-18._7 {
  background-image: url('../images/3_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._8 {
  background-image: url('../images/iStock-157281974.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._9 {
  background-image: url('../images/iStock-638817830.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._10 {
  background-image: url('../images/marrocos_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._11 {
  background-image: url('../images/3_marroco.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._12 {
  background-image: url('../images/iStock-513491084.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._13 {
  background-image: url('../images/EXCURSIONS---HM-Queen-Sonjas-Panoramic-Hiking-Trail---Niels-Johansen.jpg');
  background-size: cover;
}

.div-block-18._2 {
  background-image: url('../images/iStock-1051648206.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18._1 {
  background-image: url('../images/iStock-1001534252.jpg');
  background-position: 0px 0px;
  background-size: 443px;
}

.div-block-18.egito {
  background-image: url('../images/egito_3.jpg');
  background-position: 50% 50%;
}

.div-block-18.egito2 {
  background-image: url('../images/egito_6.jpg');
  background-position: 50% 50%;
}

.div-block-18.ira2 {
  background-image: url('../images/2_1.jpg');
}

.div-block-18.ira3 {
  background-image: url('../images/3_2.jpg');
  background-position: 50% 50%;
}

.columns-4 {
  margin-top: 88px;
  margin-bottom: 116px;
}

.titulo-2 {
  display: block;
  margin-top: 17px;
  margin-bottom: 2px;
  color: #c3a283;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.column-16 {
  padding-right: 0px;
  padding-left: 20px;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 27px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-26 {
  padding-right: 81px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.column-18 {
  padding-right: 20px;
  padding-left: 0px;
}

.bold-text-2 {
  font-size: 59px;
  font-weight: 400;
  text-transform: none;
}

.column-19 {
  display: none;
}

.columns-5 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-15 {
  padding-top: 45px;
  padding-bottom: 186px;
  background-color: #d1c0a3;
}

.section-15.interno {
  padding-top: 84px;
  padding-bottom: 62px;
  background-color: #1d1916;
}

.image-17 {
  height: auto;
}

.div-block-19 {
  height: 50vw;
  margin-bottom: 76px;
  background-image: url('../images/iStock-515780366.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-19._4 {
  background-image: url('../images/iStock-957443682.jpg');
  background-size: cover;
}

.columns-6 {
  margin-top: 57px;
}

.button-6 {
  position: static;
  margin-top: 27px;
  padding-top: 12px;
  padding-right: 27px;
  padding-left: 32px;
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Titillium, sans-serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.button-6:hover {
  box-shadow: inset 0 0 0 1px #f0ece3;
}

.container-11 {
  padding: 4px 119px 71px;
}

.section-16 {
  padding-top: 42px;
  background-color: #70422e;
}

.text-block-27 {
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 23px;
  text-align: center;
  letter-spacing: 4px;
}

.column-21 {
  padding-right: 0px;
}

.container-12 {
  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: 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: #fff;
}

html.w-mod-js *[data-ix="oculto"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="menu-oculto"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="flutuante"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="flutuante-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

@media (max-width: 991px) {
  .nav-link {
    margin-left: 0px;
    font-size: 13px;
  }
  .nav-link.contato {
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 9px;
    padding-left: 16px;
    float: none;
    border: 1px solid #fff;
  }
  .navbar {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container {
    padding-right: 65px;
    padding-left: 62px;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph.white {
    line-height: 25px;
  }
  .heading-3.white {
    font-size: 36px;
    line-height: 41px;
  }
  .section-2 {
    height: auto;
    padding-top: 132px;
    padding-right: 43px;
  }
  .section-4 {
    padding-top: 39px;
  }
  .mes._1.home {
    width: 33%;
    height: 15vh;
  }
  .mes._2.home {
    width: 33%;
    height: 15vh;
  }
  .mes._3.home {
    width: 33%;
    height: 15vh;
  }
  .mes._4.home {
    width: 33%;
    height: 15vh;
  }
  .mes._5.home {
    width: 33%;
    height: 15vh;
  }
  .mes._6.home {
    width: 33%;
    height: 15vh;
  }
  .mes._7.home {
    width: 33%;
    height: 15vh;
  }
  .mes._8.home {
    width: 33%;
    height: 15vh;
  }
  .mes._9.home {
    width: 33%;
    height: 15vh;
  }
  .mes._10.home {
    width: 33%;
    height: 15vh;
  }
  .section-5 {
    padding-bottom: 178px;
  }
  .heading-5 {
    font-size: 30px;
  }
  .rodap {
    padding-top: 40px;
    padding-bottom: 39px;
  }
  .column-5 {
    padding-right: 14px;
  }
  .container-4 {
    z-index: 2;
  }
  .section-7 {
    padding-top: 70px;
  }
  .calendario {
    display: none;
  }
  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-7 {
    text-align: left;
  }
  .column-6 {
    padding-right: 8px;
  }
  .div-block-7 {
    margin-right: 0px;
    margin-left: -122px;
    padding-right: 47px;
  }
  .div-block-8 {
    padding-right: 40px;
    padding-left: 32px;
  }
  .column-7 {
    padding-right: 17px;
    padding-left: 0px;
    -webkit-transform: translate(-32px, 0px);
    -ms-transform: translate(-32px, 0px);
    transform: translate(-32px, 0px);
  }
  .nav-menu {
    margin-top: 65px;
    padding-left: 14px;
    background-color: rgba(20, 20, 20, 0.91);
  }
  .paragraph-5 {
    font-size: 14px;
    line-height: 22px;
  }
  .div-block-10 {
    margin-top: 43px;
  }
  .text-block-19 {
    padding-left: 65px;
    font-size: 17px;
  }
  .button-2 {
    padding-right: 29px;
    padding-left: 27px;
  }
  .image-8 {
    margin-left: 1px;
  }
  .nav-menu-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 920202;
    display: block;
    width: 284.078125px;
    margin-top: 0px;
    padding-top: 109px;
    padding-right: 24px;
    padding-left: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: rgba(14, 14, 14, 0.9);
  }
  .div-block-11 {
    padding-right: 9%;
    padding-left: 8%;
  }
  .image-9 {
    margin-left: 0px;
  }
  .column-9 {
    padding-right: 36px;
    padding-left: 26px;
  }
  .text-span-3 {
    padding-left: 143px;
  }
  .menu-button {
    z-index: 63;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    font-size: 49px;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    color: #d8d8d8;
  }
  .menu-button-2 {
    height: 65px;
    padding-top: 11px;
    padding-right: 11px;
    color: #fff;
    font-size: 40px;
  }
  .menu-button-2.w--open {
    padding-top: 14px;
    padding-left: 13px;
    background-color: #424242;
  }
  .paragraph-7 {
    font-size: 11px;
    line-height: 20px;
  }
  .text-span-4 {
    font-size: 13px;
  }
  .section-14 {
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
  }
  .column-16 {
    padding-left: 0px;
  }
  .column-18 {
    padding-right: 0px;
  }
  .section-15 {
    padding-bottom: 178px;
  }
}

@media (max-width: 767px) {
  .background-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.74)), to(rgba(26, 26, 26, 0.74))), url('../images/iStock-604904634.jpg');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.74), rgba(26, 26, 26, 0.74)), url('../images/iStock-604904634.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-2 {
    padding-right: 25px;
    padding-left: 25px;
    background-color: #eeede7;
    background-image: none;
    background-position: 0px 0px;
  }
  .column._1 {
    display: none;
  }
  .text-block {
    margin-bottom: 22px;
  }
  .mes._1.home {
    height: 50vh;
  }
  .mes._1.home.w--current {
    height: 50vh;
  }
  .mes._2.home {
    height: 50vh;
  }
  .mes._2.home.w--current {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/icon_atacama.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/icon_atacama.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .mes._3.home {
    height: 50vh;
  }
  .mes._4.home {
    height: 50vh;
  }
  .mes._5.home {
    height: 50vh;
  }
  .mes._6.home {
    height: 50vh;
  }
  .mes._7.home {
    height: 50vh;
  }
  .mes._8.home {
    height: 50vh;
  }
  .mes._9.home {
    height: 50vh;
  }
  .mes._10.home {
    height: 50vh;
  }
  .link-block {
    margin-bottom: 35px;
  }
  .rodap {
    padding-bottom: 12px;
  }
  .submit-button {
    margin-right: 0px;
  }
  .column-4 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .text-block-9 {
    text-align: center;
  }
  .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .column-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 17px;
    text-align: center;
  }
  .mask {
    height: 450px;
  }
  .slider {
    height: 450px;
  }
  .section-7 {
    padding-top: 0px;
    padding-bottom: 12px;
  }
  .heading-6 {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 23px;
    line-height: 31px;
  }
  .calendario {
    z-index: 100000;
    display: none;
    overflow: auto;
    padding-top: 12px;
    background-color: #303030;
  }
  .link-block-4 {
    top: 30px;
    right: 30px;
    margin-right: 0px;
  }
  .heading-7._3 {
    margin-top: 4px;
    margin-bottom: 5px;
  }
  .paragraph-3._2 {
    margin-bottom: 31px;
    font-size: 18px;
  }
  .paragraph-3._3 {
    margin-left: 0px;
  }
  .column-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-14 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .div-block-7 {
    margin-top: 14px;
    margin-left: 0px;
    padding: 50px;
  }
  .section-8.islandia {
    padding-bottom: 59px;
  }
  .section-9 {
    padding-bottom: 37px;
  }
  .div-block-8 {
    margin-top: 38px;
  }
  .column-7 {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .paragraph-5 {
    text-align: left;
  }
  .paragraph-5._2 {
    text-align: left;
  }
  .div-block-10 {
    padding-left: 0px;
  }
  .text-block-16 {
    text-align: center;
  }
  .text-block-17 {
    text-align: center;
  }
  .text-block-18 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-19 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    float: left;
    font-size: 21px;
  }
  .button-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-8 {
    display: block;
    margin-right: auto;
    margin-left: 98px;
    float: left;
  }
  .div-block-11 {
    overflow: auto;
  }
  .div-block-12 {
    padding-top: 36px;
    padding-bottom: 0px;
  }
  .image-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-11 {
    padding-bottom: 5px;
  }
  .slider-3 {
    height: auto;
  }
  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-6 {
    padding-right: 0px;
  }
  .column-9 {
    padding-top: 27px;
    padding-right: 31px;
    padding-left: 32px;
  }
  .text-span-3 {
    margin-bottom: 41px;
    text-align: left;
  }
  .image-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 59px;
  }
  .column-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-14 {
    overflow: hidden;
  }
  .column-13 {
    padding-top: 31px;
  }
  .image-12 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-14 {
    padding-right: 23px;
  }
  .image-13 {
    padding-right: 42px;
    padding-left: 38px;
  }
  .paragraph-7 {
    text-align: center;
  }
  .button-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .titulo {
    font-size: 18px;
  }
  .heading-9 {
    font-size: 67px;
  }
  .image-17 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 59px;
  }
}

@media (max-width: 479px) {
  .background-video {
    height: auto;
    padding: 214px 14px 66px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/iStock-923224820.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/iStock-923224820.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 1060px;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    margin-bottom: 27px;
    padding-right: 14px;
    padding-left: 13px;
    font-size: 15px;
  }
  .section-3 {
    overflow: hidden;
    padding-top: 52px;
    padding-bottom: 42px;
  }
  .section-4 {
    padding-bottom: 0px;
  }
  .heading-4 {
    font-size: 37px;
  }
  .mes._1.home {
    width: 100%;
    height: 20vh;
  }
  .mes._1.home.w--current {
    width: 49%;
    height: 30vh;
  }
  .mes._2.home {
    width: 100%;
    height: 20vh;
  }
  .mes._3.home {
    width: 49%;
    height: 30vh;
  }
  .mes._4.home {
    width: 49%;
    height: 30vh;
  }
  .mes._5.home {
    width: 49%;
    height: 30vh;
  }
  .mes._6.home {
    width: 49%;
    height: 30vh;
  }
  .mes._7.home {
    width: 49%;
    height: 30vh;
  }
  .mes._8.home {
    width: 49%;
    height: 30vh;
  }
  .mes._9.home {
    width: 49%;
    height: 30vh;
  }
  .mes._10.home {
    width: 100%;
    height: 20vh;
  }
  .text-block-2._2 {
    font-size: 145%;
    line-height: 25px;
  }
  .section-5 {
    padding-top: 1px;
    padding-bottom: 19px;
  }
  .link-block._2 {
    width: 100%;
    padding: 14px;
  }
  .heading-5 {
    text-align: left;
  }
  .heading-5.interno {
    margin-bottom: 5px;
  }
  .rodap {
    padding-right: 0px;
    padding-bottom: 58px;
    padding-left: 0px;
  }
  .column-3 {
    padding-top: 0px;
    padding-right: 120px;
  }
  .column-4 {
    padding-top: 31px;
    padding-right: 26px;
    padding-left: 9px;
  }
  .image {
    margin-bottom: 19px;
  }
  .mask {
    height: 100vh;
  }
  .slider {
    height: 100vh;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-6 {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 21px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
  }
  .slide-nav {
    font-size: 40px;
  }
  .text-block-10 {
    padding-right: 23px;
    padding-left: 24px;
  }
  .calendario {
    display: none;
    overflow: auto;
    background-color: #1a1a1a;
    background-image: none;
  }
  .link-block-4 {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -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: #666;
    font-size: 50px;
    font-weight: 700;
  }
  .text-block-13 {
    margin-top: -17px;
    padding-top: 0px;
    color: #b8b8b8;
    font-size: 68px;
    line-height: 0px;
    font-weight: 300;
  }
  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph-3 {
    font-size: 15px;
    line-height: 27px;
  }
  .paragraph-3._2 {
    line-height: 29px;
  }
  .paragraph-3._3 {
    font-size: 15px;
    line-height: 27px;
  }
  .paragraph-3._3 {
    padding-right: 0px;
    font-size: 15px;
    line-height: 27px;
  }
  .column-6 {
    margin-bottom: 64px;
  }
  .text-block-14 {
    font-size: 14px;
  }
  .div-block-7 {
    padding-top: 48px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-8.islandia {
    padding-right: 13px;
    padding-bottom: 27px;
    padding-left: 10px;
  }
  .section-8.irlanda {
    padding-bottom: 44px;
  }
  .paragraph-4 {
    font-size: 16px;
    line-height: 27px;
  }
  .div-block-8 {
    margin-top: 28px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-7 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-5 {
    font-size: 15px;
    line-height: 24px;
  }
  .container-8 {
    padding-right: 22px;
    padding-left: 21px;
  }
  .text-block-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }
  .text-block-17 {
    text-align: center;
  }
  .text-block-18 {
    padding-top: 23px;
    font-size: 26px;
  }
  .text-block-19 {
    display: inline-block;
    font-size: 18px;
  }
  .image-8 {
    margin-left: 0px;
  }
  .link-block-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 19px;
  }
  .div-block-11 {
    padding: 12px 5% 23px;
  }
  .div-block-12 {
    margin-top: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-12.interno {
    padding: 17px;
  }
  .text-block-20 {
    line-height: 19px;
    text-align: left;
  }
  .text-block-20.white {
    margin-bottom: 7px;
  }
  .column-8 {
    padding-top: 12px;
    padding-left: 18px;
  }
  .section-11 {
    padding-top: 29px;
  }
  .slider-3 {
    margin-top: 0px;
  }
  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-9 {
    padding-right: 25px;
    padding-bottom: 44px;
    padding-left: 25px;
  }
  .depoimento {
    font-size: 14px;
    line-height: 26px;
  }
  .text-span-3 {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .slide-44 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 44, 37, 0.37)), to(rgba(51, 44, 37, 0.37))), url('../images/etiopia_1.jpg');
    background-image: linear-gradient(180deg, rgba(51, 44, 37, 0.37), rgba(51, 44, 37, 0.37)), url('../images/etiopia_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .image-11 {
    padding-bottom: 0px;
  }
  .right-arrow {
    font-size: 26px;
  }
  .left-arrow {
    font-size: 26px;
  }
  .column-11 {
    padding-top: 9px;
  }
  .column-12 {
    padding-right: 100px;
  }
  .column-13 {
    padding-top: 10px;
  }
  .column-15 {
    padding-right: 30px;
    padding-left: 24px;
  }
  .image-13 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .paragraph-7 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .text-span-4 {
    font-size: 24px;
  }
  .button-3 {
    padding-right: 10px;
    padding-left: 9px;
  }
  .titulo {
    font-size: 14px;
  }
  .heading-9 {
    font-size: 53px;
    line-height: 50px;
  }
  .text-block-23 {
    font-size: 24px;
    line-height: 35px;
  }
  .button-4 {
    width: auto;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 17px;
  }
  .navbar-3 {
    padding-left: 6px;
  }
  .brand-3 {
    padding-top: 16px;
  }
  .nav-menu-3 {
    width: 100%;
    padding-right: 17px;
    padding-left: 15px;
  }
  .div-block-16 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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-3 {
    margin-top: 13px;
    padding-top: 18px;
  }
  .section-14 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-17 {
    margin-bottom: 11px;
  }
  .div-block-17._5 {
    margin-bottom: 0px;
  }
  .div-block-18._1 {
    margin-bottom: 11px;
  }
  .div-block-18._5 {
    margin-bottom: 12px;
  }
  .div-block-18._6 {
    margin-bottom: 12px;
  }
  .div-block-18._8 {
    margin-bottom: 11px;
  }
  .div-block-18._9 {
    background-position: 0% 50%;
  }
  .div-block-18._10 {
    margin-bottom: 11px;
  }
  .div-block-18._12 {
    margin-bottom: 13px;
  }
  .div-block-18._1 {
    margin-bottom: 11px;
  }
  .columns-4 {
    margin-top: 11px;
    margin-bottom: 12px;
  }
  .column-17 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text-2 {
    line-height: 68px;
  }
  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-15 {
    padding-top: 1px;
    padding-bottom: 19px;
  }
  .section-15.interno {
    padding-top: 17px;
  }
  .image-17 {
    padding-bottom: 0px;
  }
  .div-block-19 {
    margin-bottom: 11px;
  }
  .columns-6 {
    margin-top: -1px;
  }
  .button-6 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 20px;
    padding-right: 16px;
    padding-left: 15px;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .container-11 {
    padding: 20px 20px 62px;
  }
  .section-16 {
    padding-top: 0px;
  }
  .column-20 {
    display: none;
  }
  .container-12 {
    padding: 45px 10px 10px;
  }
}

#w-node-519329b485a4-6f581619 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-SemiboldUpright.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-RegularUpright.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-LightUpright.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-BoldUpright.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}