* {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
  font-family: "Lato";
  font-size: 15px;
  color: #777;
}
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.paragrafo.medium {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 300;
}
.btn {
  height: 50px;
  line-height: 46px;
  border: #e8e3db 3px solid;
  background: transparent;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 300;
  color: #8d744a;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #8d744a;
  border-color: #8d744a;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  border-color: #8d744a;
  background: #8d744a;
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #fff;
  background: #3b3d40;
  border-color: #3b3d40;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary.fancybox-thumb.center {
  margin: auto;
  display: table;
}
.icon-hotel-emiliano-btn-spotify {
  width: 118px;
  height: 30px;
  position: relative;
}
.btn-spotify {
  display: block;
  position: relative;
}
.btn-spotify span {
  position: absolute;
  width: 100%;
  z-index: 10;
  color: #fff;
  left: -10px;
  margin: 6px 0 0 0;
  font-size: 12px;
}
.hidden-en {
  height: 155px !important;
}
.hidden-en .tab-content .tab-pane {
  display: none !important;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Header */
#header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1030;
}
#header .top {
  width: 100%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -10px;
}
#header .top ul {
  height: 17px;
  margin: 0;
  padding: 0;
  margin-top: 4px;
  text-align: center;
}
#header .top ul li {
  height: 17px;
  padding: 0 18px;
  border-left: #8d744a 1px solid;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
#header .top ul li:first-child {
  border: 0;
}
#header .top ul li a {
  line-height: 17px;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  display: block;
}
#header .top ul li.novidades a:before,
#header .top ul li.localizacao a:before {
  height: 12px;
  width: 14px;
  margin: 2px 10px 0 0;
  content: "";
  background: url(images/header-top-sprites.png);
  display: inline-block;
  vertical-align: top;
}
#header .top ul li.localizacao a:before {
  margin-right: 5px;
  background-position: top right;
}
#header .dropdown-menu {
  padding: 7px 17px;
  margin-top: 3px;
  background-color: rgba(0, 0, 0, 0.5);
}
#header .nav {
  width: 100%;
  height: 93px;
  padding: 3px 0 10px;
  margin-top: -3px;
  background: url(images/bg-menu.png);
  position: relative;
  z-index: 1031;
}
#header .nav .container {
  position: relative;
}
#header .nav:before {
  width: 100%;
  height: 80px;
  content: "";
  background: #8d744a;
  top: 3px;
  left: 0;
  position: absolute;
}
#header .nav .logo {
  margin: 0;
  float: left;
  position: relative;
}
#header .nav .logo a {
  width: 195px;
  height: 80px;
  background: #8d744a url(images/emiliano.png) center center no-repeat;
  display: block;
}
#header .lang {
  width: 30px;
  max-height: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 25px;
  right: 15px;
}
#header .lang:hover {
  max-height: 90px;
}
#header .lang a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: #fff 1px solid;
  font-size: 11px;
  background: #fff;
  color: #8d744a;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: block;
}
#header .lang a:first-child {
  background: transparent;
  color: #fff;
}
#menu {
  margin: 0 0 0 40px;
  padding: 0;
  float: left;
}
#menu > li {
  margin: 25px 0;
  list-style: none;
  float: left;
  position: relative;
}
#menu > li > a {
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
#menu > li.active > a {
  text-decoration: underline;
}
#menu > li ul {
  background: #fff;
}
#menu > li ul li ul {
  overflow: visible;
}
#menu > li ul.big {
  width: 250px;
}

#menu > li ul li {
  list-style: none;
  border-top: #f7f7f7 1px solid;
}
#menu > li ul li:first-child {
  border: 0;
}
#menu > li ul li a {
  line-height: 23px;
  padding: 8px 25px 7px;
  font-size: 12px;
  color: #8d744a;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

#player {
  width: 80px;
  height: 20px;
  background: #8d744a;
  margin-top: -2px;
  position: relative;
  overflow: hidden;
}
#play {
  width: 35px;
  height: 20px;
  background: #8d744a;
  top: 0;
  left: 0;
  position: absolute;
}
#play:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  content: "";
  margin: -5px 0 0 -3px;
  top: 50%;
  left: 50%;
  position: absolute;
}
#play:hover:after {
  border-left-color: #000;
}
#pause {
  width: 35px;
  height: 20px;
  background: #8d744a;
  top: 0;
  left: 0;
  position: absolute;
}
#pause:before {
  width: 3px;
  height: 8px;
  background: #fff;
  margin: -4px 0 0 -4px;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
}
#pause:after {
  width: 3px;
  height: 8px;
  background: #fff;
  margin: -4px 0 0 1px;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
}
#pause:hover:before,
#pause:hover:after {
  background-color: #000;
}
/* Footer */
#footer {
  height: 170px;
  padding: 39px 0;
  background: #8d744a;
  position: relative;
  margin-top: 90px;
}
#footer .left {
  width: 164px;
  float: left;
}
#footer .left ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#footer .left ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
#footer .left ul li a {
  width: 31px;
  height: 24px;
  background: url(images/footer-socials-sprites.png);
  display: block;
}
#footer .left ul li a.facebook {
  background-position: top left;
}
#footer .left ul li a.instagram {
  margin: 0 6px 0 2px;
  background-position: top center;
}
#footer .left ul li a.tripadvisor {
  background-position: top right;
}
#footer .logo {
  width: 155px;
  height: 28px;
  margin: 10px auto;
  background: url(images/emiliano.png);
  display: block;
}
#footer .left p {
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
#footer .center {
  width: 550px;
  margin-left: 35px;
  float: left;
}
#footer .center ul {
  margin: 0;
  padding: 0;
}
#footer .center ul li {
  padding: 0 10px;
  border-left: #44474a 1px solid;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
#footer .center ul li:first-child {
  border: 0;
  padding-left: 0;
}
#footer .center ul li a {
  line-height: 15px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
#footer .center ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .center address {
  width: 250px;
  line-height: 19px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
