@charset "UTF-8";
/* ==========================================================================
 * Default
 * ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Cabin");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  cursor: pointer;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

address {
  font-style: normal;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  border: 0;
}

textarea {
  resize: vertical;
}

@font-face {
  font-family: "Pluto Sans Bold";
  src: url("../font/Pluto Sans W01 Bold.eot");
  /* IE9*/
  src: url("../font/Pluto Sans W01 Bold.eot?#iefix") format("embedded-opentype"), url("../font/Pluto Sans W01 Bold.woff2") format("woff2"), url("../font/Pluto Sans W01 Bold.woff") format("woff"), url("../font/Pluto Sans W01 Bold.ttf") format("truetype"), url("../font/Pluto Sans W01 Bold.svg#Pluto Sans W01 Bold") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Pluto Sans";
  src: url("../font/Pluto Sans W04 Thin.eot");
  /* IE9*/
  src: url("../font/Pluto Sans W04 Thin.eot?#iefix") format("embedded-opentype"), url("../font/Pluto Sans W04 Thin.woff2") format("woff2"), url("../font/Pluto Sans W04 Thin.woff") format("woff"), url("../font/Pluto Sans W04 Thin.ttf") format("truetype"), url("../font/Pluto Sans W04 Thin.svg#Pluto Sans W04 Thin") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: 'Athelas Regular';
  font-style: normal;
  font-weight: normal;
  src: local("../font/Athelas Regular"), url("../font/Athelas-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Athelas Bold';
  font-style: normal;
  font-weight: bold;
  src: local("../font/Athelas-Bold"), url("../font/Athelas-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pluto Sans Medium";
  src: url("../font/Pluto Sans W01 Medium.eot");
  /* IE9*/
  src: url("../font/Pluto Sans W01 Medium.eot?#iefix") format("embedded-opentype"), url("../font/Pluto Sans W01 Medium.woff2") format("woff2"), url("../font/Pluto Sans W01 Medium.woff") format("woff"), url("../font/Pluto Sans W01 Medium.ttf") format("truetype"), url("../font/Pluto Sans W01 Medium.svg#Pluto Sans W01 Medium") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Pluto Sans Regular";
  src: url("../font/Pluto Sans W01 Regular.eot");
  /* IE9*/
  src: url("../font/Pluto Sans W01 Regular.eot?#iefix") format("embedded-opentype"), url("../font/Pluto Sans W01 Regular.woff2") format("woff2"), url("../font/Pluto Sans W01 Regular.woff") format("woff"), url("../font/Pluto Sans W01 Regular.ttf") format("truetype"), url("../font/Pluto Sans W01 Regular.svg#Pluto Sans W01 Regular") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Pluto Sans L";
  src: url("../font/Pluto Sans L.eot");
  /* IE9*/
  src: url("../font/Pluto Sans L.eot?#iefix") format("embedded-opentype"), url("../font/Pluto Sans L.woff2") format("woff2"), url("../font/Pluto Sans L.woff") format("woff"), url("../font/Pluto Sans L.ttf") format("truetype"), url("../font/Pluto Sans L.svg#Pluto Sans L") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Pluto Sans ExtraLight";
  src: url("../font/Pluto Sans W04 ExtraLight.eot");
  /* IE9*/
  src: url("../font/Pluto Sans W04 ExtraLight.eot?#iefix") format("embedded-opentype"), url("../font/Pluto Sans W04 ExtraLight.woff2") format("woff2"), url("../font/Pluto Sans W04 ExtraLight.woff") format("woff"), url("../font/Pluto Sans W04 ExtraLight.ttf") format("truetype"), url("../font/Pluto Sans W04 ExtraLight.svg#Pluto Sans W04 ExtraLight") format("svg");
  /* iOS 4.1- */
}
@media (min-width: 320px) {
  header {
    background-size: cover;
    background-repeat: no-repeat;
    height: 51vh;
  }
}
@media (min-width: 768px) {
  header {
    background-size: cover;
    height: 55vh;
  }
}
@media (min-width: 1200px) {
  header {
    background-size: cover;
    height: 100vh;
  }
}

.logopreta {
  margin-top: 10px;
}

@media (min-width: 320px) {
  .top {
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .top {
    height: 100vh;
  }
}

@media (min-width: 320px) {
  .redes-topo {
    margin-left: 15%;
    margin-top: 25px;
  }
  .redes-topo a {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
  }
  .redes-topo a i {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .redes-topo {
    margin-left: 39%;
    margin-top: 25px;
  }
  .redes-topo a {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
  }
  .redes-topo a i {
    font-size: 20px;
  }
  .redes-topo:before {
    content: '';
    top: 10px;
    height: 44px;
    width: 2px;
    background-color: #000;
    position: absolute;
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .redes-topo {
    margin-left: 68%;
  }
  .redes-topo a {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
  }
  .redes-topo a i {
    font-size: 20px;
  }
  .redes-topo:before {
    content: '';
    top: 10px;
    height: 44px;
    width: 2px;
    background-color: #000;
    position: absolute;
    left: 100%;
  }
}

@media (min-width: 320px) {
  .idioma {
    margin-left: 1%;
    font-family: 'Athelas Regular';
    font-size: 21px;
    margin-top: 16px;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .idioma {
    margin-left: 1%;
    font-family: 'Athelas Regular';
    font-size: 21px;
    margin-top: 16px;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .idioma {
    margin-left: 10%;
  }
}
@media (min-width: 320px) {
  .idioma img {
    margin-top: -17px;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .idioma img {
    max-width: 12%;
  }
}
@media (min-width: 1200px) {
  .idioma img {
    max-width: 20%;
  }
}

.link-menu-mobile {
  width: 40px;
  height: 52px;
  position: absolute;
  right: 6%;
}

.bar,
.bar::before,
.bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  margin: auto;
  margin-top: auto;
  width: 32px;
  height: 3px;
  content: '';
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

@media (min-width: 320px) {
  .bar {
    right: 2%;
    z-index: 99999;
    margin-top: 21.5px;
  }
}
@media (min-width: 768px) {
  .bar {
    right: 4%;
    z-index: 99999;
    margin-top: 33.5px;
  }
}
@media (min-width: 1200px) {
  .bar {
    right: 4%;
  }
}

.bar::before {
  top: -10px;
  right: 0;
}

.bar::after {
  top: 10px;
  right: 0;
}

.bar::before, .bar::after {
  transform: rotate(0deg);
}

.active .bar {
  background: 0;
}

.active .bar::before, .active .bar::after {
  top: 0;
}

.active .bar::after {
  transform: rotate(-45deg);
  background: #ffa20a;
}

.active .bar::before {
  transform: rotate(45deg);
  background: #ffa20a;
}

.active .bar, .active .bar::before, .active .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

#menu {
  z-index: 9999;
  height: 0;
  overflow: hidden;
  overflow: hidden;
  right: 0;
  left: 0;
  position: absolute;
}

@media (min-width: 320px) {
  #menu .bloco {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #menu .bloco {
    margin-top: 40px;
    border-right: solid 1px #fff;
  }
}
@media (min-width: 1200px) {
  #menu .bloco {
    margin-top: 60px;
    border-right: solid 1px #fff;
  }
}
#menu .bloco ul {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 320px) {
  #menu .bloco ul li {
    padding: auto;
  }
}
@media (min-width: 768px) {
  #menu .bloco ul li {
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  #menu .bloco ul li {
    padding: 25px;
    position: relative;
  }
}
@media (min-width: 320px) {
  #menu .bloco ul li a {
    color: #fff;
    font-family: 'Pluto Sans';
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #menu .bloco ul li a {
    color: #fff;
    font-family: 'Pluto Sans';
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #menu .bloco ul li a {
    color: #fff;
    font-family: 'Pluto Sans';
    font-size: 28px;
  }
}
#menu .bloco ul li a:hover {
  font-weight: bold;
}
@media (min-width: 768px) {
  #menu .bloco ul li a:hover:before {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    content: '';
    top: 50px;
    height: 3px;
    width: 100%;
    background-color: #ffa20a;
    position: absolute;
    left: 0;
    right: 0;
  }
}

#menu.ativado {
  z-index: 300;
  height: 100vh;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  background-image: url(../img/bgmenu.png);
  opacity: 0.5;
}

