@import url(https://fonts.googleapis.com/css?family=Lato:900);
body,
p {
    color: #666
}

h4,
p {
    line-height: 22px
}

p,
ul {
    margin: 0
}

.dot1,
.dot2,
.spinner,
header {
    position: absolute
}

.timeline,
ol,
ul {
    list-style: none
}

a,
a:hover,
ul.footer-nav li a {
    text-decoration: none
}

@font-face {
    font-family: Nexa;
    src: url(../fonts/NexaLight.eot);
    src: url(../fonts/NexaLight.eot?#iefix) format('embedded-opentype'), url(../fonts/NexaLight.woff) format('woff'), url(../fonts/NexaLight.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

body {
    font-family: Lato, sans-serif;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300
}

.newsletter p,
.pacotes p {
    font-family: Nexa
}

b,
p strong,
strong {
    font-weight: 600
}

img {
    max-width: 100%;
    height: auto
}

ul {
    padding: 0
}

a {
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out
}

a:hover {
    color: #444
}

i {
    font-size: 1.1em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    color: #444
}

h1 {
    font-size: 24px;
    line-height: 30px
}

h2 {
    font-size: 22px;
    line-height: 28px
}

h3 {
    font-size: 18px;
    line-height: 24px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 12px;
    line-height: 18px
}

p {
    font-size: 13px
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999
}

.spinner {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2s infinite linear;
    animation: rotatee 2s infinite linear
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2s infinite ease-in-out;
    animation: bouncee 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncee {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

header {
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.navbar-toggle,
.slicknav_menu,
.wpb-mobile-menu {
    display: none
}

.navbar {
    margin-bottom: 0;
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}

.navbar-brand {
    position: relative;
    padding: 27px 0;
    margin: 0!important;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.navbar-default .navbar-nav {
    position: relative;
    float: none;
    text-align: center;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.navbar-default .navbar-nav>li {
    float: none;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 25px 10px 10px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border-bottom: 5px solid transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a.active {
    border-bottom: 5px solid #fff;
    color: #fff;
    background-color: transparent
}

.navbar-nav [class*="fa fa-"] {
    background-color: #fff;
    border-radius: 23px;
    color: #568ac2;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    margin: auto 3px;
    width: 23px;
    font-size: 13px;
    text-align: center;
    transition: all .5s ease
}

.fa-facebook:hover,
.fa-google-plus:hover,
.fa-youtube:hover {
    color: #fff;
    transition: all .5s ease
}

.fa-facebook:hover {
    background-color: #4867aa
}

.fa-youtube:hover {
    background-color: #cc181e
}

.fa-google-plus:hover {
    background-color: #dc4a38
}

.navbar-default .navbar-nav>li>a.facebook,
.navbar-default .navbar-nav>li>a.google,
.navbar-default .navbar-nav>li>a.youtube {
    padding: 28px 0 9px
}

.navbar-default .navbar-nav>li:hover>a.facebook,
.navbar-default .navbar-nav>li:hover>a.google,
.navbar-default .navbar-nav>li:hover>a.youtube {
    border-bottom: 5px solid transparent
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    background-color: #fff;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.navbar-default .navbar-nav>li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1
}

.dropdown li,
.sup-dropdown li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .04)
}

.dropdown li:first-child,
.sup-dropdown li:first-child {
    border-top: none
}

.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #666;
    font-size: 13px;
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out
}

.dropdown>li:hover>a,
.sup-dropdown li:hover>a {
    padding-left: 18px
}

.dropdown li a i {
    margin: 0 0 0 -4px
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
    background-color: #fff;
    margin-top: 10px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
    -o-transition: margin-top .2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0
}

.carousel-inner video {
    width: 100%;
    height: auto
}

#main-slide .item img {
    width: 100%
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -150px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff
}

#main-slide .carousel-indicators {
    bottom: 30px
}

.carousel-indicators li {
    width: 14px!important;
    height: 14px!important;
    border: 2px solid #fff!important;
    margin: 1px!important
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none
}

#main-slide .carousel-control.left span,
#main-slide .carousel-control.right span {
    padding: 15px
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block
}

.slider-content-right,
.timeline {
    position: relative
}

#main-slide .carousel-control .fa-angle-left {
    left: 0
}

#main-slide .carousel-control .fa-angle-right {
    right: 0
}

#main-slide .carousel-control i {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#main-slide .slider-content h2 {
    font-size: 76px;
    font-weight: 100;
    text-transform: uppercase;
    color: #555
}

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
    color: #fff
}