#footer .center address.rj {
  margin-left: 40px;
}
#footer .right {
  width: 390px;
  margin-top: 12px;
  float: right;
  position: relative;
}
#footer .right a {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
#footer .right a img {
  max-width: 100%;
}
#footer .right a:first-child {
  margin: 0;
}
#footer .right a.bg7 {
  margin-top: 20px;
}
#reservas {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1030;
}
#reservas.absolute {
  top: 0;
  bottom: auto;
  position: absolute;
}
#reservas .container {
  position: relative;
}
#reservas .box {
  width: 375px;
  height: 430px;
  max-height: 60px;
  background: #3b3d40;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
#reservas.active .box {
  max-height: 370px;
}
#reservas .box a.open {
  width: 375px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  background: #8d744a;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
#reservas .box a.open:after {
  width: 16px;
  height: 10px;
  margin: -3px 0 0 40px;
  content: "";
  background: url(images/arrow-down.png);
  display: inline-block;
  vertical-align: middle;
}
#reservas.active .box a.open:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#reservas .tab-content {
  margin: 20px;
}
#reservas .tab-content input,
#reservas .tab-content select,
#reservas .tab-content .input-group.date .input-group-addon {
  background-color: #626466;
  color: #fff;
}
#reservas .tab-content select {
  background-image: url(images/bg-select-white.png);
}
#reservas .tab-content input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
#reservas .tab-content input:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
#reservas .tab-content input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
#reservas .tab-content input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
#reservas .tab-content .btn.btn-default {
  background-color: #fff;
}
#reservas .tab-content .btn.btn-default:hover {
  color: #fff;
  background-color: #8d744a;
  border-color: #8d744a;
}
#reservas .tab-content > a {
  width: 100%;
  height: 55px;
  font-size: 19px;
}

.container.reservas h4 {
  font-family: "Lato";
  font-weight: 200;
  text-transform: uppercase;
  color: #8d744a;
  padding-top: 15px;
  font-size: 18px;
}
.container.reservas p {
  margin: 0;
  font-family: "Lato";
  font-weight: 300;
  font-size: 14px;
}
.nav-tabs.bullets {
  height: auto;
  padding: 18px 20px 14px;
  border: 0;
}
.nav-tabs.bullets li {
  padding: 0 12px;
  margin: 0;
  border-left: #726247 1px solid;
}
.nav-tabs.bullets li:first-child {
  padding-left: 0;
  border: 0;
}
.nav-tabs.bullets li a {
  height: 30px;
  line-height: 28px;
  padding: 0 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.bullets li:hover a {
  background: none;
  border-color: transparent;
  color: #8d744a;
}
.nav-tabs.bullets li.active a {
  line-height: 26px;
  color: #ecd0a1;
  background: none;
  border: #726247 2px solid;
}
#reservas .box .reserve-en {
  width: auto;
  height: 60px;
  line-height: 60px;
  margin: 0;
  background: #8d744a;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
#estado {
  text-align: center;
  position: relative;
}

#estado a {
  width: 190px;
  margin: 20px 23px 30px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
#estado a .img {
  width: 190px;
  padding: 2px;
  border: #e2dcd2 1px solid;
}
#estado a:hover .img {
  padding: 0;
  border-width: 3px;
}
#estado a p {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #665;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#news {
  width: 630px;
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
}
#news h2 {
  padding: 50px 0 25px;
  margin: 0;
  line-height: 32px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
#news input {
  background: #a4906e;
  color: #fff;
}
#news input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
#news input:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
#news input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
#news input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
#news .btn {
  width: auto;
  background: #fff;
  border-color: #fff;
  color: #8d744a;
  display: inline-block;
}
#news .btn:hover {
  color: #fff;
  background: #3b3d40;
  border-color: #3b3d40;
}
#sucesso {
  width: 630px;
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
}
#sucesso h2 {
  padding: 50px 0 25px;
  margin: 0;
  line-height: 32px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
#sucesso p {
  color: #fff;
}
/* Home */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: #aaa;
}
.carousel-indicators li.active {
  margin: 0 2px;
  border: #fff 2px solid;
  background: #8d744a;
  border: 1px solid #aaa;
}
#banner {
  width: 100%;
  background: #000;
}
#banner.small {
  height: 105px !important;
  overflow: hidden;
  position: relative;
}
#banner.small.contato {
  overflow: visible;
}
#banner .carousel-indicators {
  top: 50%;
  bottom: auto;
  margin-top: 100px;
}
#banner .center {
  padding: 0 15px;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner.small.contato .center {
  top: 60px;
  margin-top: 0;
  top: 160px;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
#banner .center .big {
  line-height: 86px;
  margin: 0;
  font-size: 64px;
  font-weight: 100;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase;
}
#banner.small.contato .center .big {
  color: #000;
}
#banner .center .small {
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 13px;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
#banner.small.contato .center .small {
  color: #000;
}
#banner .center .small:after {
  width: 60px;
  height: 1px;
  margin-left: -30px;
  background: #fff;
  content: "";
  bottom: 0;
  left: 50%;
  position: absolute;
}
#banner.small.contato .center .small:after {
  background: #000;
}
#banner .center p {
  line-height: 34px;
  margin: 20px 0 60px;
  font-weight: 300;
  color: #fff;
}
#banner .center a {
  width: 93px;
  height: 93px;
  margin: auto;
  background: url(images/play.png);
  margin: auto;
  display: block;
}
#banner .scroll {
  width: 25px;
  height: 58px;
  margin-left: -12px;
  bottom: 40px;
  left: 50%;
  position: absolute;
}
#banner .scroll .mouse {
  width: 25px;
  height: 44px;
  background: url(images/mouse.png);
  top: 0;
  left: 0;
  position: absolute;
}
#banner .scroll .arrow {
  width: 25px;
  height: 9px;
  background: url(images/seta.png);
  bottom: -2px;
  left: 0;
  position: absolute;
  animation-duration: 1.2s;
  animation-name: move;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes move {
  0% {
    bottom: -2px;
  }
  15% {
    bottom: -2px;
  }
  85% {
    bottom: 2px;
  }
  100% {
    bottom: 2px;
  }
}

