html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.pelicula {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fbf6ef;
    z-index: 999;
}

.bugan-load {
    width: 150px;
    height: 134px;
    background-image: url(../img/spinner.svg);
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -67px;
    margin-left: -75px;
    position: absolute;
}

body,
html {
    height: auto;
    font-family: 'Aaux ProRegular';
    
    background-position: center;
    background-size: 100% 100%;
}

.animation {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

header .logo-header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
}

.txa-center {
    text-align: center;
}

header .menu {
    text-align: center;
    padding-top: 50px;
}

header .menu ul {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

header .menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../img/ico-menu.svg);
    background-position: center left;
    background-repeat: no-repeat;
}

header .menu li:nth-child(1) {
    background-image: none;
}

header .menu li a {
    color: #FFF;
    display: block;
}

.section-reserva {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #217E8C;
    color: #FFF;
    text-align: center;
}

.section-reserva h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
}

.section-reserva a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background-color: #FFF;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 30px;
    border: 1px solid #fff;
    font-size: 18px;
}

.section-reserva a:hover {
    background-color: #217E8C;
    color: #FFF;
}

.section-sobre {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/bg-sobre-2.jpg);
    background-size: cover;
}

.section-sobre .ctn-sobre {
    background-color: #217E8C;
    padding: 50px;
    margin-top: 80px;
}

.section-sobre .ctn-sobre h2 {
    color: #FFF;
    font-size: 32px;
    padding-bottom: 10px;
}

.section-sobre .ctn-sobre p {
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
}

.section-sobre img {
    margin-left: -30px;
}

.section-sobre a {
    padding-top: 30px;
    font-size: 18px;
    display: block;
    color: #624F83;
}

.section-recife {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #217E8C;
    color: #fff;
}

.section-recife h4 {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 15px;
    font-size: 24px;
}

.section-recife h6 {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 15px;
    font-size: 18px;
}

.section-recife h2 {
    color: #FFF;
    font-size: 32px;
    padding-bottom: 10px;
}

.section-recife p {
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
}

.section-recife img {
    margin-top: 50px;
}

.section-recife a {
    padding-top: 30px;
    font-size: 18px;
    display: block;
    color: #624F83;
}

.section-eventos {
    padding-top: 140px;
    padding-bottom: 60px;
}

.section-eventos .ctn-eventos {
    background-color: #217E8C;
    padding: 50px;
    margin-top: -80px;
    margin-left: -30px;
}

.section-eventos .ctn-eventos h2 {
    color: #FFF;
    font-size: 32px;
    padding-bottom: 10px;
}

.section-eventos .ctn-eventos h3 {
    color: #FFF;
    font-size: 28px;
    padding-bottom: 18px;
}

.section-eventos .ctn-eventos p {
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
}

.section-eventos .ctn-eventos p b {
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding-top: 18px;
}

.section-eventos .ctn-eventos p span {
    display: block;
}

.section-eventos .ctn-eventos a {
    background-color: #FFF;
    color: #217E8C;
    padding: 20px 10px;
    margin-top: 15px;
    font-size: 18px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
}
.section-eventos .ctn-eventos a:hover {
    background-color: #217E8C;
    color: #FFF;
}

.section-eventos img {
    /* margin-left: -30px; */
}

.section-acomodacoes a,
.section-ofertas a {
    padding-top: 30px;
    font-size: 18px;
    display: inline-block;
    background-color: #FFF;
    color: #217E8C;
    padding: 20px 30px;
}

.section-ofertas a:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.section-acomodacoes {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/bg-acomodacoes.jpg);
    background-attachment: fixed;
    background-position: center;
    min-height: 600px;
}

.section-acomodacoes h2 {
    color: #FFF;
    font-size: 32px;
    padding-bottom: 10px;
}

.section-acomodacoes p {
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
}

.section-ofertas {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/bg-ofertas.jpg);
    background-attachment: fixed;
    background-position: center;
    min-height: 600px;
    text-align: right;
}

.section-ofertas h2 {
    color: #FFF;
    font-size: 32px;
    padding-bottom: 10px;
    text-align: right;
    display: block;
    line-height: 38px;
}

.section-ofertas p {
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
}

.section-ofertas .line {
    float: right;
    display: block;
}

footer {
    background-color: #217E8C;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #FFF;
}

footer p {
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
}

footer p:nth-child(1) {
    padding-bottom: 30px;
}

footer h6 {
    text-align: right;
    font-weight: bold;
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
}

.section-bugan,
.section-bugan-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-bugan-3 {
    padding-bottom: 100px;
}

.section-bugan p,
.section-bugan-2 p,
.section-bugan-3 p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 30px;
}

.section-ofertas-1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-ofertas-1 h3 {
    padding-top: 60px;
    font-size: 24px;
    line-height: 30px;
}

.section-ofertas-1 p {
    font-size: 14px;
    line-height: 20px;
}

.header-promo {
    background-color: #624F83;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-promo a {
    text-decoration: none;
}