#main-slide .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #555
}

.slider.btn {
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    border: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC
}

.slider.btn.btn-default:hover {
    background: #000;
    color: #fff
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px
}

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in .2s both;
    animation: lightSpeedIn 1s ease-in .2s both
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out .5s both;
    animation: bounceInLeft 1s ease-in-out .5s both
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in .5s both;
    animation: flipInX 1s ease-in .5s both;
    text-align: center
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out .1s both;
    animation: bounceInLeft 1s ease-in-out .1s both
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in .5s both;
    animation: bounceIn 1s ease-in .5s both;
    text-align: center
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in .5s both;
    animation: bounceIn 1s ease-in .5s both
}

.animated8 {
    -webkit-animation: fadeInDown .5s ease-in .3s both;
    animation: fadeInDown .5s ease-in .3s both
}

.reservas {
    background-color: #6aa972;
    padding: 30px 0;
    text-align: center;
    margin: -6px 0 0
}

.pacotes h3,
.reservas h1 {
    margin: 0 0 10px;
    text-transform: uppercase
}

.reservas h1 {
    color: #fadd54;
    font-size: 28px
}

.reservas p {
    color: #fff;
    font-size: 25px
}

.reservas a {
    color: #fff;
}

.reservas a:hover {
    color: #fadd54;
}

.reservas span {
    font-size: 16px
}

.pacotes {
    background-color: #f8df51
}

.pacotes .texto {
    padding: 50px 10% 30px 20%
}

.pacotes h3 {
    color: #6aa972;
    font-size: 40px;
    line-height: 39px
}

.pacotes p {
    font-size: 16px
}

.pacotes .btreserva {
    background-color: #6aa972;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
    margin: 50px 0 0;
    display: inline-block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.pacotes .btreserva:hover {
    background-color: #54895c;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.pacotes .imagem {
    padding: 0
}

.newsletter {
    background-color: #e7e8e9;
    padding: 60px 0 0
}

.news {
    margin: 10px 0 0
}

.newsletter h4 {
    color: #1b75bc;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 5px
}

.newsletter p {
    font-size: 15px;
    margin: 0 0 5px
}

.newsletter .email {
    background-color: #fff!important;
    border: 0!important;
    width: 80%!important;
    padding: 10px!important;
    text-transform: uppercase!important;
    border-radius: 0!important
}

.newsletter .btn-news {
    background-color: #6aa972!important;
    color: #fff!important;
    font-size: 12px!important;
    padding: 5px 10px!important;
    text-transform: uppercase!important;
    float: right!important;
    display: inline-block!important;
    transition: all .2s ease-in-out!important;
    -moz-transition: all .2s ease-in-out!important;
    -webkit-transition: all .2s ease-in-out!important;
    -o-transition: all .2s ease-in-out!important;
    border-radius: 0!important;
    border: 0!important
}

.newsletter .btn-news:hover {
    background-color: #54895c!important;
    transition: all .2s ease-in-out!important;
    -moz-transition: all .2s ease-in-out!important;
    -webkit-transition: all .2s ease-in-out!important;
    -o-transition: all .2s ease-in-out!important
}

.btn,
ul.footer-nav li a {
    transition: all .2s ease-in-out
}

.trip {
    background-color: #1b75bc;
    padding: 30px 0
}

.btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.page-header {
    border: 0
}

.page-header img {
    margin: 0 auto
}

.page-header hr {
    width: 2%;
    border-bottom: 0;
    border-top: 5px solid #fff;
    margin: 50px auto 30px
}

.sobre {
    padding: 150px 0 50px;
    background-color: #f8df51
}

.timeline {
    padding: 20px 0
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #231f20;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 20px;
    position: relative
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    padding: 20px;
    position: relative;
    text-align: right
}

.timeline>li>.timeline-badge,
.timeline>li>.timeline-badge-left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 4em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    color: #231f20
}