#menu.desativado {
  height: 0vh;
  z-index: 0;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  background-image: url(../img/bgmenu.png);
  opacity: 0.5;
}

@media (min-width: 320px) {
  #menu .logolaranja {
    padding-top: 23px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #menu .logolaranja {
    padding-top: 93px;
    text-align: center;
  }
}
@media (min-width: 320px) {
  #menu .formulario {
    margin-top: 20px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #menu .formulario {
    margin-top: 120px;
    text-align: center;
  }
}
#menu .formulario .campo {
  font-family: 'Pluto Sans';
  background-color: transparent;
  border: none;
  width: 80%;
  border: solid 1px #ffa20a;
  padding: 9px 17px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#menu .formulario .campo::placeholder {
  color: #ffa20a;
}
#menu .formulario .button {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: 'Pluto Sans';
  margin-top: 24px;
  padding: 4px 22px;
  border: solid 1px #ffa20a;
  background-color: #ffa20a;
  color: #fff;
}
#menu .formulario .button:hover {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: transparent;
}
@media (min-width: 320px) {
  #menu .whatsapp {
    font-family: 'Pluto Sans ExtraLight';
    margin-top: 30px;
    font-size: 20px;
    color: #a2a2a2;
  }
  #menu .whatsapp i {
    font-size: 24px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  #menu .whatsapp {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  #menu .telefone {
    font-family: 'Pluto Sans ExtraLight';
    margin-top: 30px;
    font-size: 20px;
    color: #a2a2a2;
  }
  #menu .telefone i {
    font-size: 24px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  #menu .telefone {
    font-size: 18px;
  }
}
#menu .redes {
  margin-top: 50px;
}
#menu .redes a {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  color: #ffa20a;
  padding-right: 10px;
  padding-left: 10px;
}
#menu .redes a i {
  font-size: 30px;
}
#menu .redes a:hover {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  color: #fff;
}

@media (max-width: 720px) {
  #topo {
    background-color: #ffa20a;
  }
}

@media (min-width: 768px) {
  .fixo {
    height: 8%;
    width: 100%;
    z-index: 800;
    position: fixed;
    background-color: #f69c0d;
  }
  .fixo .redes-topo {
    margin-top: 21px;
  }
  .fixo .redes-topo a {
    color: #fff;
  }
  .fixo .redes-topo:before {
    background-color: #fff;
  }
  .fixo .idioma {
    color: #fff;
  }
  .fixo .idioma img {
    margin-top: 0px;
  }
  .fixo .logopreta img {
    width: 17%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .fixo .logopreta img {
    width: 84%;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .fixo .logopreta img {
    max-width: 20%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .fixo .logopreta img {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .fixo .top {
    height: auto;
  }
}

#contato .modal-content {
  padding-bottom: 10px;
  background-image: url(../img/modalbg.png);
  width: 126%;
  margin-left: -13%;
}
#contato button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  position: relative;
  top: 6px;
  z-index: 950;
  right: -35px;
}
#contato .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FF9800;
  text-shadow: none;
  opacity: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FF9800;
  text-shadow: none;
  opacity: .5;
}

.logotopo {
  text-align: center;
  margin-bottom: 18px;
  margin-top: 18px;
}

.tituloModal {
  text-align: center;
  font-family: 'Pluto Sans Regular';
  color: #FF9800;
  font-size: 41px;
  margin-bottom: 18px;
}

.esq {
  text-align: right;
}
.esq .whatsapp {
  color: #FF9800;
  font-family: 'Pluto Sans';
  font-size: 23px;
}
.esq .whatsapp i {
  color: #c0563b;
}

.dir {
  text-align: left;
}
.dir .telefone {
  color: #FF9800;
  font-family: 'Pluto Sans';
  font-size: 23px;
}
.dir .telefone i {
  color: #c0563b;
}

.formcontato input[type="text"] {
  font-family: 'Athelas Regular';
  outline: none;
  margin-top: 5px;
  margin-left: 10%;
  background-color: transparent;
  width: 80%;
  padding: 5px 12px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  border-bottom: solid 0.5px #d9b893;
}
.formcontato input[type="text"]::placeholder {
  color: #d9b893;
}
.formcontato textarea {
  background-color: transparent;
  width: 80%;
  padding: 5px 12px;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  margin-left: 10%;
  border: solid 1px #d9b893;
  resize: none;
}
.formcontato textarea::placeholder {
  color: #d9b893;
}
.formcontato .botaocontato {
  margin-top: 20px;
  text-align: right;
  margin-right: 20%;
}
.formcontato .botaocontato input {
  padding: 5px 20px;
  font-size: 16px;
  font-family: 'Pluto Sans L';
  background-color: #c0563b;
  color: #fff;
}
.formcontato .botaocontato input:hover {
  background-color: #ffa20a;
  cursor: pointer;
}
.formcontato .social {
  margin-top: 20px;
  text-align: left;
  margin-left: 17%;
  color: #ffa20a;
  font-size: 24px;
}
.formcontato .social i {
  padding-left: 15px;
}

#termoscond {
  font-family: 'Pluto Sans ExtraLight';
  font-size: 12px;
}