#banner .item {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#banner .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#banner.small .item .img {
  background-size: auto;
  background-position: top center;
}
#banner.small.contato .item .img {
  height: 1017px;
  background-size: cover;
}

#banner .item .text {
  width: 1250px;
  height: 250px;
  margin: -125px 0 0 -625px;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
}
#banner .item .text p {
  margin: 0;
  margin-bottom: 60px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  /*background-color: rgba(0,0,0,0.5);*/
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transform: scale(0);
  text-shadow: 1px 1px 0 #000000;
}
#banner .item.active .text p:first-child {
  opacity: 1;
  transform: scale(1);
}
#banner .item .bar {
  width: 60px;
  height: 1px;
  margin: 0 auto 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
}
#banner .item.active .bar {
  opacity: 1;
  margin-top: -40px;
}
#banner .item .text p.big {
  line-height: 86px;
  margin: 0;
  font-size: 64px;
  font-weight: 100;
  letter-spacing: 5px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  transform: scale(2);
}
#banner .item.active .text p.big {
  opacity: 1;
  transform: scale(1);
}
#bem-vindo {
  height: 970px;
  position: relative;
  overflow: hidden;
}
#bem-vindo .quadro {
  width: 489px;
  margin-left: -245px;
  top: 228px;
  left: 50%;
  position: absolute;
}
#bem-vindo .left {
  height: 970px;
  padding-right: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#bem-vindo .left h2 {
  width: 346px;
  line-height: 72px;
  margin: 0 0 0 -173px;
  font-size: 72px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  top: 250px;
  left: calc((100% - 175px) / 2);
  position: absolute;
}
#bem-vindo .left h2:after {
  width: 60px;
  height: 5px;
  background: #fff;
  content: "";
  bottom: -15px;
  left: 7px;
  position: absolute;
}
#bem-vindo .right {
  height: 970px;
  padding: 0;
}
#bem-vindo .right .img {
  height: 474px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#bem-vindo .right .text {
  max-width: 990px;
  margin: auto;
  height: 495px;
  padding: 55px 200px;
  text-align: center;
}
#bem-vindo .right .text h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: #8d744a;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#bem-vindo .right .text p {
  padding: 30px 0 10px 0;
  font-weight: 300;
  margin: 0;
  line-height: 34px;
}

#jantar__luacheia {
  background-color: #165286;
}
#jantar__luacheia a {
  background: url(images/jantar-lua-cheia-jan-2019.jpg) no-repeat top center
    #000;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  height: 500px;
}

#experiencias {
  background: #f6f6f6;
}
#experiencias .container {
  padding: 105px 60px 115px;
  text-align: center;
}
#experiencias .container p {
  margin: 0;
  font-size: 17px;
  line-height: 34px;
  font-weight: 300;
}
#experiencias .container p.subtitle {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#experiencias .container h2 {
  padding: 25px 0 70px;
  margin: 0;
  font-size: 64px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.experiencias__container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
}
.experiencias__container img.aligncenter {
  margin: auto;
}

#premios .container {
  padding: 51px 0 60px 0;
  text-align: center;
}
#premios .container h2 {
  color: #000;
  font-size: 64px;
  font-weight: 100;
  letter-spacing: 10px;
  margin: 0;
  padding: 25px 0 70px;
  text-transform: uppercase;
}

#premios .container .col-md-5th-1 > div {
  overflow: hidden;
  display: block;
  background: #dadada;
  margin-bottom: 15px;
}
#premios .container .col-md-5th-1 > div img.premio {
  width: 100%;
  height: auto;
}
#premios .container .col-md-5th-1 > div img.arrow {
  position: absolute;
  left: 25px;
  bottom: 28px;
}
#premios .container .col-md-5th-1 > div:hover img.arrow {
  animation: arrow-animationFrames ease-in-out 0.8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -webkit-animation: arrow-animationFrames ease-in-out 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: arrow-animationFrames ease-in-out 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards; /*FF 5+*/
  -o-animation: arrow-animationFrames ease-in-out 0.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards; /*Not implemented yet*/
  -ms-animation: arrow-animationFrames ease-in-out 0.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}
#premios .container .col-md-5th-1 > div h3 {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  position: absolute;
  padding: 25px;
  z-index: 9;
  left: 0;
  bottom: 20px;
}

@keyframes arrow-animationFrames {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(30px, 0px);
  }
}

@-moz-keyframes arrow-animationFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(30px, 0px);
  }
}

@-webkit-keyframes arrow-animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(30px, 0px);
  }
}

@-o-keyframes arrow-animationFrames {
  0% {
    -o-transform: translate(0px, 0px);
  }
  100% {
    -o-transform: translate(30px, 0px);
  }
}

@-ms-keyframes arrow-animationFrames {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  100% {
    -ms-transform: translate(30px, 0px);
  }
}