.timeline>li>.timeline-badge {
    margin-left: -16px
}

.timeline>li>.timeline-badge-left {
    margin-left: -33px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

h4.timeline-title {
    -webkit-text-stroke: 2px #231f20;
    -webkit-text-fill-color: #f8df51;
    font-size: 40px;
    margin: 0 0 10px
}

h3.timeline-title {
    color: #231f20;
    font-size: 25px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
    color: #231f20;
    font-size: 15px
}

.acomodacoes a,
.acomodacoes h4 {
    color: #fff;
    text-transform: uppercase
}

.timeline-body img {
    margin-top: 10px;
    float: right
}

li.timeline-inverted .timeline-body img {
    margin-top: 10px;
    float: left
}

@media (max-width:767px) {
    ul.timeline:before {
        left: 40px
    }
    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        float: right
    }
    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px
    }
    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

.acomodacoes .col-md-3 img,
.tarifario .col-md-3 img {
    width: 100%
}

.lazer .quadradobig,
.lazer .quadrados {
    border: 3px solid #231f20
}

.acomodacoes {
    padding: 150px 0 70px;
    background-color: #6aa972
}

.acomodacoes h4 {
    background-color: #1b75bc;
    padding: 20px;
    font-size: 20px
}

.acomodacoes a {
    display: block;
    background-color: #a6c7dd;
    padding: 5px 20px;
    font-size: 12px
}

.acomodacoes span {
    text-align: right;
    float: right;
    font-size: 25px
}

.acomodacoes p {
    background-color: #e7e8e9;
    padding: 15px 20px;
    line-height: 17px;
    font-size: 12px;
    min-height: 170px
}

.lazer {
    padding: 150px 0 70px;
    background-color: #f8df51;
    text-align: center
}

.lazer .quadrados {
    padding: 0
}

.atividades {
    padding: 150px 0 70px;
    background-color: #1b75bc;
    text-align: center
}

.atividades h4 {
    color: #fadd54;
    text-transform: uppercase;
    font-size: 20px;
    margin: 30px 0 0
}

.tarifario a,
.tarifario h4 {
    color: #fff;
    text-transform: uppercase
}

.tarifario {
    padding: 150px 0 70px;
    background-color: #6aa972
}

.tarifario h4 {
    background-color: #1b75bc;
    padding: 16px;
    font-size: 15px;
    display: flex;
    min-height: 120px;
    align-items: center;
}

.tarifario a {
    display: block;
    background-color: #a6c7dd;
    padding: 5px 20px;
    margin: 0 0 30px;
    font-size: 12px
}

.tarifario span {
    text-align: right;
    float: right;
    font-size: 25px
}

.tarifario p {
    background-color: #e7e8e9;
    padding: 15px 20px;
    line-height: 17px;
    font-size: 11px;
    min-height: 183px;
    text-transform: uppercase
}

.tarifario strong {
    color: #1b75bc
}

.tarifario hr {
    width: 2%;
    border-bottom: 0;
    border-top: 5px solid #fff;
    margin: 50px auto 30px
}

.valores h3,
.valores p {
    border-bottom: 1px solid #85888d
}

.tarifario h3 {
    color: #fadd54;
    font-size: 13px
}