@media (min-width: 320px) {
  .bannermov {
    background-image: url(../img/bannerfix.png);
    height: 24vh;
    background-size: cover;
  }
  .bannermov .marcus {
    display: none;
  }
  .bannermov .titulo {
    display: none;
  }
}
@media (min-width: 768px) {
  .bannermov {
    height: 54vh;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .bannermov {
    background-image: url(../img/bgpaisagem.jpg);
    height: 118vh;
    position: relative;
    overflow: hidden;
  }
  .bannermov .marcus {
    display: inherit;
    position: absolute;
    right: 0%;
    z-index: 2;
    top: 20%;
  }
  .bannermov .titulo {
    display: inherit;
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
  }
}
@media (min-width: 2560px) {
  .bannermov .marcus {
    display: inherit;
    position: absolute;
    right: 0%;
    z-index: 2;
    top: 28%;
  }
}

/* ==========================================================================
 * Footer
 * ========================================================================== */
.imagesgalery {
  padding-left: 12px;
}
.imagesgalery a img {
  width: 14%;
}

.galeria {
  padding-bottom: 40px;
  background-color: #33251c;
}
@media (min-width: 320px) {
  .galeria .titulogaleria {
    text-align: center;
    color: #d9b893;
    font-family: 'Pluto Sans Regular';
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .galeria .titulogaleria {
    font-size: 78px;
  }
}
.galeria .btngaleria {
  margin-top: 25px;
  margin-bottom: 40px;
}
@media (min-width: 320px) {
  .galeria .dir {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .galeria .dir {
    text-align: right;
  }
}
@media (min-width: 320px) {
  .galeria .esq {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .galeria .esq {
    text-align: left;
  }
}
.galeria .mosaico {
  display: none;
  background-color: #33251c;
  margin-top: 40px;
}

.degrade {
  display: none;
  position: absolute;
  z-index: 99999;
}
.degrade img {
  margin-top: -17%;
}

footer {
  background-color: #33251c;
  padding-bottom: 25px;
  border-bottom: solid 1px #d8b691;
}
@media (min-width: 320px) {
  footer .siga {
    font-family: 'Pluto Sans Regular';
    text-transform: uppercase;
    text-align: center;
    color: #d8b691;
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  footer .siga {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  footer .siga {
    margin-top: 0px;
  }
}

.jQueryMosaic {
  float: inherit;
}

.socialrodape {
  text-align: center;
}
@media (min-width: 320px) {
  .socialrodape a {
    color: #d8b691;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .socialrodape a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .logofoot {
    text-align: center;
  }
}

@media (min-width: 320px) {
  .newsletter {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .newsletter {
    margin-left: 57px;
  }
}
.newsletter .titulo {
  font-family: 'Pluto Sans Regular';
  text-transform: uppercase;
  color: #d8b691;
  font-size: 20px;
}
@media (min-width: 320px) {
  .newsletter .titulo {
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .newsletter .titulo {
    text-align: left;
    margin-top: auto;
  }
}
@media (min-width: 320px) {
  .newsletter .formulario {
    margin-left: 25px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .newsletter .formulario {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .newsletter .formulario {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media (min-width: 320px) {
  .newsletter .formulario #email {
    border: none;
    background-color: #fff1e2;
    padding: 2px;
    font-size: 18px;
    border: solid 1px #d8b691;
  }
  .newsletter .formulario #email::placeholder {
    color: #33251c;
    font-family: 'Pluto Sans L';
    font-style: italic;
  }
}
@media (min-width: 1024px) {
  .newsletter .formulario #email {
    background-color: #fff1e2;
    padding: 2px;
    font-size: 18px;
    width: 65%;
    border: solid 1px #d8b691;
  }
}
.newsletter .formulario #btnnews {
  text-transform: uppercase;
  font-size: 18px;
  padding: 2px 15px;
  background-color: #d8b691;
  color: #33251c;
  border: solid 1px #d8b691;
}
.newsletter .formulario #btnnews:hover {
  color: #d8b691;
  background-color: #33251c;
  cursor: pointer;
}

.last {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #33251c;
}
.last .copyright {
  color: #d8b691;
}
@media (min-width: 320px) {
  .last .copyright {
    font-size: 12px;
  }
}
@media (min-width: 320px) {
  .last .net {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .last .net {
    text-align: right;
  }
}
.last .net img {
  max-width: 30%;
}

.titlemap {
  color: #d9b893;
}

.exPopoverContainer {
  width: 300px;
  height: 231px;
  position: relative;
  color: #ccc;
  bottom: 51px !important;
  left: -16px;
}

.borderRadius {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.popBg {
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
}

.popBody {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
}

.popBody h1 {
  padding-bottom: 5px;
  margin: 0px;
  font-size: 18px;
}

.popHeadLine {
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #383737;
  margin: auto;
}

.popContentLeft {
  width: 169px;
  float: left;
  font-size: 11px;
  text-align: justify;
  margin-top: 10px;
}

.popContentRight {
  width: 100px;
  float: right;
  margin-top: 10px;
  text-align: center;
}

.arrow-down {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  opacity: 0.8;
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -5.5em 0 0 0 var(--hover), inset 0.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 7.5em 0 0 0 var(--hover);
}

.galery:hover,
.galery:focus {
  box-shadow: inset 12.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --hover: #a972cb;
  --border: #1f1717;
  --colorH: #fff;
}

.pulse {
  --hover: #ef6eae;
  --border: #1f1717;
  --colorH: #fff;
}

.close {
  --hover: #c0563b;
  --border: #1f1717;
  --colorH: #fff;
}

.raise {
  --hover: #ffa260;
  --border: #1f1717;
  --colorH: #fff;
}

.galery {
  --hover: #c0563b;
  --border: #1f1717;
  --colorH: #fff;
}

.slide {
  --hover: #c0563b;
  --border: #1f1717;
  --colorH: #fff;
}

.offset {
  --hover: #19bc8b;
  --border: #1f1717;
  --colorH: #fff;
}

.btn {
  transition: 0.4s;
}
.btn:hover, .btn:focus {
  border-color: var(--hover);
  color: #fff !important;
  cursor: pointer;
}

.btn {
  padding: 8px 15px;
  border: solid 1px var(--border);
  font: inherit;
  line-height: 1;
}

@media (min-width: 320px) {
  .galery {
    text-transform: uppercase;
    padding: 8px 21px;
    color: #fff;
    font-family: 'Pluto Sans Regular';
    font-size: 15px;
    border: solid 1px #c0563b;
  }
}
@media (min-width: 1200px) {
  .galery {
    text-transform: uppercase;
    padding: 18px 41px;
    color: #fff;
    font-family: 'Pluto Sans Regular';
    font-size: 17px;
    border: solid 1px #c0563b;
  }
}

.up {
  text-transform: uppercase;
  font-size: 18px;
  padding: 2px 15px;
  background-color: #d8b691;
  color: #33251c;
  border: solid 1px #d8b691;
}

@keyframes fadeInLeft {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.marrom {
  background-color: #33251c;
  z-index: 8;
}
@media (min-width: 1200px) {
  .marrom {
    padding-top: 147px;
  }
}
@media (min-width: 320px) {
  .marrom .titulo-sessao {
    font-family: 'Pluto Sans Regular';
    color: #d9b893;
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .marrom .titulo-sessao {
    font-size: 40px;
  }
  .marrom .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    left: 4%;
    margin-top: 30px;
  }
  .marrom .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    right: 4%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .marrom .titulo-sessao {
    font-size: 77px;
  }
  .marrom .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 9%;
    background-color: #d9b893;
    position: absolute;
    left: 4%;
    margin-top: 59px;
  }
  .marrom .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 9%;
    background-color: #d9b893;
    position: absolute;
    right: 4%;
    margin-top: 59px;
  }
}
@media (min-width: 1440px) {
  .marrom .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #d9b893;
    position: absolute;
    left: 9%;
    margin-top: 59px;
  }
  .marrom .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #d9b893;
    position: absolute;
    right: 9%;
    margin-top: 59px;
  }
}
.marrom .divisao {
  padding: 0px 10px;
}
.marrom hr {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #1f1717;
}
@media (min-width: 320px) {
  .marrom .fndbr {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .marrom .fndbr {
    padding: 0px;
  }
}
.marrom .tituloexp {
  margin-top: 15px;
  text-align: center;
  color: #50342b;
}
@media (min-width: 320px) {
  .marrom .tituloexp h1 {
    font-family: 'Athelas Regular';
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .marrom .tituloexp h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .marrom .tituloexp h1 {
    font-size: 40px;
  }
}
.marrom .conteudoexp {
  padding: 0px 10px;
  font-family: 'Pluto Sans L';
  font-size: 11px;
}
.marrom .details {
  padding: 0px 10px;
}
.marrom .details img {
  width: 15%;
  margin-right: 2px;
}
@media (min-width: 320px) {
  .marrom .destaque {
    font-family: 'Pluto Sans Bold';
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .marrom .destaque {
    font-family: 'Pluto Sans Bold';
    font-size: 12px;
  }
}
@media (min-width: 320px) {
  .marrom .resposta {
    color: #c0563b;
    font-family: 'Pluto Sans Regular';
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .marrom .resposta {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .marrom .resposta {
    font-size: 11px;
  }
}
.marrom .botaoexp {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}

@media (min-width: 320px) {
  .video {
    background-image: url(../img/video.png);
    background-position: center;
    text-align: center;
    padding-bottom: 60px;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .video {
    height: 120vh;
    text-align: center;
    background-attachment: fixed;
  }
}
@media (min-width: 320px) {
  .video .aventura {
    color: #fff;
    font-family: 'Pluto Sans Medium';
    margin-top: 45px;
    font-size: 35px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .video .aventura {
    margin-top: 45px;
    font-size: 85px;
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  .video .corte {
    position: relative;
    top: 0px;
  }
}
.video .play {
  margin-top: 20px;
}

@media (min-width: 320px) {
  .top-desert {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top-desert {
    display: inherit;
    position: relative;
    top: -278px;
  }
  .top-desert img {
    width: 100%;
  }
}
@media (min-width: 2560px) {
  .top-desert {
    top: -330px;
  }
  .top-desert img {
    width: 100%;
  }
}

@media (min-width: 320px) {
  .desert {
    background-image: url(../img/desertbody.png);
    background-repeat: no-repeat;
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .desert {
    background-image: url(../img/desertbody.png);
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .desert {
    background-image: url(../img/desertbody.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -280px;
  }
}
@media (min-width: 2560px) {
  .desert {
    margin-top: -333px;
  }
}
.desert .imagemDepoimento {
  z-index: 800;
  text-align: center;
}
.desert .imagemDepoimento img {
  background-color: #ddd;
  border-radius: 100%;
  height: 180px;
  object-fit: cover;
  width: 180px;
  display: inline-block !important;
}
.desert .imagemDepoimento .nomedep {
  margin-top: 10px;
  font-family: 'Athelas Regular';
  font-size: 25px;
  text-transform: uppercase;
  color: #2a1e1b;
}
.desert .imagemDepoimento .nomedep img {
  background-color: #ddd;
  border-radius: 100%;
  height: 20px;
  object-fit: cover;
  width: 20px;
  display: inline-block !important;
}
@media (min-width: 320px) {
  .desert .textodep {
    background-color: rgba(71, 25, 2, 0.6);
    padding: 25px;
    color: #fff;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .desert .textodep {
    padding: 25px;
    color: #fff;
    font-size: 20px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
  }
}

.desbravados {
  background-color: #33251c;
  text-align: center;
  padding-top: 25px;
}
.desbravados .branco {
  font-family: 'Pluto Sans Regular';
  color: #fff;
  font-size: 41px;
  line-height: 43px;
}
@media (min-width: 320px) {
  .desbravados .laranja {
    color: #f69c0b;
    font-family: 'Pluto Sans Regular';
    font-size: 45px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .desbravados .laranja {
    font-size: 81px;
    line-height: 80px;
  }
}
.desbravados .mapa {
  padding-top: 25px;
  padding-bottom: 25px;
}

/*
========================================
		Página de Expedições
========================================
 */
.topointernobl {
  margin-top: -7%;
}
@media (min-width: 425px) {
  .topointernobl {
    display: none;
  }
}
@media (min-width: 768px) {
  .topointernobl {
    display: inherit;
  }
}

.fixo .int {
  height: auto !important;
}

#bgintexp {
  background-image: url(../img/exptopo.png);
}
@media (min-width: 320px) {
  #bgintexp {
    background-size: cover;
    background-position: center;
    height: 38vh;
  }
}
@media (min-width: 768px) {
  #bgintexp {
    background-size: cover;
    background-position: center;
    height: 88vh;
  }
}
@media (min-width: 1024px) {
  #bgintexp {
    height: 118vh;
  }
}
@media (min-width: 1440px) {
  #bgintexp {
    background-size: contain;
    background-position: inherit;
    height: 164vh;
  }
}
@media (min-width: 1920px) {
  #bgintexp {
    height: 206vh;
  }
}
#bgintexp .int {
  height: 60vh;
}
@media (min-width: 1024px) {
  #bgintexp .int {
    height: 40vh;
  }
}

.submenu {
  background-position: center;
  background-size: cover;
  margin-top: -7%;
  height: 38vh;
  z-index: 99;
}
@media (min-width: 320px) {
  .submenu {
    background-color: #3D2A20;
  }
}
@media (min-width: 1180px) {
  .submenu {
    background-color: none;
    background-image: url(../img/fimtopoexp.png);
  }
}
@media (min-width: 320px) {
  .submenu {
    margin-top: -35%;
  }
}
@media (min-width: 1024px) {
  .submenu {
    margin-top: -12%;
  }
}
.submenu ul {
  position: absolute;
  margin-top: 10%;
  list-style: none;
}
@media (min-width: 320px) {
  .submenu ul {
    margin-top: 14%;
    padding: 0px;
    margin-left: 9%;
  }
}
@media (min-width: 768px) {
  .submenu ul {
    margin-top: 19%;
  }
}
@media (min-width: 1024px) {
  .submenu ul {
    margin-top: 17%;
    margin-left: 9%;
  }
}
@media (min-width: 1200px) {
  .submenu ul {
    margin-left: 10%;
  }
}
@media (min-width: 1440px) {
  .submenu ul {
    margin-top: 10%;
    margin-left: 0%;
  }
}
.submenu ul li {
  display: inline;
}
@media (min-width: 320px) {
  .submenu ul li {
    display: flex;
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .submenu ul li {
    display: inline;
  }
}
.submenu ul li a {
  text-transform: uppercase;
  padding: 5px;
  font-family: "Pluto Sans Bold";
  color: #ffffff;
  font-size: 15px;
}
.submenu ul li a:hover {
  color: #ffa20a;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .submenu ul li a {
    font-size: 11px;
    padding: 5px 7px;
  }
}
@media (min-width: 1440px) {
  .submenu ul li a {
    font-size: 17px;
    padding: 5px 15px;
  }
}
.submenu ul li .reserva {
  text-transform: uppercase;
  background-color: #c0563b;
  padding: 14px 10px;
  font-size: 18px;
  margin-left: 80px;
  font-family: "Pluto Sans Regular";
  color: #fff;
}
.submenu ul li .reserva:hover {
  background-color: #ffa20a;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 320px) {
  .submenu ul li .reserva {
    margin-left: 18px;
  }
}
@media (min-width: 768px) {
  .submenu ul li .reserva {
    margin-left: 41%;
    margin-top: 18px;
  }
}
@media (min-width: 1024px) {
  .submenu ul li .reserva {
    margin-left: 0%;
    margin-top: -8px;
  }
}
.submenu .privados {
  margin-top: 10%;
  margin-left: 11%;
}
.submenu .privados li {
  display: inline;
}
@media (min-width: 320px) {
  .submenu .privados li {
    display: -webkit-inline-box;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .submenu .privados li {
    display: inline;
  }
}
.submenu .privados li a {
  text-transform: uppercase;
  padding: 5px;
  font-family: "Pluto Sans Bold";
  color: #ffffff;
  font-size: 15px;
}
.submenu .privados li a:hover {
  color: #ffa20a;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .submenu .privados li a {
    font-size: 11px;
    padding: 5px 7px;
  }
}
@media (min-width: 1440px) {
  .submenu .privados li a {
    font-size: 17px;
    padding: 5px 15px;
  }
}

.marromsub {
  background-color: #42342D;
  z-index: 1;
  height: 40vh;
  padding-top: 4%;
}
@media (min-width: 320px) {
  .marromsub {
    background-repeat: no-repeat;
    background-size: cover;
    height: 72vh;
  }
}
@media (min-width: 1024px) {
  .marromsub {
    height: 43vh;
  }
}
@media (min-width: 1440px) {
  .marromsub {
    height: 30vh;
  }
}
@media (min-width: 1920px) {
  .marromsub {
    height: 36vh;
  }
}
.marromsub .informacoes {
  padding: 8px 12px;
}
.marromsub .informacoes .bd {
  width: 12%;
  text-align: center;
  border-right: 1px solid #ffa20a;
}
@media (min-width: 320px) {
  .marromsub .informacoes .bd {
    width: 100%;
    padding: 6px;
    border-right: none;
    border-bottom: 1px solid #ffa20a;
  }
}
@media (min-width: 768px) {
  .marromsub .informacoes .bd {
    width: 50%;
    padding: 20px;
    border: 1px solid #ffa20a;
  }
}
@media (min-width: 1024px) {
  .marromsub .informacoes .bd {
    width: 15%;
    padding: 20px;
    border: 1px solid #ffa20a;
  }
}
.marromsub .informacoes .bd .imginfo {
  height: 52px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 320px) {
  .marromsub .informacoes .bd .imginfo {
    margin-bottom: 0px;
  }
}
.marromsub .informacoes .bd .imginfo img {
  max-height: 52px;
}
.marromsub .informacoes .bd span {
  font-family: "Pluto Sans L";
  font-size: 16px;
  color: #ffa20a;
}
.marromsub .informacoes .bf {
  text-align: center;
}
@media (min-width: 320px) {
  .marromsub .informacoes .bf {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .marromsub .informacoes .bf {
    width: 50%;
    border: 1px solid #ffa20a;
  }
}
@media (min-width: 1024px) {
  .marromsub .informacoes .bf {
    width: 25%;
  }
}
.marromsub .informacoes .bf .preco {
  font-family: "Pluto Sans Regular";
  height: 52px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 55px;
  color: #ffa20a;
}
@media (min-width: 320px) {
  .marromsub .informacoes .bf .preco {
    font-size: 40px;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .marromsub .informacoes .bf .preco {
    font-size: 35px;
    height: auto;
  }
}
.marromsub .informacoes .bf a {
  font-family: "Pluto Sans";
  font-size: 12px;
  border-radius: 14px;
  padding: 7px 20px;
  color: #fff;
  background-color: #19b628;
}
.marromsub .informacoes .bf a:hover {
  background-color: #03600b;
  color: #fff;
}

.intro {
  background-color: #33251c;
}
.intro .titulo {
  font-family: "Pluto Sans Regular";
  text-align: center;
  color: #d9b893;
  font-size: 75px;
}
@media (min-width: 320px) {
  .intro .titulo {
    font-size: 56px;
  }
}
.intro .textointro {
  padding: 8px 8px;
  text-align: justify;
  color: #fff8f1;
  font-family: "Pluto Sans L";
  font-size: 22px;
}
@media (min-width: 320px) {
  .intro .textointro {
    font-size: 17px;
  }
}
.intro .textointro p {
  margin-top: 45px;
}
@media (min-width: 320px) {
  .intro .textointro p {
    margin-top: 10px;
  }
}
@media (min-width: 1440px) {
  .intro .textointro p {
    font-size: 22px;
  }
}

.bottomit {
  margin-top: 6%;
}
@media (min-width: 1200px) {
  .bottomit {
    margin-top: 32%;
  }
}
@media (min-width: 1440px) {
  .bottomit {
    margin-top: 22%;
  }
}
@media (min-width: 1920px) {
  .bottomit {
    margin-top: 15%;
  }
}
@media (min-width: 2000px) {
  .bottomit {
    margin-top: 20%;
    width: 100%;
  }
}

.itinerario1 {
  background-color: #fff4e9;
  padding-bottom: 25px;
}
@media (min-width: 320px) {
  .itinerario1 {
    padding-bottom: 18px;
    margin-top: -11px;
  }
}
.itinerario1 .titulo {
  text-align: center;
  font-size: 75px;
  font-family: "Pluto Sans Regular";
  color: #ffa20a;
}
@media (min-width: 320px) {
  .itinerario1 .titulo {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .itinerario1 .titulo {
    font-size: 75px;
  }
}
.itinerario1 .titulodia {
  margin-top: -4px;
  font-family: 'Athelas Bold';
  color: #c0563b;
  font-size: 65px;
}
@media (min-width: 320px) {
  .itinerario1 .titulodia {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  .itinerario1 .titulodia {
    font-size: 65px;
  }
}
.itinerario1 .titulodia hr {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #2a1e1b;
  background-color: #c25c42;
  border-bottom: 2px solid #2a1e1b;
  padding: 0.5px;
}
.itinerario1 .textodia {
  font-family: "Pluto Sans L";
  font-size: 30px;
  text-align: justify;
}
@media (min-width: 320px) {
  .itinerario1 .textodia {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .itinerario1 .textodia {
    font-size: 30px;
  }
}
.itinerario1 .textodia p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.comecodia {
  margin-top: -9%;
  width: 100%;
}
@media (min-width: 2000px) {
  .comecodia {
    margin-top: -8%;
  }
}

.imagemdia {
  height: 80vh;
}
@media (min-width: 320px) {
  .imagemdia {
    background-repeat: no-repeat;
    background-size: cover;
    height: 19vh;
  }
}
@media (min-width: 375px) {
  .imagemdia {
    height: 20vh;
  }
}
@media (min-width: 768px) {
  .imagemdia {
    background-attachment: fixed;
    background-size: cover;
    height: 44vh;
  }
}
@media (min-width: 1024px) {
  .imagemdia {
    height: 58vh;
  }
}
@media (min-width: 1440px) {
  .imagemdia {
    height: 80vh;
  }
}
@media (min-width: 1920px) {
  .imagemdia {
    height: 97vh;
  }
}
.imagemdia img {
  width: 100%;
}

.imgdia2top {
  position: relative;
  margin-top: -6%;
}
@media (min-width: 1920px) {
  .imgdia2top {
    margin-top: -10%;
  }
}

.imagemdia2 {
  height: 100vh;
}
@media (min-width: 320px) {
  .imagemdia2 {
    background-size: contain;
    background-repeat: no-repeat;
    height: 22vh;
  }
}
@media (min-width: 375px) {
  .imagemdia2 {
    height: 26vh;
  }
}
@media (min-width: 768px) {
  .imagemdia2 {
    height: 56vh;
  }
}
@media (min-width: 1024px) {
  .imagemdia2 {
    height: 75vh;
  }
}
@media (min-width: 1440px) {
  .imagemdia2 {
    height: 105vh;
  }
}
@media (min-width: 1920px) {
  .imagemdia2 {
    height: 134vh;
  }
}
@media (min-width: 320px) {
  .imagemdia2 img {
    margin-top: -2px;
  }
}

.cortepagamento {
  margin-top: -8%;
}
@media (min-width: 320px) {
  .cortepagamento {
    margin-top: -9%;
  }
}
@media (min-width: 1920px) {
  .cortepagamento {
    margin-top: -13%;
  }
}
.cortepagamento img {
  width: 100%;
}

.pagamento {
  background-color: #33251C;
  padding-bottom: 20px;
}
.pagamento .toptitle {
  text-align: center;
  color: #fff;
  font-family: 'Pluto Sans Regular';
  font-size: 30px;
}
.pagamento .titleprinc {
  text-align: center;
  font-family: 'Pluto Sans Regular';
  font-size: 80px;
  color: #ffa20a;
}
@media (min-width: 320px) {
  .pagamento .titleprinc {
    font-size: 49px;
  }
}
@media (min-width: 1440px) {
  .pagamento .titleprinc {
    font-size: 80px;
  }
}
.pagamento hr {
  border-bottom: 3px solid #c0563b;
}
.pagamento .infopagamento a {
  padding: 30px 40px;
  margin: 25px;
  font-family: 'Pluto Sans Bold';
  font-size: 105px;
  color: #fff;
  background-color: #3a2d29;
  border: 1px solid #fff;
}
@media (min-width: 320px) {
  .pagamento .infopagamento a {
    padding: 1px 9px;
    margin: 8px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .pagamento .infopagamento a {
    padding: 21px 37px;
    margin: 5px 54px;
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .pagamento .infopagamento a {
    padding: 30px 40px;
    margin: 25px;
    font-size: 105px;
  }
}
.pagamento .infopagamento a .porcento {
  font-family: 'Pluto Sans L';
  font-size: 38px;
}
@media (min-width: 320px) {
  .pagamento .infopagamento a .porcento {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .pagamento .infopagamento a .porcento {
    font-size: 38px;
  }
}
.pagamento .infopagamento a:hover {
  background-color: #19b628;
  border: solid 1px #19b628;
}
@media (min-width: 320px) {
  .pagamento .infopagamento .nextimg {
    display: none;
  }
}
@media (min-width: 1024px) {
  .pagamento .infopagamento .nextimg {
    display: inherit;
  }
}
.pagamento .descript {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-family: 'Pluto Sans L';
  margin-top: 25px;
}
.pagamento .textoexpl {
  background-color: #33251C;
  font-size: 28px;
  color: #fff;
  font-family: 'Pluto Sans L';
  padding: 10px 40px;
}
@media (min-width: 320px) {
  .pagamento .textoexpl {
    font-size: 16px;
    padding: 10px 19px;
  }
}
@media (min-width: 1440px) {
  .pagamento .textoexpl {
    font-size: 28px;
    padding: 10px 40px;
  }
}
.pagamento .textoexpl p {
  margin-top: 50px;
}
.pagamento .textoexpl .reservar {
  text-align: center;
  margin-top: 30px;
}
.pagamento .textoexpl .reservar a {
  padding: 19px 19px;
  background-color: #19b628;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Pluto Sans L';
  font-size: 18px;
}
.pagamento .infoadd {
  background-color: #33251C;
  padding-top: 80px;
}
.pagamento .infoadd .card {
  border: none;
  background-color: transparent;
}
.pagamento .infoadd .card .card-header {
  padding: 25px 12px;
  border-top: 1px solid  #c0563b;
  border-bottom: 1px solid  #c0563b;
  font-family: 'Pluto Sans';
}
.pagamento .infoadd .card .card-header button {
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .pagamento .infoadd .card .card-header button {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .pagamento .infoadd .card .card-header button {
    font-size: 22px;
  }
}
.pagamento .infoadd .card .prim {
  border-top: 2px solid  #c0563b !important;
}
.pagamento .infoadd .card .ulti {
  border-bottom: 2px solid  #c0563b !important;
}
.pagamento .infoadd .card .card-body {
  background-color: #fff5ea;
  border: 0.4px solid  #c0563b;
  text-align: justify;
  padding: 20px 70px;
}
@media (min-width: 320px) {
  .pagamento .infoadd .card .card-body {
    padding: 20px 10px;
  }
}
@media (min-width: 1440px) {
  .pagamento .infoadd .card .card-body {
    padding: 20px 70px;
  }
}
.pagamento .infoadd .card .card-body h4 {
  color: #c0563b;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.pagamento .infoadd .card .card-body p {
  font-family: 'Pluto Sans L';
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media (min-width: 320px) {
  .pagamento .infoadd .card .card-body p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1440px) {
  .pagamento .infoadd .card .card-body p {
    font-size: 18px;
    line-height: 38px;
  }
}

.incluso {
  background-color: #fff5ea;
}
.incluso img {
  width: 100%;
}
.incluso .toptitle {
  text-align: center;
  font-family: 'Pluto Sans L';
  font-size: 40px;
  color: #33251c;
  margin-bottom: -35px;
}
.incluso .titleprinc {
  margin-top: -20px;
  text-align: center;
  font-family: 'Pluto Sans Regular';
  font-size: 80px;
  color: #ffa20a;
}
.incluso hr {
  border-bottom: 3px solid #c0563b;
}
.incluso .item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.incluso .item .imgitem {
  text-align: center;
}
@media (min-width: 320px) {
  .incluso .item .imgitem img {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .incluso .item .imgitem img {
    width: 100%;
  }
}
.incluso .item .descitem {
  color: #33251c;
  font-size: 18px;
  font-family: 'Pluto Sans';
}

.nincluso {
  padding-bottom: 25px;
  background-color: #33251C;
}
.nincluso .toptitle {
  text-align: center;
  font-family: 'Pluto Sans L';
  font-size: 40px;
  color: #fff;
  margin-bottom: -35px;
}
.nincluso .titleprinc {
  margin-top: -20px;
  text-align: center;
  font-family: 'Pluto Sans Regular';
  font-size: 80px;
  color: #ffa20a;
}
.nincluso hr {
  border-bottom: 3px solid #c0563b;
}
.nincluso .item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.nincluso .item .imgitem {
  text-align: center;
}
@media (min-width: 320px) {
  .nincluso .item .imgitem img {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .nincluso .item .imgitem img {
    width: 100%;
  }
}
.nincluso .item .descitem {
  color: #fff;
  font-size: 18px;
  font-family: 'Pluto Sans';
}

.trazer {
  background-color: #fff5ea;
}
.trazer img {
  width: 100%;
}
.trazer .toptitle {
  text-align: center;
  font-family: 'Pluto Sans L';
  font-size: 40px;
  color: #33251c;
  margin-bottom: -35px;
}
.trazer .titleprinc {
  margin-top: -20px;
  text-align: center;
  font-family: 'Pluto Sans Regular';
  font-size: 80px;
  color: #ffa20a;
}
.trazer hr {
  border-bottom: 3px solid #c0563b;
}
.trazer .item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.trazer .item .imgitem {
  text-align: center;
}
@media (min-width: 320px) {
  .trazer .item .imgitem img {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .trazer .item .imgitem img {
    width: 100%;
  }
}
.trazer .item .descitem {
  color: #33251c;
  font-size: 18px;
  font-family: 'Pluto Sans';
}

.galeriaexp {
  background-color: #33251c;
}
.galeriaexp .laranja {
  color: #ffa20a;
  text-align: center;
  font-family: 'Pluto Sans Regular';
  font-size: 75px;
}
.galeriaexp .galeria {
  margin-bottom: 80px;
}
@media (min-width: 320px) {
  .galeriaexp .galeria img {
    min-height: 200px;
    max-height: 200px;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .galeriaexp .galeria img {
    min-height: 120px;
    max-height: 120px;
    min-width: 100%;
    max-width: 100%;
  }
}
.galeriaexp .galeria img:hover {
  filter: opacity(0.2);
}
.galeriaexp .galeria img:before {
  content: '';
  height: 170px;
  width: 255px;
  position: relative;
  background-color: red;
}

@media (min-width: 320px) {
  .imgcort {
    margin-top: -4px;
    width: 100%;
  }
}

@media (min-width: 320px) {
  .video {
    padding-bottom: 0px;
  }
}

/*
========================================
		Página Hawka
========================================
 */
.hawka {
  padding-bottom: 25px;
  background-color: #33251c;
}
.hawka .titulo-sessao {
  padding-bottom: 80px;
}
@media (min-width: 320px) {
  .hawka .titulo-sessao {
    font-family: 'Pluto Sans Regular';
    color: #d9b893;
    font-size: 40px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hawka .titulo-sessao {
    font-size: 40px;
  }
  .hawka .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    left: 4%;
    margin-top: 30px;
  }
  .hawka .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    right: 4%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .hawka .titulo-sessao {
    font-size: 77px;
  }
  .hawka .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    left: 12%;
    margin-top: 59px;
  }
  .hawka .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    right: 12%;
    margin-top: 59px;
  }
}
@media (min-width: 1440px) {
  .hawka .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #d9b893;
    position: absolute;
    left: 12%;
    margin-top: 59px;
  }
  .hawka .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #d9b893;
    position: absolute;
    right: 12%;
    margin-top: 59px;
  }
}
.hawka .objetivo {
  margin-top: 50px;
  margin-bottom: 25px;
}
.hawka .objetivo h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 41px;
  color: #c0563b;
  font-family: 'Pluto Sans Medium';
}
.hawka .objetivo p {
  text-align: justify;
  font-size: 24px;
  font-family: 'Pluto Sans L';
  color: #f7ecdd;
}
@media (min-width: 320px) {
  .hawka .objetivo p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .hawka .objetivo p {
    font-size: 24px;
  }
}

.maisinfo {
  background-color: #fff5ea;
  padding-bottom: 0px;
}
.maisinfo .fotoMarcus {
  text-align: center;
  position: relative;
  margin-top: -13%;
}
.maisinfo .titulo {
  font-family: 'Athelas Regular';
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.maisinfo .titulo h2 {
  font-size: 52px;
  color: #fba229;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .maisinfo .titulo h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .maisinfo .titulo h2 {
    font-size: 52px;
  }
}
.maisinfo .biografia {
  font-family: 'Pluto Sans L';
  font-size: 25px;
  text-align: justify;
}
@media (min-width: 320px) {
  .maisinfo .biografia {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .maisinfo .biografia {
    font-size: 25px;
  }
}
.maisinfo .guias .titulo {
  font-family: 'Pluto Sans Regular';
  font-size: 60px;
  text-transform: uppercase;
  text-align: left;
  color: #c0563b;
}
@media (min-width: 320px) {
  .maisinfo .guias .titulo {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .maisinfo .guias .titulo {
    font-size: 60px;
  }
}
.maisinfo .guias hr {
  border-bottom: solid 4px #c0563b;
  margin-top: -26px;
}
.maisinfo .guias .fotos .nome {
  font-family: 'Pluto Sans L';
  font-size: 24px;
  text-transform: uppercase;
}
.maisinfo .guias .fotos .nome img {
  max-width: 10%;
}

#bginabout {
  background-image: url(../img/topohawka.png);
}
@media (min-width: 320px) {
  #bginabout {
    background-image: url(../img/topohawka.png);
    background-size: cover;
    background-position: center;
    height: 50vh;
  }
}
@media (min-width: 1440px) {
  #bginabout {
    background-size: cover;
    background-position: inherit;
    height: 106vh;
  }
}
@media (min-width: 1920px) {
  #bginabout {
    height: 125vh;
    background-size: cover;
  }
}

.cortepapel {
  width: 100%;
}

/*
========================================
		Página de Experiences
========================================
 */
@media (min-width: 320px) {
  #bginblog {
    background-image: url(../img/topoBlog.png);
    background-size: cover;
    background-position: center;
    height: 38vh;
  }
}
@media (min-width: 768px) {
  #bginblog {
    background-size: cover;
    background-position: center;
    height: 88vh;
  }
}
@media (min-width: 1024px) {
  #bginblog {
    height: 118vh;
  }
}
@media (min-width: 1440px) {
  #bginblog {
    background-size: cover;
    background-position: inherit;
    height: 106vh;
  }
}
@media (min-width: 1920px) {
  #bginblog {
    height: 126vh;
  }
}
#bginblog .int {
  height: 60vh;
}
@media (min-width: 1024px) {
  #bginblog .int {
    height: 40vh;
  }
}

#tituloTopo {
  text-align: center;
  position: absolute;
  z-index: 298;
  top: 35%;
  left: 23%;
}
@media (min-width: 320px) {
  #tituloTopo {
    top: 9%;
    left: 0%;
  }
}
@media (min-width: 768px) {
  #tituloTopo {
    top: 20%;
    left: 2%;
  }
}
@media (min-width: 1440px) {
  #tituloTopo {
    left: 17%;
  }
}
@media (min-width: 2560px) {
  #tituloTopo {
    left: 30%;
  }
}
#tituloTopo .brancotopo {
  font-family: "Pluto Sans Regular";
  color: #fff;
}
@media (min-width: 320px) {
  #tituloTopo .brancotopo {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  #tituloTopo .brancotopo {
    font-size: 70px;
  }
}
#tituloTopo .laranjatopo {
  font-size: 77px;
  color: #ffa20a;
  font-family: 'Athelas Regular';
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 320px) {
  #tituloTopo .laranjatopo {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  #tituloTopo .laranjatopo {
    font-size: 60px;
  }
}

.experience {
  background-color: #33251c;
}
.experience .titulo-sessao {
  padding-bottom: 150px;
}
@media (min-width: 320px) {
  .experience .titulo-sessao {
    font-family: 'Pluto Sans Regular';
    color: #d9b893;
    font-size: 22px;
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .experience .titulo-sessao {
    font-size: 40px;
  }
  .experience .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    left: 4%;
    margin-top: 30px;
  }
  .experience .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    right: 4%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .experience .titulo-sessao {
    font-size: 77px;
  }
  .experience .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    left: 12%;
    margin-top: 59px;
  }
  .experience .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    right: 12%;
    margin-top: 59px;
  }
}
.experience .noticia {
  padding-bottom: 70px;
}
.experience .noticia .tituloNoticia {
  font-family: 'Athelas Bold';
  font-size: 31px;
  color: #ffa20a;
  margin-bottom: 10px;
}
.experience .noticia .imagemNoticia {
  margin-bottom: 8px;
}
.experience .noticia .por {
  color: #c0563a;
  font-family: "Pluto Sans L";
  font-size: 14px;
}
.experience .noticia .data {
  color: #c0563a;
  font-family: "Pluto Sans L";
  font-size: 14px;
}
@media (min-width: 320px) {
  .experience .noticia .data {
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  .experience .noticia .data {
    font-size: 14px;
  }
}
.experience .noticia .resumo {
  margin-top: 8px;
  font-family: "Pluto Sans ExtraLight";
  color: #faefe0;
  font-size: 15px;
  text-align: justify;
}
.experience .noticia .botao {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.experience .noticia .botao a {
  font-family: "Pluto Sans Regular";
  color: #c0563a;
  font-size: 20px;
  padding: 8px 22px;
  border: solid 1px #c0563a;
}
.experience .noticia .botao a:hover {
  background-color: #c0563a;
  color: #fff;
}

.materia {
  background-color: #33251c;
}
.materia .titulo-materia {
  padding-bottom: 20px;
}
@media (min-width: 320px) {
  .materia .titulo-materia {
    font-family: 'Pluto Sans Regular';
    color: #d9b893;
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .materia .titulo-materia {
    font-size: 40px;
  }
  .materia .titulo-materia:after {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    left: 4%;
    margin-top: 30px;
  }
  .materia .titulo-materia:before {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    right: 4%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .materia .titulo-materia {
    font-size: 77px;
  }
  .materia .titulo-materia:after {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    left: 12%;
    margin-top: 59px;
  }
  .materia .titulo-materia:before {
    content: '';
    height: 2px;
    width: 15%;
    background-color: #d9b893;
    position: absolute;
    right: 12%;
    margin-top: 59px;
  }
}
.materia .por {
  color: #c0563a;
  font-family: "Pluto Sans L";
  font-size: 16px;
  margin-bottom: 18px;
}
.materia .texto-materia {
  padding-bottom: 10px;
}
.materia .texto-materia p {
  text-align: justify;
  font-size: 18px;
  font-family: "Pluto Sans ExtraLight";
  color: #faefe0;
}
.materia .texto-materia img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.outros {
  background-color: #fdf3e8;
}
.outros .titulo-sessao {
  font-size: 40px;
  font-family: "Pluto Sans Regular";
  color: #c0563b;
}
.outros hr {
  border-bottom: solid 3px #c0563b;
  margin-top: -2px;
}
.outros .noticia {
  margin-top: 80px;
}
.outros .noticia .tituloNoticia {
  color: #ffa20a;
  font-size: 21px;
  font-family: 'Athelas Bold';
}
.outros .noticia .por {
  color: #c0563a;
  font-family: "Pluto Sans L";
  font-size: 14px;
}
.outros .noticia .data {
  color: #c0563a;
  font-family: "Pluto Sans L";
  font-size: 14px;
}
@media (min-width: 320px) {
  .outros .noticia .data {
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  .outros .noticia .data {
    font-size: 14px;
  }
}
.outros .noticia .resumo {
  margin-top: 8px;
  font-family: "Pluto Sans ExtraLight";
  color: #2a1e1b;
  font-size: 14px;
  text-align: justify;
}
.outros .noticia .botao {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.outros .noticia .botao a {
  font-family: "Pluto Sans Regular";
  color: #c0563a;
  font-size: 12px;
  padding: 5px 12px;
  border: solid 1px #c0563a;
}
.outros .noticia .botao a:hover {
  background-color: #c0563a;
  color: #fff;
}

/*
========================================
		Página de FAQ
========================================
 */
@media (min-width: 320px) {
  #bginfaq {
    background-image: url(../img/bannerfaq.png);
    background-size: cover;
    background-position: center;
    height: 128vh;
  }
}
@media (min-width: 1440px) {
  #bginfaq {
    background-size: cover;
    background-position: inherit;
    height: 112vh;
  }
}
@media (min-width: 1920px) {
  #bginfaq {
    background-size: cover;
    height: 133vh;
  }
}
#bginfaq #tituloTopo {
  text-align: center;
}
#bginfaq #tituloTopo .brancotopo {
  font-family: "Pluto Sans Regular";
  color: #fff;
}
@media (min-width: 320px) {
  #bginfaq #tituloTopo .brancotopo {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  #bginfaq #tituloTopo .brancotopo {
    font-size: 70px;
  }
}
#bginfaq #tituloTopo .laranjatopo {
  font-size: 121px;
  color: #ffa20a;
  font-family: 'Athelas Regular';
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 320px) {
  #bginfaq #tituloTopo .laranjatopo {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  #bginfaq #tituloTopo .laranjatopo {
    font-size: 121px;
  }
}
#bginfaq .int {
  height: 60vh;
}
@media (min-width: 1024px) {
  #bginfaq .int {
    height: 40vh;
  }
}