#exclusividade {
  height: 960px;
  /*background-color:#B19770;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#exclusividade h2 {
  margin: 0 0 0 -5px;
  padding: 90px 0 20px;
  font-size: 56px;
  font-weight: 100;
  color: #6f6f6f;
  letter-spacing: -2px;
}
#exclusividade .subtitle {
  color: #6f6f6f;
  font-weight: 300;
}
#exclusividade .box {
  height: 630px;
  margin-top: 40px;
  background: #fff;
}
#exclusividade .box .nav-tabs {
  height: 60px;
  border: 0;
  background: url(images/bg-tab-home.png);
}
#exclusividade .box .nav-tabs li {
  margin: 0;
}
#exclusividade .box .nav-tabs li a {
  width: 167px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #3b3d40;
}
#exclusividade .box .nav-tabs li a:hover {
  text-decoration: underline;
}
#exclusividade .box .nav-tabs li.active a {
  text-decoration: none;
  background: url(images/bg-tab-active.png);
  color: #fff;
}
#exclusividade .box .nav-tabs li:last-child a {
  width: 168px;
}
#exclusividade .box .tab-content {
  width: 100%;
  height: 570px;
}
#exclusividade .box .tab-content .text {
  width: 450px;
  height: 570px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
}
#exclusividade .box .tab-content .text:before {
  width: 420px;
  height: 540px;
  border: #e3e0dd 1px solid;
  content: "";
  top: 15px;
  left: 15px;
  position: absolute;
}
#exclusividade .box .tab-content .text h3 {
  padding: 80px 40px 20px;
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  color: #8d744a;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}
#exclusividade .box .tab-content .text p {
  line-height: 30px;
  padding: 15px 40px;
  margin: 0;
  font-weight: 300;
  color: #665;
  position: relative;
}
#exclusividade .box .tab-content .text a.btn {
  margin-top: 30px;
  position: relative;
}
#exclusividade .box .tab-content .carousel {
  width: 720px;
  height: 570px;
}
#gallery {
  width: 100%;
  height: 830px;
  padding: 100px 0;
  background: #fff url(images/bg-gallery.png) center 148px no-repeat;
  background-size: 100% auto;
  text-align: center;
  overflow: hidden;
}
#gallery.small {
  height: 786px;
  padding-bottom: 0;
  background-position: center 122px;
}
#gallery .subtitle {
  margin: 0;
  line-height: 34px;
  font-weight: 300;
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#gallery h2 {
  padding: 35px 0 70px;
  margin: 0;
  font-size: 64px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 10px;
}
#gallery.small h2 {
  padding: 10px 0 70px;
}
.custom-carousel {
  width: 1140px;
  height: 370px;
  margin: auto;
  position: relative;
}
.custom-carousel .carousel-indicators {
  bottom: -60px;
}
#gallery.small .custom-carousel .carousel-indicators {
  bottom: -80px;
}
.custom-carousel .carousel-indicators li {
  background: #d6d6d6;
  border-color: #d6d6d6;
}
.custom-carousel .carousel-indicators li.active {
  background: #fff;
  border-color: #8d744a;
}
.custom-carousel .backward,
.custom-carousel .forward {
  width: 17px;
  height: 29px;
  margin-top: -15px;
  background: url(images/arrows.png);
  top: 50%;
  left: 8px;
  position: absolute;
}
.custom-carousel .forward {
  background-position: top right;
  left: auto;
  right: 8px;
}
.custom-carousel .inner {
  white-space: nowrap;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom-carousel .inner .item {
  width: 570px;
  height: 370px;
  margin-right: -2px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.4;
}
.custom-carousel .inner .item.active {
  opacity: 1;
}
.custom-carousel .inner .item.active + .item {
  opacity: 1;
}
.custom-carousel .inner .item a {
  width: 568px;
  margin: 0 1px;
  text-decoration: none;
  position: relative;
  display: block;
}
.custom-carousel .inner .item a:before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(images/img-mask.png);
  top: 0;
  left: 0;
  position: absolute;
}
.custom-carousel .inner .item a p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  bottom: 30px;
  position: absolute;
}
#video {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#video a {
  width: 100%;
  padding-top: 200px;
  height: 500px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#video a:hover {
  background-color: rgba(141, 116, 74, 0.8);
}
#video h2 {
  margin: 0 0 40px;
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
#video .play {
  width: 100%;
  text-align: center;
  display: block;
}
#video p {
  line-height: 48px;
  margin: 30px 80px 0 80px;
  font-size: 28px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 5px;
}
#gastronomia {
  padding: 100px 0;
}
#gastronomia .row > .left {
  padding-top: 33px;
}
#gastronomia .row > .left .subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#gastronomia .row > .left h2 {
  margin: 0 0 0 -3px;
  padding: 20px 0 40px;
  font-size: 48px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 8px;
}
#gastronomia .row > .left .text {
  width: 410px;
}
#gastronomia .row > .left .text p {
  font-weight: 300;
  margin: 0;
  line-height: 34px;
  padding-bottom: 30px;
  color: 665;
}
#gastronomia .row > .right {
  padding: 0;
}
#carousel-gastronomia {
  width: 650px;
  height: 610px;
  margin-left: -65px;
}
/* Internas */
.boxes {
  padding: 70px 0;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.boxes,
.boxes.contato {
  padding-top: 242px !important;
  background-color: rgba(255, 255, 255, 0.8);
}
.boxes .container {
  background: #fff;
}
.boxes .container .row > .left {
  height: 600px;
  padding: 0 50px;
}
.boxes .container .row > .left .align {
  width: 100%;
  height: 600px;
  display: table;
}
.boxes .container .row > .left .align .middle {
  display: table-cell;
  vertical-align: middle;
}
.boxes .container .row > .left h3 {
  line-height: 56px;
  margin: 0;
  font-size: 40px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.boxes .container .row > .left h3.small {
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.boxes .container .row > .left p {
  line-height: 20px;
  margin: 20px 0;
  font-weight: 300;
  color: #665;
}
.boxes .container .row > .left ul {
  padding-left: 30px;
}
.boxes .container .row > .left ul li {
  line-height: 24px;
  font-weight: 300;
  color: #665;
}
.boxes .container .row > .right {
  height: 600px;
  padding: 0 0 0 15px;
}
.boxes.contato .container .row > .right {
  background: #8d744a;
}
.boxes .container .row > .right .text {
  padding: 0 40px;
  line-height: 34px;
  margin: 20px 0;
  font-weight: 300;
  color: #fff;
}
.boxes .container .row > .right h4 {
  line-height: 44px;
  margin: 0;
  padding: 40px 0 20px;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.boxes .container .row > .right p {
  line-height: 34px;
  margin: 0 0 20px;
  font-weight: 300;
  color: #fff;
}
.boxes .container .row > .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxes .container .row > .right ul li {
  width: 49%;
  line-height: 28px;
  margin: 4px 0;
  display: inline-block;
  vertical-align: top;
}
.boxes .container .row > .right ul li:nth-child(even) {
  padding-left: 50px;
}
.boxes .container .row > .right a {
  border-color: #9c8762;
}
.boxes .container .row > .right .carousel {
  width: 570px;
  height: 600px;
}
.boxes-gray {
  background: #f5f5f5;
  padding: 80px 0;
}
.boxes-gray .container {
  background: #fff;
  padding: 60px;
}
.boxes-gray .container h3 {
  color: #8d744a;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}
.boxes-gray .container table {
  width: 100%;
}
.boxes-gray .container table tr td {
  padding: 5px 6px;
  text-transform: uppercase;
  font-weight: 300;
  color: #8d744a;
}

.boxes-gray form#itensadicionais label {
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 3%;
}
.boxes-gray form#itensadicionais input[type="submit"] {
  margin-top: 30px;
}
.boxes-gray form#itensadicionais {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#carousel,
#carousel1 {
  position: relative;
}
#carousel .backward,
#carousel .forward,
#carousel1 .backward,
#carousel1 .forward {
  width: 17px;
  height: 29px;
  margin-top: -15px;
  background: url(images/arrows.png);
  top: 50%;
  position: absolute;
}
#carousel .backward,
#carousel1 .backward {
  left: 15px;
}
#carousel .forward,
#carousel1 .forward {
  right: 15px;
  background-position: 17px;
}
/* Emiliano */
#missao-visao {
  padding: 15px 0;
}
#missao-visao h3 {
  line-height: 56px;
  margin: 0;
  padding: 190px 0 20px;
  font-size: 48px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 6px;
}
#missao-visao p {
  line-height: 34px;
  margin: 20px 0 0;
  font-size: 17px;
  font-weight: 300;
  color: #665;
  display: inline-block;
  vertical-align: top;
}
#valores {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#valores:before {
  width: 50%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
}
#valores h3 {
  margin: 0;
  padding: 140px 0 40px 20px;
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  position: relative;
}
#valores ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#valores ul li {
  width: 240px;
  height: 20px;
  line-height: 20px;
  margin: 11px 0 11px 20px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#valores ul li:before {
  width: 20px;
  height: 20px;
  background: url(images/checked.png);
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
#heliponto {
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#heliponto .left p {
  margin: 0;
  padding: 90px 0 0 5px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#heliponto.no-carousel .left p {
  padding-top: 185px;
}
#heliponto .left h3 {
  margin: 185px 0 0;
  font-size: 72px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