.header-promo h2 {
    color: #fff;
    font-size: 16px;
}

.line {
    width: 80px;
    height: 1px;
    background-color: #F6C783;
    margin-bottom: 20px;
    margin-top: 20px;
}

.line-center {
    width: 80px;
    height: 1px;
    background-color: #624F83;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.line-absolute {
    position: absolute;
    height: 80px;
    width: 1px;
    background-color: #624F83;
    margin-left: 20px;
    margin-top: -20px;
}

.line-right {
    width: 80px;
    height: 1px;
    background-color: #624F83;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

.line-right-absolute {
    position: absolute;
    height: 200px;
    width: 1px;
    background-color: #624F83;
    margin-left: 20px;
    margin-top: -180px;
}

.line-left {
    width: 80px;
    height: 1px;
    background-color: #624F83;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.line-left-absolute {
    position: absolute;
    height: 80px;
    width: 1px;
    background-color: #624F83;
    margin-left: 60px;
    margin-top: -20px;
}

.section-bugan-3 img,
.section-bugan-4 img {
    margin-top: -120px;
}

.section-bugan-4 {
    padding-bottom: 100px;
}

header .intro-page {
    text-align: center;
    color: #FFF;
}

header .intro-page h1 {
    font-size: 48px;
    padding-bottom: 30px;
    padding-top: 200px;
    /* font-family: 'Aaux ProMedium'; */
    font-weight: 500;
    letter-spacing: 4px;
}

.section-recife-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-recife-1 .ctn-recife {
    background-color: #ADAEB4;
    padding: 80px;
    margin-top: 180px;
}

.section-recife-1 p {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    padding-right: 80px;
}

.section-recife-1 img {
    margin-left: -80px;
}

.section-recife-2 {
    padding-top: 60px;
}

.section-recife-2 .ctn-recife-2 {
    background-color: #000;
    padding: 80px;
    margin-top: -40px;
}

.section-recife-2 p {
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
}

.section-recife-3 {
    padding-bottom: 60px;
}

.section-recife-3 .ctn-recife-3 {
    padding: 80px;
}

.section-recife-3 p {
    color: #000;
    font-size: 17px;
    line-height: 24px;
}

.section-recife-3 img {
    margin-left: 30px;
}

.section-evento {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-evento p {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.section-eventos-1 img {
    margin-left: -15px;
    margin-right: -15px;
}

.section-eventos-1 .ctn-eventos-1 {
    padding: 80px;
}

.section-eventos-1 p {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    padding-left: 50px;
}

.section-acomodacoes-1 {
    padding-top: 90px;
    padding-bottom: 60px;
}

.section-acomodacoes-1 h2 {
    color: #000;
    font-size: 32px;
    padding-bottom: 10px;
}

.section-acomodacoes-1 p {
    color: #000;
    font-size: 17px;
    line-height: 24px;
}

.section-acomodacoes-1 .ctn-acomodacoes-1 {
    padding: 80px;
}

.section-acomodacoes-1 .line-right {
    bottom: 0;
    right: -46px;
    position: absolute;
}

.section-acomodacoes-1 .line-left {
    top: -50px;
    left: -46px;
    position: absolute;
}

.section-acomodacoes-2,
.section-acomodacoes-3,
.section-acomodacoes-4,
.section-acomodacoes-5,
.section-acomodacoes-6 {
    padding-top: 60px;
}

.section-acomodacoes-2 .line-right {
    bottom: 50px;
    right: -46px;
    position: absolute;
}

.section-acomodacoes-3 .line-left-absolute {
    height: 200px;
}

.section-acomodacoes-4 .line-right {
    bottom: -50px;
    right: -46px;
    position: absolute;
}

.section-acomodacoes-5 .line-left,
.section-acomodacoes-7 .line-left {
    bottom: -20px;
    top: initial;
    position: absolute;
}

.section-acomodacoes-5 .line-left-absolute,
.section-acomodacoes-7 .line-left-absolute {
    height: 200px;
    margin-top: -180px;
}

.section-acomodacoes-6 .line-right {
    bottom: -50px;
    right: -46px;
    position: absolute;
}

.section-acomodacoes-7 .line-left {
    bottom: 46px;
    top: initial;
    position: absolute;
}

.section-acomodacoes-7 .ctn-acomodacoes-1 {
    padding-top: 30px;
}

section a:hover {
    color: #fff;
}

section a {
    text-decoration: none;
}

.section-eventos-end {
    padding-bottom: 90px;
}



.section-sobre .line-left {
    bottom: -20px;
    top: initial;
    position: absolute;
}

.section-sobre .line-left-absolute {
    height: 200px;
    margin-top: -180px;
}

.ctn-acomodacoes-2 {
    padding-left: 30px;
}

.ctn-acomodacoes-2 h2.pdt-30 {
    padding-top: 30px;
}

.ctn-acomodacoes-2 h2.pdt-80 {
    padding-top: 80px;
}