.faq {
  padding-bottom: 85px;
  background-color: #33251c;
}
.faq .titulo-sessao {
  padding-bottom: 150px;
}
@media (min-width: 320px) {
  .faq .titulo-sessao {
    font-family: 'Pluto Sans Regular';
    color: #d9b893;
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .faq .titulo-sessao {
    font-size: 40px;
  }
  .faq .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #d9b893;
    position: absolute;
    left: 4%;
    margin-top: 30px;
  }
  .faq .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #d9b893;
    position: absolute;
    right: 4%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .faq .titulo-sessao {
    font-size: 77px;
  }
  .faq .titulo-sessao:after {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #d9b893;
    position: absolute;
    left: 5%;
    margin-top: 59px;
  }
  .faq .titulo-sessao:before {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #d9b893;
    position: absolute;
    right: 5%;
    margin-top: 59px;
  }
}
.faq #faqfreq .card {
  background-color: #33251c;
  padding: 10px;
  border: none;
  border-bottom: solid 1px #d9b893;
}
.faq #faqfreq .card .card-header {
  background-color: #33251c;
  padding: 0;
  border: none;
}
.faq #faqfreq .card .card-header .btn {
  white-space: inherit;
}
.faq #faqfreq .card .card-header a {
  width: 100%;
  font-family: "Pluto Sans Regular";
  text-align: left;
}
.faq #faqfreq .card .card-header a[aria-expanded="false"] {
  font-size: 20px;
  padding: 15px;
  font-family: "Pluto Sans Regular";
  color: #fff8f1;
}
.faq #faqfreq .card .card-header a[aria-expanded="true"] {
  background-color: #fff5ea;
  border-radius: 0px;
  padding: 15px;
  font-size: 20px;
  color: #c0563b;
}
.faq #faqfreq .card .card-header a[aria-expanded="true"]:hover {
  color: #c0563b !important;
}
.faq #faqfreq .card .card-body {
  background-color: #fff5ea;
  font-family: "Pluto Sans ExtraLight";
  padding: 40px;
}