#heliponto .left h3:after {
  width: 60px;
  height: 5px;
  background: #fff;
  content: "";
  bottom: -15px;
  left: 5px;
  position: absolute;
}
#heliponto .left .carousel {
  width: 556px;
  height: 360px;
  margin-top: 56px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
#heliponto .left .carousel .carousel-indicators li {
  cursor: default;
}
#heliponto .left .carousel .backward,
#heliponto .left .carousel .forward {
  width: 17px;
  height: 29px;
  margin-top: -15px;
  background: url(images/arrows.png);
  top: 50%;
  position: absolute;
}
#heliponto .left .carousel .backward {
  left: 15px;
}
#heliponto .left .carousel .forward {
  right: 15px;
  background-position: 17px;
}
#heliponto .right p {
  width: 360px;
  line-height: 34px;
  margin: 15px auto;
  padding-top: 320px;
  font-weight: 300;
  color: #fff;
}
#heliponto.no-carousel .right p {
  padding-top: 165px;
}
#heliponto .right p a {
  color: #fff;
}
/* Galeria */
.central-title {
  padding: 68px 0 40px;
  text-align: center;
}
.central-title h2 {
  margin: 0;
  padding-bottom: 18px;
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
}
.central-title h2:after {
  width: 60px;
  height: 1px;
  margin-left: -30px;
  background: #888;
  content: "";
  bottom: 0;
  left: 50%;
  position: absolute;
}
.central-title h3 {
  margin: 0;
  padding: 20px 0 30px 0;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #000;
  text-transform: uppercase;
}

.central-title.carreiras {
  padding-bottom: 0;
}

.central-title.carreiras h4 {
  color: #8d744a;
  font-size: 18px;
  margin-bottom: 34px;
  margin-top: -10px;
  letter-spacing: 1px;
  font-weight: 400;
}

ul.imprensa {
  text-align: center;
  padding: 0;
  margin-bottom: 2em;
}
ul.imprensa li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  margin: 0 1em;
}
ul.imprensa li a.btn {
  padding: 0 15px;
  height: 35px;
  line-height: 30px;
}
ul.imprensa.carreiras li a.btn {
  padding: 0 15px;
  height: 35px;
  line-height: 30px;
  width: 274px;
  display: block;
  text-align: left;
  font-size: 18px;
  position: relative;
   {
  }
}