.tarifario p.pagamentos {
    background-color: transparent;
    padding: 15px 0;
    line-height: 17px;
    font-size: 11px;
    min-height: 170px;
    text-transform: uppercase;
    color: #fff
}

.tarifario p.pagamentos a {
    display: block;
    background-color: transparent;
    padding: 0px;
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.tarifario p.pagamentos a:hover {
    color: #fadd54;
}

.tarifario .cadastro {
    text-align: center;
    font-size: 11px;
    line-height: normal;
    color: #fff
}

.tarifario .cadastro a {
    background-color: #8cc63f;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 10px;
    font-size: 16px
}

.valores {
    padding: 30px 30px;
    width: 90%;
    margin: 0 auto
}

.valores h1 {
    color: #6aa972;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 5px
}

.valores h2 {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 5px 35px
}

.valores h3 {
    color: #2c492e;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px
}

.valores p {
    padding: 2px 5px;
    color: #55845a
}

.fancybox-container--ready .fancybox-bg {
    opacity: .4!important
}

.eventos {
    padding: 150px 0 70px;
    background-color: #1b75bc
}

.eventos p {
    color: #fff;
    font-size: 14px;
    padding: 60px 0 0
}

.eventos h2 {
    color: #fadd54;
    font-size: 20px;
    text-transform: uppercase;
    padding: 60px 0 0
}

.eventos p.estrutura {
    color: #fff;
    font-size: 13px;
    padding: 20px 0 0
}

.eventos h3,
.eventos p.emais {
    padding: 10px 0 0;
    text-align: center
}

.eventos h3 {
    color: #fadd54;
    font-size: 12px;
    text-transform: uppercase
}

.eventos p.emais {
    color: #fff;
    font-size: 11px;
    line-height: normal
}

.eventos a {
    background-color: #fadd55;
    color: #1b75bc;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: normal;
    margin: 10px 0 0
}

.tabeventos {
    padding: 30px 100px
}

.tabeventos h1 {
    color: #fadd54;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 5px
}

.tabeventos h2,
.tabeventos h3 {
    font-size: 14px;
    text-transform: uppercase
}

.tabeventos h2 {
    color: #fff;
    margin: 0 5px 35px
}

.tabeventos h3 {
    color: #fadd54;
    padding: 0 5px 5px;
    margin: 0 0 5px;
    border-bottom: 2px solid #fff
}

.tabeventos p {
    border-bottom: 1px solid #85888d;
    padding: 2px 5px;
    color: #fff
}

.contato {
    padding: 150px 0 70px;
    background-color: #414142
}

.contato p,
.contato a {
    color: #fff;
    text-align: center
}

.contato a:hover {
    color: #fadd54;
}

.contato .informacoes {
    padding: 100px 0 0
}

.contato .informacoes h2 {
    text-align: left;
    color: #fadd54;
    font-size: 16px;
    margin: 15px 0 0
}

.contato .informacoes p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.contato h3 {
    color: #fadd54;
    font-size: 25px;
    margin: 30px 0 15px;
    text-align: center
}

.copabebe h2,
.regulamento h2 {
    color: #000;
    font-weight: 600
}

.contato .mapas p {
    text-align: left;
    margin: 30px 0 10px;
    font-size: 12px
}

.copabebe {
    background-color: #fcea7e;
    padding: 20px
}

.copabebe .row {
    display: flex;
    align-items: center
}

.copabebe h2 {
    text-transform: uppercase
}

.regulamento {
    background-color: #f9ee7a;
    text-align: center;
    padding: 40px 20px
}

.regulamento .textoreg {
    display: flex;
    align-items: center;
    justify-content: center
}

footer .copyright li,
ul.footer-nav li,
ul.footer-nav li a {
    display: inline-block
}

.regulamento img {
    max-width: 5%!important;
    margin-right: 10px
}

footer .menurodape {
    background-color: #f1f1f2;
    padding: 40px 0 20px
}

footer .menurodape h4 {
    color: #1b75bc;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #939598;
    padding: 0 10px 15px;
    margin: 0 0 20px
}

footer .menurodape li a {
    padding: 2px 10px;
    color: #a7a9ac;
    font-size: 14px;
    text-transform: uppercase
}

footer .menurodape img {
    float: right;
    margin: 0 10px 0 0
}

footer .copyright {
    color: #1b75bc;
    padding: 20px 0;
    font-size: 12px
}

footer .copyright .redes {
    text-align: right
}

.back-to-top i,
.owl-theme .owl-controls {
    text-align: center
}

footer .copyright span {
    font-size: 10px
}

footer [class*="fa fa-"] {
    background-color: #1b75bc;
    border-radius: 23px;
    color: #fff;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    margin: auto 3px;
    width: 23px;
    font-size: 13px;
    text-align: center;
    transition: all .5s ease
}

footer .fa-facebook:hover {
    color: #fff;
    background-color: #4867aa;
    transition: all .5s ease
}

footer .fa-youtube:hover {
    color: #fff;
    background-color: #cc181e;
    transition: all .5s ease
}

footer .fa-google-plus:hover {
    color: #fff;
    background-color: #dc4a38;
    transition: all .5s ease
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px
}

.mail-subscribe-widget form input[type=text] {
    color: #666;
    font-size: 12px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: 0
}

.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: .5px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.copyright-section p {
    font-size: 11px;
    text-transform: uppercase
}

ul.footer-nav {
    float: right
}

ul.footer-nav li {
    float: left;
    margin-left: 15px
}

ul.footer-nav li:first-child {
    margin-left: 0
}

ul.footer-nav li a {
    text-transform: uppercase;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

ul.footer-nav li a:hover {
    color: #fff
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #444;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../images/icons/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    zoom: 1;
    padding: 0 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #444;
    filter: Alpha(Opacity=60);
    opacity: .6;
    margin-top: -30px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.touch-slider:hover .owl-controls .owl-buttons div {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px
}

.touch-slider .owl-controls .owl-buttons div i {
    font-size: 1.8em;
    color: #fff
}

.touch-carousel .owl-controls .owl-buttons {
    position: relative;
    bottom: 30px;
    height: 0;
    margin: 0 0 0 150px
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
    right: 12px
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
    position: relative;
    top: 0;
    right: 0
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
    top: -8px
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
    color: #666
}

.touch-carousel.navigation-3 {
    padding-top: 45px
}

.touch-carousel.navigation-3.clients-carousel {
    padding-top: 25px
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
    background-color: #f2f2f2;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
    right: 9px
}

.testimonials-carousel .owl-controls .owl-buttons div,
.touch-carousel .owl-controls .owl-buttons div {
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    zoom: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 4px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    border: 1px solid #ccc
}

.testimonials-carousel .owl-controls .owl-buttons div i,
.touch-carousel .owl-controls .owl-buttons div i {
    font-size: 1.2em;
    color: #ccc;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.testimonials-carousel .owl-controls .owl-buttons div i,
.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
    color: #000
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px 4px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #444;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.touch-slider:hover .owl-controls .owl-page span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border-color: #0A95D8
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/icons/ajaxloader.gif) center center no-repeat
}

.iframe {
    border: none
}

fieldset.scheduler-border {border: 1px groove #ddd !important;padding: 1.5em 1.5em 1.5em !important;margin: 0 0 1.5em 0 !important;-webkit-box-shadow:  0px 0px 0px 0px #000;box-shadow:  0px 0px 0px 0px #000;}
legend.scheduler-border {font-size: 1.3em !important;font-weight: bold !important;text-align: left !important;width:auto;padding:0 10px;border-bottom:none;    color: #2c492e; text-transform: uppercase;}
#confirmInfo p {font-size: 10px}
#confirmInfo input {font-size: 14px; text-align: center; width: 100%}

@media (min-width:1600px) {
    #main-slide .slider-content {
        margin-top: -200px
    }
    .logo {
        width: 70%!important;
        margin: 0 auto
    }
}

@media (min-width:1000px) and (max-width:1320px) {
    .pacotes .texto {
        padding: 30px 10% 30px 20%
    }
    .pacotes h3 {
        font-size: 30px
    }
    .pacotes .btreserva {
        margin: 30px 0 0
    }
    .touch-carousel .owl-controls .owl-buttons {
        margin: 0 0 0 100px
    }
    .valores {
        padding: 30px 20px
    }
}

@media (min-width:768px) and (max-width:999px) {
    .tabeventos h3 {
        font-size: 12px
    }
    .tabeventos p {
        font-size: 11px
    }
    .valores {
        padding: 30px 0
    }
    #main-slide .slider-content {
        margin-top: -90px
    }
    .logo {
        width: 60%!important;
        margin: 0 auto
    }
    .navbar-default .navbar-nav>li>a {
        padding: 25px 5px 10px;
        font-size: 11px
    }
    .navbar-nav [class*="fa fa-"] {
        height: 13px;
        line-height: 13px;
        margin: auto 3px;
        width: 13px;
        font-size: 9px
    }
    .news {
        position: relative
    }
    .newsletter h4 {
        font-size: 18px
    }
    .newsletter p {
        font-size: 10px;
        line-height: normal;
        width: 53%
    }
}

@media (max-width:767px) {
    .navbar-header,
    .news {
        position: relative
    }
    .pacotes h3 {
        font-size: 30px
    }
    .pacotes .texto {
        padding: 50px 10% 30px
    }
    .valores {
        padding: 30px 0;
        width: 95%
    }
    .valores p {
        font-size: 9px
    }
    .fancybox-content {
        width: 85%!important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: #1a75bc;
        padding: 8px 5px 6px;
        border: 0;
        border-radius: 0
    }
    .navbar-default .navbar-toggle .icon-bar,
    .navbar-nav {
        background-color: #fff
    }
    .navbar-default .navbar-collapse {
        border: 0
    }
    .navbar-nav {
        padding: 30px 0
    }
    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0 80px;
        border-bottom: 1px solid #ddd!important
    }
    .navbar-default .navbar-nav>li a {
        color: #999;
        padding: 10px 0 5px;
        border-bottom: 5px solid transparent
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>li:hover>a,
    .navbar-default .navbar-nav>li>a.active {
        border-bottom: 2px solid #fadd51;
        color: #999;
        background-color: transparent
    }
    .navbar-default .navbar-nav>li>a.facebook,
    .navbar-default .navbar-nav>li>a.google,
    .navbar-default .navbar-nav>li>a.youtube {
        display: none
    }
    #main-slide .slider-content {
        margin-top: -90px
    }
    .logo {
        width: 60%!important;
        margin: 0 auto
    }
    .touch-carousel .owl-controls .owl-buttons {
        margin: 0 0 0 300px
    }
    .newsletter h4 {
        font-size: 18px
    }
    .newsletter p {
        font-size: 10px;
        line-height: normal;
        width: 53%
    }
    footer .menurodape li a {
        font-size: 11px
    }
    footer .copyright,
    footer .copyright .redes {
        text-align: center
    }
    .acomodacoes,
    .atividades,
    .contato,
    .eventos,
    .lazer,
    .sobre,
    .tarifario {
        padding: 50px 0
    }
    .acomodacoes .col-sm-6,
    .atividades .col-sm-12,
    .tarifario .col-sm-6 {
        margin: 0 0 40px
    }
    .reservas span {
        font-size: 15px;
    }
    .reservas p {
        font-size: 17px;
    }

    fieldset.scheduler-border {padding: 0em 0em 0em !important;}
    .valores h3 {font-size: 10px;}
}