.contato {
  background-color: #fff5ea;
}
.contato .naoresp {
  font-size: 30px;
  font-family: "Pluto Sans ExtraLight";
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 320px) {
  .contato .naoresp {
    font-size: 18px;
  }
}
.contato .titulocontato {
  font-size: 81px;
  margin-top: 50px;
  color: #ffa20a;
  font-family: "Pluto Sans Regular";
  text-align: center;
}
@media (min-width: 320px) {
  .contato .titulocontato {
    font-size: 40px;
  }
}
@media (min-width: 320px) {
  .contato .formulario {
    padding: 5px 15px;
  }
}
@media (min-width: 1024px) {
  .contato .formulario {
    padding: 5px 150px;
  }
}
.contato .formulario input[type="text"] {
  font-family: "Pluto Sans ExtraLight";
  font-size: 20px;
  outline: none;
  width: 100%;
  margin: 5px;
  padding: 5px;
  background-color: transparent;
  border-bottom: solid 1px #c0563b;
}
.contato .formulario input[type="text"]::placeholder {
  color: #c0563b;
}
.contato .formulario textarea {
  margin-top: 50px;
  font-family: "Pluto Sans ExtraLight";
  border: solid 1px #c0563b;
  background-color: transparent;
  width: 100%;
  padding: 3px 14px;
  margin-left: 4px;
}
.contato .formulario textarea::placeholder {
  color: #c0563b;
}
.contato .formulario .botao {
  margin-top: 14px;
  text-align: right;
}
.contato .formulario .botao input {
  font-family: "Pluto Sans Regular";
  background-color: #c0563b;
  border: solid 1px #000;
  color: #fff;
  padding: 5px 22px;
}
.contato .formulario .botao input:hover {
  cursor: pointer;
  background-color: transparent;
  color: #c0563b;
}