.news h2,
.news h3 {
  color: #8d744a;
}
.news h3 {
  font-size: 20px !important;
}
#images .container {
  padding: 0 13px 110px;
  text-align: center;
}
#images ul {
  padding: 0 0 35px;
  margin: 0;
}
#images li {
  width: 375px;
  margin: 3px;
  list-style-type: none;
  float: left;
}
/* Acomodacoes */
#gallery-full {
  width: 100%;
  height: 555px;
  border-top: #fff 5px solid;
  overflow: hidden;
}
#gallery-full .container {
  height: 545px;
  position: relative;
}
#gallery-full .inner .item {
  width: 380px;
  height: 545px;
  margin: 0 -2px 0 7px;
  opacity: 1;
}
#gallery-full .backward {
  left: 15px;
}
#gallery-full .forward {
  right: 15px;
}
/* Contato */
#map {
  width: 100%;
  height: 610px;
}
#contato {
  margin-top: 50px;
}
form p {
  line-height: 24px;
}
form button.btn {
  width: 100%;
  height: 55px;
  font-size: 19px;
}
form h3 {
  font-size: 48px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.form-group,
.input-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group.error:after,
.input-group.error:after {
  width: 53px;
  height: 45px;
  content: "";
  background: url(images/error.png);
  top: 0;
  right: -55px;
  position: absolute;
}
.form-group.select .overflow {
  overflow: hidden;
}
.row > .input-group {
  padding: 0 15px;
  float: left;
}
.row > .form-group:first-child,
.row > .input-group:first-child {
  padding-right: 5px;
}
.row > .form-group.error:first-child:after,
.row > .input-group.error:first-child:after {
  left: -40px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.row > .form-group:first-child + .form-group,
.row > .input-group:first-child + .input-group {
  padding-left: 5px;
}
.row > .form-group:first-child + .form-group.error:after,
.row > .input-group:first-child + .input-group.error:after {
  right: -40px;
}
.form-control {
  height: 45px;
  line-height: 25px;
  padding: 10px 20px;
  border: 0;
  outline: 0 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
  color: #665;
  background: #e7e7e7;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.error .form-control,
.input-group.error .form-control,
.input-group.error .input-group-addon {
  background-color: #fcd8d8;
}
.input-group-addon {
  border: 0;
  -webkit-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #e7e7e7;
  font-size: 16px;
}
select.form-control {
  width: calc(100% + 48px);
  background: #e7e7e7 url(images/bg-select.png) top 0 right 48px no-repeat;
}
textarea.form-control {
  height: 200px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  padding: 0 !important;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #8d744a;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #8d744a;
}
.bootstrap-datetimepicker-widget a[data-action] {
  height: auto;
  padding: 0;
  border: 0;
  line-height: normal;
}
#card {
  padding: 50px 0 100px;
}
#card .subtitle {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}
#card h3 {
  padding: 25px 0 50px;
  margin: 0;
  font-size: 64px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
}
#card .nav-tabs {
  text-align: center;
}
#card .nav-tabs li {
  float: none;
  padding: 0 1%;
  border-color: #e2dcd2;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
#card .nav-tabs li a {
  color: #000;
  border-width: 2px;
}
#card .nav-tabs li:hover a {
  color: #8d744a;
}
#card .nav-tabs li.active a {
  color: #8d744a;
}
#card .tab-content {
  margin-top: 20px;
}
#card .tab-content .left {
  height: 600px;
  background: #f5f5f5;
  padding-left: 0;
}
#card .tab-content .right {
  height: 600px;
  padding: 0 40px 0 40px;
  background: #f5f5f5;
}
#card .tab-content .right .align {
  width: 100%;
  height: 600px;
  display: table;
}
#card .tab-content .right .align .middle {
  display: table-cell;
  vertical-align: middle;
}
#card .tab-content .right h4 {
  padding: 0 0 40px;
  font-size: 33px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#card .tab-content .right p {
  margin-bottom: 50px;
}
#info {
  padding: 50px 0 80px 50px;
  margin-top: 0;
  background: #f5f5f5;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
#info h3 {
  font-size: 30px;
  font-weight: 300;
  color: #8d744a;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-bottom: 50px;
}
#info ul {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#info ul li {
  width: 192px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
}
#info ul li h4 {
  font-size: 13px;
  color: #010101;
  text-transform: uppercase;
  /*letter-spacing:5px;*/
}
#info ul li h4.two {
  margin-top: 0px;
}
#info ul li p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  color: #445;
}
#info .pilares {
  margin-left: 240px;
}
#info .pilares:nth-child(1) {
  margin-left: 0;
}
#info .pilares {
  min-height: 140px;
}
#info .pilares.open {
  min-height: 280px !important;
}
#info .pilares a {
  text-decoration: none;
}
#info .pilares .dropdown-menu {
  min-height: 230px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  border: none;
  top: 0;
  left: 0;
}
#info .pilares .dropdown-menu .left {
  width: 180px;
  text-align: center;
  float: left;
}
#info .pilares .dropdown-menu .right {
  width: 940px;
  padding: 10px;
  float: left;
}
#info .pilares .dropdown-menu .right p {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 15px;
}
#cds {
  padding: 30px 0;
  background: #f5f5f5;
}
#cds .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
#cds .list > li {
  width: 290px;
  margin: 20px 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#cds .list li a {
  text-decoration: none;
  outline: 0;
}
#cds .list li a p {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: 300;
  color: #8d744a;
  text-transform: uppercase;
}
.modal-backdrop.in {
  opacity: 0.75;
}
.modal-dialog {
  width: 750px;
  margin-top: 94px;
}
.modal-content {
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.modal-content.brown {
  background: #8d744a;
}
.modal-content a.close {
  width: 30px;
  height: 30px;
  background: url(images/modal-close.png);
  top: -34px;
  right: 0;
  position: absolute;
  opacity: 1;
}
.modal-content:before {
  border: #d6c9b2 1px solid;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  position: absolute;
}
.modal-content.brow:before {
  border-color: #978059;
}
.modal-content .left {
  width: 250px;
  margin: 30px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.modal-content .left img {
  margin-bottom: 15px;
}
.modal-content .right {
  width: 410px;
  margin: 30px 0 30px 28px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.modal-content .right p {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 300;
  color: #8d744a;
  text-transform: uppercase;
}
.modal-content .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal-content .right ul li {
  line-height: 34px;
  border-top: #ececec 1px solid;
  text-align: left;
}
.modal-content .right ul li:first-child {
  border: 0;
}
#imprensa {
  padding: 0 0 100px;
  text-align: center;
}
#imprensa ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}
#imprensa ul li {
  padding: 10px 0;
  border-bottom: #e4dfd6 1px solid;
  text-align: left;
}
#imprensa ul li:first-child {
  border-top: #e4dfd6 1px solid;
}
#imprensa ul li a {
  font-size: 12px;
  font-weight: 300;
  color: #665;
  text-decoration: none;
}
#imprensa ul li h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  color: #8d744a;
}
#imprensa ul li a:hover h3 {
  text-decoration: underline;
}
#imprensa ul li p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}
#imprensa ul li a:hover p {
  text-decoration: underline;
}
#news-page {
  color: #8d744a;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  min-height: 550px;
  padding: 30px 0 200px;
  text-align: justify;
}
#news-page p {
  margin: 10px 0;
}
#news-page img {
  margin: 10px 0;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
}
#news-page h2,
#news-page h3 {
  text-align: center;
  line-height: 1.5em;
}
#news-page h4 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
}
#news-page .align {
  padding: 0 15px;
}
#news-page .box {
  border: 1px solid #c0b3a0;
}
#news-page .box > div {
  padding: 0;
}
#news-page .box .text {
  padding: 30px;
}
#news-page .box img {
  margin: 0;
}
#news-page .links {
  list-style: none;
  padding: 50px 0 0;
}
#news-page .links li {
  padding: 25px 50px;
}
#news-page .links li h4 {
  font-size: 24px;
  text-align: center;
  color: #8d744a;
}