@media (min-width: 1024px) {
  .fixar {
    position: fixed;
    width: 100%;
    top: -12%;
    margin-left: 7%;
    z-index: 500;
  }
}
@media (min-width: 1440px) {
  .fixar {
    position: fixed;
    width: 100%;
    top: -132px;
    margin-left: 16px;
    z-index: 500;
  }
}
@media (min-width: 2000px) {
  .fixar {
    position: fixed;
    width: 100%;
    top: -95px;
    margin-left: 16px;
    z-index: 500;
  }
}
@media (min-width: 1024px) {
  .fixar ul {
    background-color: #3a2d29;
    border: solid 1px #38241b;
    border-radius: 0px 0px 25px 25px;
    padding: 13px 0px;
    padding-left: 29px;
    margin-top: 160px;
    margin-left: -21px;
  }
}
@media (min-width: 1200px) {
  .fixar ul {
    background-color: #3a2d29;
    border: solid 1px #38241b;
    border-radius: 0px 0px 25px 25px;
    padding: 15px 6px;
    padding-left: 29px;
    margin-top: 173px;
    margin-left: -24px;
  }
}
@media (min-width: 1440px) {
  .fixar ul {
    background-color: #3a2d29;
    border: solid 1px #38241b;
    border-radius: 0px 0px 25px 25px;
    padding: 15px 6px;
    padding-left: 29px;
    margin-top: 196px;
    margin-left: -156px;
  }
}
@media (min-width: 1024px) {
  .fixar ul li {
    padding: 7px 5px;
  }
}
@media (min-width: 1200px) {
  .fixar ul li {
    padding: 15px 17px;
  }
}
.fixar ul #last {
  padding: auto;
  border: none;
}
@media (min-width: 1024px) {
  .fixar .privados {
    background-color: #3a2d29;
    border: solid 1px #38241b;
    border-radius: 0px 0px 25px 25px;
    padding: 13px 0px;
    padding-left: 29px;
    margin-top: 160px;
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .fixar .privados {
    background-color: #3a2d29;
    border: solid 1px #38241b;
    border-radius: 0px 0px 25px 25px;
    padding: 15px 17px;
    padding-left: 29px;
    margin-top: 201px;
    margin-left: 0px;
  }
}

@media (min-width: 320px) {
  .fndbr {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .fndbr {
    padding: 0px;
  }
}

.tituloexp {
  margin-top: 15px;
  text-align: center;
  color: #50342b;
}
@media (min-width: 320px) {
  .tituloexp h1 {
    font-family: 'Athelas Regular';
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .tituloexp h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .tituloexp h1 {
    font-size: 40px;
  }
}

.conteudoexp {
  padding: 0px 10px;
  font-family: 'Pluto Sans L';
  font-size: 11px;
}

.details {
  padding: 0px 10px;
}
.details img {
  width: 15%;
  margin-right: 2px;
}

@media (min-width: 320px) {
  .destaque {
    font-family: 'Pluto Sans Bold';
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .destaque {
    font-family: 'Pluto Sans Bold';
    font-size: 12px;
  }
}

@media (min-width: 320px) {
  .resposta {
    color: #c0563b;
    font-family: 'Pluto Sans Regular';
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .resposta {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .resposta {
    font-size: 11px;
  }
}

.botaoexp {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}

#bginexped {
  background-image: url(../img/topoexpedicao.png);
}
@media (min-width: 320px) {
  #bginexped {
    background-image: url(../img/topoexpedicao.png);
    background-size: cover;
    background-position: center;
    height: 23vh;
  }
}
@media (min-width: 1440px) {
  #bginexped {
    background-size: contain;
    background-position: inherit;
    height: 164vh;
  }
}
@media (min-width: 1920px) {
  #bginexped {
    height: 125vh;
    background-size: cover;
  }
}

.pergunta {
  color: #fff;
}
.pergunta:hover {
  color: #c0563b !important;
  cursor: pointer;
  text-decoration: none;
}

.pin {
  width: 1573px;
}

#reservar .modal-content {
  padding-bottom: 10px;
  background-image: url(../img/bgmodal.png);
  width: 126%;
  margin-left: -13%;
}
#reservar .formreserve input[type="text"] {
  font-family: 'Athelas Regular';
  outline: none;
  margin-top: 5px;
  margin-left: 10%;
  background-color: transparent;
  width: 80%;
  padding: 5px 12px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  border-bottom: solid 0.5px #d9b893;
}
#reservar .formreserve input[type="text"]::placeholder {
  color: #d9b893;
}
#reservar .formreserve #phone {
  width: 38%;
  margin-left: 20px;
}
#reservar .formreserve #email {
  width: 40%;
  float: left;
}
#reservar .formreserve textarea {
  background-color: transparent;
  width: 80%;
  padding: 5px 12px;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  margin-left: 10%;
  border: solid 1px #d9b893;
  resize: none;
}
#reservar .formreserve textarea::placeholder {
  color: #d9b893;
}
#reservar .formreserve .botaocontato {
  margin-top: 20px;
  text-align: right;
  margin-right: 20%;
}
#reservar .formreserve .botaocontato input {
  padding: 5px 20px;
  font-size: 16px;
  font-family: 'Pluto Sans L';
  background-color: #c0563b;
  color: #fff;
}
#reservar .formreserve .botaocontato input:hover {
  background-color: #ffa20a;
  cursor: pointer;
}
#reservar .formreserve .social {
  margin-top: 20px;
  text-align: left;
  margin-left: 17%;
  color: #ffa20a;
  font-size: 24px;
}
#reservar .formreserve .social i {
  padding-left: 15px;
}

/*# sourceMappingURL=main.css.map */