/*Vídeos*/
#news-page.videos-page {
  margin: 0;
}
.yl-load-more-button {
  width: 250px !important;
  color: #fff !important;
  background-color: #8d744a !important;
}
.yl-load-more-button:hover {
  background: #02090a !important;
}
.yl-wrapper {
  padding: 0 !important;
  margin-top: -100px;
}
.yl-loader {
  visibility: hidden;
}
.yl-item-container {
  margin-top: 0 !important;
}
.yl-3-col-grid .yl-item-wrapper {
  position: relative !important;
}
.yp-share,
.yp-add-comment-button,
.yp-post-likes {
  background-color: #8d744a !important;
}
.yl-3-col-grid .yl-item-wrapper {
  margin-right: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.yl-simple-thumbnails .yl-text {
  padding: 1% !important;
  position: absolute;
  bottom: 0;
  background: rgba(85, 85, 85, 0.89);
  color: #fff;
}

.yl-simple-thumbnails .yl-title {
  font-size: 0.8em !important;
  color: #fff !important;
}
.yp-left-section {
  display: none !important;
}
.yp-right-section {
  width: 100% !important;
}
.container .title-video {
  font-size: 5em !important;
  color: #000;
}

/*Lightbox*/
#ultimate-modal-content {
  border-radius: 0;
  line-height: 34px;
  border-radius: 0;
  border: solid 4px #e2dcd2;
}
#ultimate-modal-content img.aligncenter {
  margin: 0 auto;
  display: block;
}
#ultimate-modal-content ul {
  text-align: center;
  padding: 20px 0;
}
#ultimate-modal-content ul li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  margin: 0 3%;
}
#ultimate-modal-content ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #665;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#ultimate-modal-content ul li a:hover {
  text-decoration: none;
  color: #ba8c35;
}
#ultimate-modal-content ul li img {
  border: 1px solid #e2dcd2;
  padding: 2px;
}

/*FullSlide Experiências*/
.owl-carousel-fullslide .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
}
.boxes .owl-carousel-fullslide .owl-dots .owl-dot.active span,
.boxes .owl-carousel-fullslide .owl-dots .owl-dot:hover span {
  background: #8c744d;
}
.boxes .owl-carousel-fullslide .owl-dots .owl-dot span {
  background: #aaaaaa;
}
.boxes .owl-carousel-fullslide .experiencias__container h3 {
  font-size: 2.5em;
  font-family: "Lato";
  font-weight: 100;
  text-transform: uppercase;
  padding: 0 0 0.5em 0;
  margin-top: 10px;
}
.boxes .owl-carousel-fullslide .experiencias__container h4 {
  font-family: "Lato";
  font-weight: 100;
  margin-bottom: 0px;
}
.boxes .owl-carousel-fullslide .owl-nav {
  position: absolute;
  top: 46%;
  width: 100%;
  left: 0;
}
.boxes .owl-carousel-fullslide .owl-nav .owl-prev,
.boxes .owl-carousel-fullslide .owl-nav .owl-next {
  position: absolute;
  width: 17px;
  height: 29px;
  margin-top: -15px;
  display: block;
  text-indent: -9999px;
  background: url(images/arrows.png);
}

.boxes .owl-carousel-fullslide .owl-nav .owl-prev {
  left: -3em;
}

.boxes .owl-carousel-fullslide .owl-nav .owl-next {
  right: -3em;
  background-position: 17px;
}
.boxes .owl-theme .owl-nav .owl-prev:hover,
.boxes .owl-theme .owl-nav .owl-next:hover {
  background: url(images/arrows.png);
}
.boxes .owl-theme .owl-nav .owl-next:hover {
  background-position: 17px;
}
.boxes .owl-carousel .experiencias__container {
  display: table;
  position: relative;
}
.boxes .experiencias__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 8%;
}
.su-row.umacoluna .wp-caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 600px;
}
.su-row.umacoluna {
  width: 100%;
  max-width: 80%;
  margin: auto;
}

/*accorddion*/
.central-title.carreiras h3 {
  font-size: 40px;
}

.panel-group.carreiras {
  width: 100%;
  max-width: 854px;
  margin: auto;
}
.panel-group.carreiras .panel {
  border-radius: 0;
  margin-top: -1px;
}
.panel-group.carreiras a.btn-carreiras {
  background: #8d744a;
  border: solid 1px #fff;
  color: #fff;
  height: 50px;
  padding: 20px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.panel-group.carreiras a.btn-carreiras:hover {
  text-decoration: none;
  background: #000;
}

.panel-group.carreiras .panel-default {
  border-color: #e8e3db;
}
.panel-group.carreiras .panel-heading {
  background: #fff;
  position: relative;
}
.panel-group.carreiras .panel-heading a {
  color: #000;
}
.panel-group.carreiras .panel-heading a:hover,
.panel-group.carreiras .panel-heading a:focus {
  text-decoration: none;
  outline: 0;
}
.panel-group.carreiras .panel-heading p {
  margin: 0 !important;
}

.panel-group.carreiras .panel-body {
  border-top-color: #e8e3db;
  background-color: #e8e3db;
  padding: 5% 10%;
}
.panel-group.carreiras .panel-body ul {
  text-align: right;
}
.panel-group.carreiras .panel-body ul li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  margin: 0 5px;
}
.panel-group.carreiras p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7em;
}
.panel-group.carreiras p strong {
  font-size: 17px;
  font-weight: 400;
  color: #a79478;
}
.panel-group.carreiras td {
  padding: 10px 15px;
  vertical-align: middle;
}
.panel-group.carreiras td.estado {
  width: 115px;
  border-right: solid 1px #e8e3db;
}
.panel-group.carreiras td.estado ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
.panel-group.carreiras td.estado img {
  width: 24px !important;
}
.panel-group.carreiras td.estado ul li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  font-size: 41px;
  color: #000;
  font-weight: 400;
}
.panel-group.carreiras td.horario img {
  width: 20px !important;
  float: left;
  margin: 0 10px 0 0 !important;
}
.panel-group.carreiras td.horario {
  font-size: 12px;
  text-align: right;
  vertical-align: top;
}
.panel-group.carreiras td.horario span {
  display: block;
  float: right;
}
.panel-group.carreiras .panel-heading a .arrow {
  opacity: 1;
  background: url(../../assets/images/arrow.jpg) no-repeat center top;
  display: block;
  height: 33px;
  margin: 15px auto 0 auto;
  text-align: center;
  width: 33px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.panel-group.carreiras .panel-heading a[aria-expanded="true"] .arrow {
  animation: arrowtopFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -webkit-animation: arrowtopFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: arrowtopFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards; /*FF 5+*/
  -o-animation: arrowtopFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards; /*Not implemented yet*/
  -ms-animation: arrowtopFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}

@keyframes arrowtopFrames {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@-moz-keyframes arrowtopFrames {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}

@-webkit-keyframes arrowtopFrames {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}

@-o-keyframes arrowtopFrames {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}

@-ms-keyframes arrowtopFrames {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(180deg);
  }
}
#frm_form_9_container {
  padding: 5%;
}
#frm_form_9_container .dz-message.needsclick {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #3b3d40;
  color: #fff;
  height: 45px;
  position: relative;
}
#frm_form_9_container h2 {
  color: #8d744a;
  font-family: "Lato";
  font-weight: 300;
  font-size: 20px;
}
#frm_form_9_container p {
  font-family: "Lato";
  font-weight: 300;
  font-size: 14px;
}
#frm_form_9_container button {
  float: right;
  border: none;
  box-shadow: none;
  background: #8d744a;
  border-radius: 0;
  padding: 15px 10px;
  color: #fff;
  width: 150px;
  font-family: "Lato";
  margin: 0px;
}
#frm_form_6_container button {
  color: #fff;
}
#frm_form_9_container input[type="file"] {
  background: #3b3d40;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 300;
  letter-spacing: 1px;
}
#frm_form_9_container .frm_message {
  background: none;
  border: none;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#frm_form_9_container .frm_message p {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.frm_error {
  display: none !important;
}
.frm_icon_font.frm_upload_icon {
  visibility: hidden !important;
}
.frm_compact_text {
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 100;
  top: 10px;
}

#field_emi8p {
  background: transparent;
  font-weight: 100;
  color: #fff;
}

.frm_compact_text {
  text-indent: -99999999px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
}

.fancybox-bg {
  background: #e5e5e5 !important;
}
.fancybox-slide--iframe .fancybox-content {
  width: 630px;
  height: 650px;
  max-width: 80%;
  max-height: 90%;
  margin: 0;
}

h3.titulo--borda {
  display: table;
  margin: 0 auto 90px auto;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px 20px 0;
  border-bottom: solid 1px #8d744a;
  font-size: 20px;
  max-width: 450px;
  width: 100%;
}
h3.titulo--borda.bordagrande {
  margin: 0 auto 20px auto;
  font-size: 35px;
  max-width: 700px;
}

.page-template-template-datas-especiais #news-page .container {
  max-width: 730px;
}
.page-template-template-datas-especiais #news-page .container p.small {
  font-size: 10px;
}
.page-template-template-datas-especiais #news-page .container p.small-13 {
  font-size: 13px;
}
.fullwidth-image {
  width: 100% !important;
}

#carnaval2019 table {
  width: 100% !important;
  margin: 30px auto !important;
  display: table;
  max-width: 500px;
}
#carnaval2019 table tr td {
  font-weight: 300;
  color: #8d744a;
}
#carnaval2019 p {
  font-size: 11px;
}
#carnaval2019 h1 {
  font-weight: 100;
}
.su-lightbox.desfile-das-campeas {
  display: table;
  margin: auto;
  background: #8d744a;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer !important;
}

.su-lightbox.desfile-das-campeas:hover {
  opacity: 0.8;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  line-height: 18px;
}
table tbody tr th {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
table tbody tr th {
  padding: 8px 10px 9px;
  color: #222;
}
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
table tbody tr.even,
table tbody tr td {
  padding: 9px 0;
  vertical-align: top;
  border: none;
}

/*Mailchimp*/
#mc_embed_signup h2 {
  padding: 25px 0 25px !important;
  margin: 0;
  line-height: 32px;
  font-size: 24px !important;
  font-weight: 300 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
#mc_embed_signup input[type="submit"] {
  width: auto;
  background: #fff;
  border-color: #fff;
  color: #8d744a;
  height: 55px;
  font-size: 19px;
  border-radius: 0;
  margin: 0 auto 25px auto;
  display: block;
  font-weight: 300;
}
#mc_embed_signup input[type="submit"]:hover {
  color: #fff;
  background: #3b3d40;
  border-color: #3b3d40;
}
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  background: #a4906e;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 0 1em !important;
}
#mc_embed_signup input[type="text"]::placeholder,
#mc_embed_signup input[type="email"]::placeholder {
  opacity: 1;
  color: #fff;
}
#mc_embed_signup #mce-success-response {
  color: #fff !important;
}
