a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Global Preferences */

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-family: "Lora", serif;
    height: 100% !important;
    color: #cccccc;
    overflow-x: hidden;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
    font-weight: 600;
    color: #ffffff;
}

body p {
    font-size: 13px;
    line-height: 1.7;
}

.bold {
    font-weight: 700;
}

.def-button {
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 400;
}

.def-button:hover {
    color: #ffffff;
    border-color: #f48000;
}

.def-button:hover::after {
    width: 100%;
    opacity: 1;
}

.def-button::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    background: #f48000;
    color: #ffffff;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn-vermelho,
.btn-vermelho:hover {
    padding: 15px;
    background: #E40234;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Lora", serif;
    border: none;
}

@media screen and (min-width: 941px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
}


/*  Navigation */

.navbar {
    height: 120px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    background: rgba(0, 0, 0, 1);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar .container {
        width: 992px;
    }
}

@media screen and (max-width: 940px) {
    .navbar {
        height: 87px !important;
        padding-top: 0px !important;
    }
}

.navbar.small-navbar {
    height: 120px;
    background: rgba(0, 0, 0, 1);
}

.navbar.small-navbar .navbar-nav li a {
    /*padding: 20px 20px;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar .navbar-header .navbar-brand {
    display: none;
}

@media screen and (max-width: 940px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-toggle {
        display: block !important;
        margin: 12px 15px 12px 0px;
        padding: 20px;
        background: #FFF;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar .navbar-header .navbar-brand {
        width: 200px;
        height: auto;
        padding: 9px 15px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .navbar-toggle {
        margin: 12px 0px;
    }
}

.navbar.solidnavbar {
    background: #121212;
}

.navbar .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 941px) and (max-width: 991px) {
    .navbar .navbar-nav {
        display: block;
        width: 911px;
        margin: 0 auto;
    }
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 940px) {
    .navbar-collapse.collapse {
        display: none !important;
        background: #121212;
    }
    .navbar-collapse.collapsing {
        position: relative;
        background: #121212;
        z-index: 1;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        margin-top: 87px;
        background: #121212;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .navbar .navbar-nav {
        width: 605px;
        margin: 0 auto;
    }
    .navbar-collapse.collapse.in {
        margin-top: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .navbar-collapse.collapse.in {
        margin-top: 0px;
        position: relative;
        background: #121212;
        z-index: 1;
    }
}

.navbar .navbar-nav .active a {
    background: none;
    color: #E40234;
}

.navbar .navbar-nav .active a:hover {
    background: none;
    color: #E40234;
}

.navbar .navbar-nav .active a:focus {
    background: none;
    color: #E40234;
}

.navbar .navbar-nav li {
    float: none;
    display: inline-block;
}

@media screen and (min-width: 941px) {
    .navbar .navbar-nav li {
        float: left;
    }
}
@media screen and (max-width: 940px) {
    .navbar .navbar-nav li {
        float: left;
    }
}

.navbar .navbar-nav li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 16px;
    padding: 30px 31.4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background: transparent !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav li a {
        padding: 30px 18.7px;
    }
}

@media screen and (min-width: 941px) and (max-width: 991px) {
    .navbar .navbar-nav li a {
        padding: 30px 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 940px) {
    .navbar .navbar-nav li a {
        padding: 15px 15.8px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .navbar .navbar-nav li a {
        padding: 15px 8.7px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .navbar .navbar-nav li {
        width: 100%;
    }
}

.navbar .navbar-nav li a:hover {
    color: #E40234;
    background: #000;
}

.navbar .navbar-nav li a.brand {
    display: inline-table;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 7px;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    background: #121212;
    padding: 0px;
    border: 0px;
    border-top: 1px solid #E40234;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.navbar .navbar-nav .dropdown .dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #000;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a {
    padding: 10px 15px;
    font-family: 'Lora', serif;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
    background: #222222;
    color: #ffffff;
}

/*  Pagination */

.pagination-wrap {
    text-align: center;
    margin: 20px 0px 0px;
}

.pagination-wrap .pagination li a {
    color: #cccccc;
    background: #333333;
    border: 1px solid #444;
    margin: 0px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    padding: 0px;
    width: 30px;
    height: 30px;
}

.pagination-wrap .pagination li a:hover {
    background: #f48000;
    color: #ffffff;
    border: 1px solid #f48000;
}

.pagination-wrap .pagination li a.active {
    background: #f48000;
    color: #ffffff;
    border: 1px solid #f48000;
}

.pagination-wrap .pagination li a span {
    font-family: "Playfair Display", serif;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 auto;
    padding: 5px 10px;
    font-weight: 700;
}

.pagination-wrap .pagination li a:first-child,
.pagination-wrap .pagination li a:last-child {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}


/*==========================================*/


/*             02 - Home Page
/*==========================================*/


/*  Banner */

.banner {
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
        /*height: auto;*/
    }
}

.banner .carousel {
    height: 100%;
    width: 100%;
    text-shadow: 1px 2px 10px rgba(255,255,255,0.6);
}

.banner .carousel .left,
.banner .carousel .right {
    height: 100%;
    display: table;
    width: 100px;
    background: none;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.banner .carousel .left .control,
.banner .carousel .right .control {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.banner .carousel .left .control .shape,
.banner .carousel .right .control .shape {
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    text-align: center;
    position: relative;
    z-index: 3;
}

.banner .carousel .left .control .shape i,
.banner .carousel .right .control .shape i {
    font-size: 50px;
    color: #cccccc;
}

.banner .carousel:hover .left .control,
.banner .carousel:hover .right .control {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.banner .carousel .carousel-inner {
    height: 100%;
    display: block;
    float: none;
}

.banner .carousel .carousel-inner .item {
    height: 100%;
    width: 100%;
}

.banner .carousel .carousel-inner .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url("../img/noise.png") top center;
    background-size:cover;
}

.banner .carousel .carousel-inner .item .container {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.banner .carousel .carousel-inner .item .content-wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.banner .carousel .carousel-inner .item .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    position: relative;
}

.banner .carousel .carousel-inner .item .content .textwrap {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.banner .carousel .carousel-inner .item .content .title {
    display: block;
    width: 100%;
}

.banner .carousel .carousel-inner .item .content .title h1 {
    padding: 10px;
    background: #f48000;
    display: inline-block;
    font-size: 30px;
    margin: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

.banner .carousel .carousel-inner .item .content .title h1 .light {
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-weight: 300;
}

.banner .carousel .carousel-inner .item .content .subtitle {
    display: block;
    width: 100%;
}

.banner .carousel .carousel-inner .item .content .subtitle h2 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 10px;
}

.banner .carousel .carousel-inner .item .content .subtitle.top {
    margin: 20px 0 auto;
}

.banner .carousel .carousel-inner .item .content .subtitle.top h2 {
    font-family: 'Playfair', serif;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    margin: 0 auto;
    padding: 7px 10px;
    line-height: 110%;
}

.banner .carousel .carousel-inner .item .content .def-button {
    margin: 0 auto;
    margin-top: 10px;
    background: #f48000;
    border: 0px;
}

.banner .carousel .carousel-inner .item .content .def-button a {
    color: #ffffff;
}

.banner .scroll-info {
    position: absolute;
    bottom: 0%;
    height: 80px;
    text-align: center;
    width: 100%;
    background: #E40234;
    padding: 30px 0;
}

.banner .scroll-info a {
    color: #FFFFFF;
    font-size: 18px;
    display: inline;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
}

.banner .scroll-info .shape {
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    text-align: center;
    position: relative;
    vertical-align: middle;
    z-index: 3;
}

.banner .scroll-info .shape i {
    font-size: 50px;
    color: #FFFFFF;
    margin-left: 20px;
}

.banner .text {
    position: relative;
    z-index: 3;
    width: 60%;
    margin-top: 15%;
}

.banner .text .main-text h1 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Playfair Display', sans-serif;
}

.banner .text .description h2 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    font-weight: 300;
}

.banner .def-button {
    margin-top: 20px;
}

@media(max-width: 667px) {
    #botao-slider {
        margin-left: 0;
        width: 100%;
    }
}

.banner video {
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner .fundo-alfa{
    background: rgba(0, 0, 0, 0.4);
}

.section__best-rooms {
    background: #000000;
}

.section__title {
    text-align: center;
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
}

.section__title>strong {
    color: #E40133;
    font-weight: 300;
}

@media (max-width: 767px) {
    .section__title {
        font-size: 32px;
    }
}


/*** 1.4. Section Subtitle ***/

.section__subtitle {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    padding: 0 5%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .section__subtitle {
        padding: 0;
    }
}

.divider {
    padding-bottom: 20px;
}

.divider .line1 {
    width: 170px;
}

.divider .line2 {
    width: 70px;
}

.divider .line1,
.divider .line2 {
    border: none;
    height: 1px;
    background-color: #E40133;
    margin: 7px auto;
}


/*** Suites ***/

.section__best-rooms {
    background: url(../img/fundo-quarto.jpg) repeat center;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .section__best-rooms {
        padding: 50px 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .section__best-rooms {
        background: url(../img/fundo-quartoM.jpg) no-repeat top center / cover;
    }
}

.section__best-rooms .best-rooms__content .best-rooms__item {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .section__best-rooms .best-rooms__content .best-rooms__item {
        display: block;
        width: 550px;
        margin: 0 auto 40px auto;
    }
}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: #fff;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

@media screen and (min-width: 992px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption {
        padding: 0px 20px;
    }
}

@media (max-width: 991px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption {
        padding: 5px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption {
        padding: 20px;
    }
}

.section__best-rooms .best-rooms__content .best-rooms__item figcaption>h3 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-transform: translate(0, 240px);
    transform: translate(0, 240px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    border-bottom: 1px solid #F8F8F8;
    font-size: 30px;
}

@media (max-width: 1199px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 200px);
        transform: translate(0, 200px);
    }
}

@media (max-width: 991px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 130px);
        transform: translate(0, 130px);
        font-size: 30px;
    }
}

@media (max-width: 425px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 165px);
        transform: translate(0, 165px);
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 135px);
        transform: translate(0, 135px);
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
        font-size: 18px;
    }
}

@media screen and (max-width: 940px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption>h3 {
        position: absolute;
        bottom: 60px;
        font-size: 26px;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        transition: none;
        transition: none;
        -webkit-transition-delay: initial;
        transition-delay: initial;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption>h3 {
        bottom: 70px;
    }
}

.section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
    margin-bottom: 20px;
    -webkit-transform: translate(0, 240px);
    transform: translate(0, 240px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    font-size: 16px;
    font-family: 'Lora', serif;
    line-height: 150%;
}

.section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price b {
    font-size: 18px;
}

.section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price>small {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1199px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        -webkit-transform: translate(0, 185px);
        transform: translate(0, 185px);
    }
}

@media (max-width: 991px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        -webkit-transform: translate(0, 130px);
        transform: translate(0, 130px);
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        -webkit-transform: translate(0, 165px);
        transform: translate(0, 165px);
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        -webkit-transform: translate(0, 135px);
        transform: translate(0, 135px);
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
        font-size: 18px;
    }
}

@media screen and (max-width: 940px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        position: absolute;
        bottom: -10px;
        font-size: 16px;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        font-size: 14px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        max-width: 510px;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
        max-width: 560px;
    }
}

.section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 1.5em;
}

@media (max-width: 1199px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
        margin: 30px 0;
    }
}

@media (max-width: 991px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
        margin: 15px 0;
    }
}

@media screen and (max-width: 940px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
        display: none;
    }
}

@media (max-width: 767px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
        margin: 10px 0;
        font-size: 12px;
    }
}

.section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book {
    opacity: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
}

@media screen and (max-width: 940px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book {
        display: none;
    }
}

@media (max-width: 767px) {
    .section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book {
        font-size: 14px;
    }
}

.section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book>i {
    opacity: 1;
}

.section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book:hover>i {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-left: 10px;
    opacity: 0;
}

.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption {
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 940px) {
    .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption,
    .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption,
    .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption {
        background-color: transparent;
    }
}

.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption h3 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__price {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .btn-book,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .btn-book,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .btn-book {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__desc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1199px) {
    .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption h3,
    .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption h3,
    .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption h3,
    .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__price,
    .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__price,
    .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__price,
    .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__desc,
    .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__desc,
    .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__desc {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
}

@media screen and (max-width: 940px) {
    .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption h3,
    .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption h3,
    .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption h3,
    .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__price,
    .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__price,
    .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__price,
    .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__desc,
    .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__desc,
    .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__desc {
        -webkit-transform: none;
        transform: none;
    }
}

.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .btn-book,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .btn-book,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .btn-book {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.section__best-rooms .rooms__button {
    text-align: center;
    margin: 50px 0;
}

@media (max-width: 991px) {
    .section__best-rooms .rooms__button {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .section__best-rooms .rooms__button {
        margin: 20px 0;
    }
}

#features {
    background: url(../img/fundo-possuem.jpg) no-repeat top center;
    padding: 20px 0 70px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #features {
        background: linear-gradient(#F8F8F8, #D8D6CC);
    }
}

#features h2.section__title {
    color: #000;
    font-size: 40px;
}

@media screen and (min-width: 941px) and (max-width: 1199px) {
    .owl-carousel {
        padding-top: 30px;
    }
}

@media screen and (max-width: 940px) {
    .owl-carousel {
        padding-top: 57px;
    }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    .divider {
        padding-bottom: 0px;
    }
    .owl-carousel,
    .owl-thumbs {
        width: 66.6666%;
        margin: 0px 16.6666% 10px 16.6666%;
        padding-top: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
    .divider {
        padding-bottom: 0px;
    }
    .owl-carousel,
    .owl-thumbs {
        padding-top: 0px;
    }
}

#features p {
    margin-top: 10px;
    font-size: 12px;
    color: #121212;
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    #features .aviso {
        display: block;
        width: 66.6666%;
        margin: 0 auto;
    }
    #features p {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
    #features .aviso {
        display: block;
        width: 290px;
        margin: 0 auto;
    }
    #features p {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 11px;
    }
}



#features .owl-thumb-item {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 13px 9px;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 940px) {
    #features .owl-thumb-item {
        margin-bottom: 10px;
    }
}

#features .owl-thumb-item.active {
    background: #0E1116;
    color: #fff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#features .owl-thumb-item.active:before {
    content: '\e079';
    font-family: 'Glyphicons Halflings';
    float: left;
    margin-left: -18px;
    margin-top: 8px;
    font-size: 20px;
    color: #000;
}

@media screen and (min-width: 320px) and (max-width: 940px) {
    #features .owl-thumb-item.active::before {
        content: none;
    }
}

#features .owl-thumb-item:hover {
    cursor: pointer;
}

#features .owl-thumb-item .media {
    cursor: pointer;
    padding-bottom: 48px;
}

#features .owl-thumb-item .media-body h5 {
    font-weight: 300;
    color: #000;
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    padding: 0;
    padding-left: 50px;
    margin: 8px 0;
}

@media screen and (min-width: 941px) {
    #features .owl-thumb-item .media-body h5 {
        margin: 4px 0px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 940px) {
    #features .owl-thumb-item .media-body h5 {
        margin: 4px 0px;
        padding-left: 15px;
        font-size: 16px;
    }
}

#features .owl-thumb-item .media-body h5 small {
    color: #000;
    font-size: 16px;
}

#features .owl-thumb-item.active .media-body h5,
#features .owl-thumb-item.active .media-body h5 small {
    color: #fff;
}

#features .owl-thumb-item .media-left {
    float: left;
    display: block;
    vertical-align: middle;
    padding: 2px 30px 0 20px;
    width: 35px;
}

#features .owl-thumb-item .media-left {
    color: #E40234;
    font-size: 35px;
    line-height: 32px;
    text-align: center;
    margin-left: 4px;
}

@media screen and (max-width: 940px) {
    #features .owl-thumb-item .media-left {
        padding: 2px 30px 0 5px;
        line-height: 20px;
    }
}

#features .owl-thumb-item .media-left i:before {
    font-size: 38px;
    margin: 0;
}

@media screen and (min-width: 941px) {
    #features .owl-thumb-item .media-left i:before {
        font-size: 30px;
    }
}

@media screen and (max-width: 940px) {
    #features .owl-thumb-item .media-left i:before {
        font-size: 24px;
    }
}


/*  hospedese */

#hospedese {
    background: url(../img/hospedeseconosco.jpg) repeat top center / cover;
    padding: 20px 0 0px 0;
    color: #333333;
    font-size: 16px;
    font-family: "Lora", serif;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #hospedese {
        background: #FFF;
    }
}

#hospedese h2.section__title {
    color: #000;
    font-size: 40px;
}

@media screen and (max-width: 940px) {
    #hospedese h2.section__title {
        font-size: 34px;
    }
}

#hospedese p {
    font-size: 16px;
    font-family: "Lora", serif;
    margin-bottom: 30px;
}

@media screen and (max-width: 940px) {
    #hospedese p {
        padding-left: 24px;
        padding-right: 24px;
    }
}

#hospedese center {
    font-size: 22px;
    font-family: "Playfair Display", serif;
    padding: 6px 0;
}

#hospedese hr {
    background-color: #CCCCCC;
    height: 1px;
    border: 0;
}


/* Sobre o Bughaville */

.section__about {
    padding: 60px 0;
    background-color: #000;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .section__about {
        background: url('../img/bg-omotel.jpg') repeat;
    }
}

.section__about .section__title {
    font-size: 40px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .section__about {
        padding-top: 50px;
    }
}

.section__about .section_about__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .section__about .section_about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.section__about .section_about__content .about__desc {
    padding: 60px;
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
    background-color: #ffffff;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

@media (min-width: 2200px) {
    .section__about .section_about__content .about__desc {
        padding: 100px 80px;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
}

@media (min-width: 1200px) {
    .section__about .section_about__content .about__desc {
        padding: 50px;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }
}

@media (max-width: 1199px) {
    .section__about .section_about__content .about__desc {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .section__about .section_about__content .about__desc {
        padding: 40px;
        margin: 0 6%;
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

@media (max-width: 767px) {
    .section__about .section_about__content .about__desc {
        padding: 15px;
        margin: 0 5px;
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
}

.section__about .section_about__content .about__desc .about_desc__desc {
    line-height: 1.8em;
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px;
}

.section__about .section_about__content .about__desc .about_desc__desc b {
    color: #E40234;
}

@media (max-width: 1199px) {
    .section__about .section_about__content .about__desc .about_desc__desc {
        line-height: 1.6em;
    }
}

.section__about .section_about__content .about__desc .about_desc__quote {
    padding: 10px 0;
    margin: 20px 0;
    line-height: 1.6em;
    font-size: 20px;
    font-weight: 300;
    color: #E40234;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

@media (max-width: 1199px) {
    .section__about .section_about__content .about__desc .about_desc__quote {
        line-height: 1.5em;
        margin: 10px 0;
        padding: 5px 0;
    }
}

@media (max-width: 767px) {
    .section__about .section_about__content .about__desc .about_desc__quote {
        font-size: 24px;
    }
}


/*** 6. Section: About Alt ***/

.section__about-alt {
    padding: 80px 0;
}

@media (max-width: 767px) {
    .section__about-alt {
        padding: 50px 0;
    }
}

.section__about-alt .section_about__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .section__about-alt .section_about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.section__about-alt .section_about__content .about__desc {
    padding: 10px;
}

@media (max-width: 767px) {
    .section__about-alt .section_about__content .about__desc {
        padding: 10px 0;
    }
}

.section__about-alt .section_about__content .about__desc .about_desc__title {
    font-size: 34px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .section__about-alt .section_about__content .about__desc .about_desc__title {
        font-size: 32px;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .section__about-alt .section_about__content .about__desc .about_desc__title {
        font-size: 22px;
    }
}

.section__about-alt .section_about__content .about__desc .about_desc__desc {
    line-height: 1.8em;
}

.section__about-alt .section_about__content .about__desc .about_desc__quote {
    padding: 10px 0;
    margin: 15px 0;
    font-style: italic;
    line-height: 1.5em;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
}

@media (max-width: 1199px) {
    .section__about-alt .section_about__content .about__desc .about_desc__quote {
        margin: 10px 0;
        padding: 5px 0;
    }
}

@media (max-width: 767px) {
    .section__about-alt .section_about__content .about__desc .about_desc__quote {
        font-size: 14px;
    }
}


/* Reserva */

.reserva {
    background: url('../img/reserva.jpg') no-repeat top center / cover;
    padding: 20px 0 70px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .reserva {
        background: url('../img/bg-reserva.jpg') repeat;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .reserva .container {
        width: 550px;
    }
}

.reserva h2.section__title {
    color: #000;
    font-size: 40px;
}

.reserva p {
    color: #0E1116;
    font-size: 12px;
    font-family: "Lora", serif;
    font-weight: 300;
}

.reserva p.titulo {
    font-size: 15px;
    color: #333333;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .reserva .whatsapp {
        display: block;
        width: 370px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .reserva .whatsapp {
        display: block;
        width: 290px;
        margin: 0 auto;
    }
}

/* Mapa */

.mapa {
    padding: 50px 0 50px 0;
    background: url(../img/mapa.jpg) no-repeat center center / cover;
}

@media screen and (min-width: 941px) {
    .mapa {
        background: url(../img/mapa.jpg) no-repeat center left / cover;
    }
}

@media screen and (max-width: 940px) {
    .mapa {
        padding: 5px 0 5px 0;
        background: url(../img/mapaM.jpg) no-repeat center right;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .mapa {
        padding: 0px;
        position: relative;
        background: transparent;
    }
}

.mapa .quadro {
    background: #fff;
    padding: 30px;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .mapa .quadro {
        width: 66.6666%;
        margin: 0px 16.6666%;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .mapa .quadro {
        display: block;
        width: 320px;
        margin: 0 auto;
        float: initial;
    }
}

.mapa h3 {
    color: #0D1115;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .mapa h3 {
        font-size: 28px;
    }
}

.mapa address {
    color: #333333;
    font-size: 16px;
    font-family: "Lora", serif;
}

.rodape {
    background: #000;
    color: #FFFFFF;
    padding: 30px 0;
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    .rodape .container {
        width: 550px;
    }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
    .rodape .container {
        width: 290px;
    }
}

.rodape .telefone {
    font-size: 20px;
    font-weight: 700;
    display: inline;
    padding-top: 10px;
}

.rodape .telefone small {
    font-size: 14px;
    font-weight: 300;
}

.rodape .outro {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.rodape .outro a {
    color: #FFF;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .rodape .cartoes img {
        margin: 25px auto 0 auto;
    }
}

@media screen and (min-width: 941px) and (max-width: 991px) {
    .rodape .container {
        display: block;
        margin: 0 auto;
    }
    .rodape .telefone {
        display: block;
        height: 29px;
        float: left;
    }
    .rodape .outro {
        display: block;
        float: left;
    }
    .rodape .facebook {
        display: block;
        float: left;
    }
    .rodape .cartoes {
        display: block;
        padding-top: 5px;
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 940px) {
    .rodape {
        height: 150px;
        overflow: hidden;
    }
    .rodape .container {
        display: block;
        height: 40px;
        margin: 0 auto;
    }
    .rodape .telefone,
    .rodape .outro {
        display: block;
        height: 40px;
        float: left;
    }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    .rodape .telefone {
        float: left;
    }
    .rodape .outro {
        float: left;
    }
    .rodape .facebook {
        float: right;
    }
    .rodape .cartoes {
        padding-top: 20px;
        overflow: hidden;
    }
    .rodape .cartoes img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
    .rodape .telefone {
        display: block;
        margin: 0 auto 20px auto;
    }
    .rodape .outro {
        display: block;
        margin: 0 auto 20px auto;
    }
    .rodape .facebook {
        display: block;
        width: 225px;
        margin: 0 auto 20px auto;
    }
    .rodape .cartoes {
        display: block;
        padding-top: 5px;
        margin: 0 auto 20px auto;
    }
}

.rodape i {
    float: left;
    font-size: 23px;
    font-weight: 300;
    display: inline;
    margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 940px) {
    .rodape i {
        margin-right: 5px;
    }
}


.direitos {
    padding: 10px 0;
    color: #0D1115;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .direitos .copyright {
        text-align: center;
    }
    .direitos .booweb {
        margin-top: 15px;
        text-align: center;
    }
}


.cabecalho-subpagina {
    background: url(../img/cabecalho-interna.jpg) no-repeat center center / cover;
    padding: 50px 0 50px 0;
    margin-top: 120px;
}

@media screen and (min-width: 320px) and (max-width: 940px) {
    .cabecalho-subpagina {
        margin-top: 87px;
    }
}

/* Detalhes*/

.detalhes {
    background: url(../img/detalhes.jpg) no-repeat center center / cover;
    padding: 50px 0 30px 0;
    font-family: "Lora", serif;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .detalhes {
        background: url(../img/detalhes.jpg) no-repeat center left;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .detalhes {
        background: #121212;
    }
}

.detalhes .titulo {
    font-size: 34px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #fff;
    margin-bottom: 60px;
}

.detalhes .quadro {
    background: #fff;
    padding: 30px;
    color: #444444;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .detalhes .quadro {
        width: 66.6666%;
        margin: 0px 16.6666%;
    }
}

.detalhes h3 {
    color: #E40234;
    margin-top: 0;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.detalhes hr {
    background-color: #CCCCCC;
    height: 1px;
    border: 0;
}

@media screen and (min-width: 941px) and (max-width: 991px) {
    .detalhes .rspequena {
        width: 83.3333%;
        margin: 0px 8.3333%;
    }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    .detalhes .rspequena {
        width: 550px;
        margin: 0 auto;
        float: initial;
    }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
    .detalhes .rspequena {
        width: 320px;
        margin: 0 auto;
        float: initial;
    }
}

.detalhes ul {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .detalhes ul {
        padding-bottom: 20px;
        overflow: hidden;
    }
}

.detalhes ul li {
    padding: 0 15px;
    margin: 0;
    font-size: 16px;
    list-style: none;
    height: 65px;
    width: 25%;
    float: left;
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
    .detalhes ul li {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .detalhes ul li {
        width: 33.3333%;
        height: 50px;
    }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    .detalhes ul li {
        width: 50%;
        height: 50px;
    }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
    .detalhes ul li {
        width: 100%;
        height: 30px;
    }
}

.detalhes ul li:before {
    content: '\f105';
    font-family: 'Flaticon';
    float: left;
    font-size: 20px;
    margin-left: -30px;
    color: #8D0100;
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
    .detalhes ul li:before {
        height: 40px;
        margin-left: 0px;
        padding-right: 5px;
        font-size: 14px;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .detalhes ul li:before {
        height: 25px;
    }
}

.detalhes table {
    font-size: 16px;
}

.detalhes table th {
    font-weight: 700;
}

.detalhes p {
    font-size: 13px;
    color: #444444;
    font-family: "Lora", serif;
}

/* Suítes Detalhes */

.suites {
    background: url('../img/fundo-suites.jpg') no-repeat center center / cover;
    padding: 50px 0 50px 0;
}

.suites .suiteDetalhe {
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .suites .outside {
        display: none;
    }
}

.suites .outside span {
    position: absolute;
    top: 300px;
}

.suites .outside span i:before {
    font-size: 50px;
    color: #E40234;
}

.suites .outside #sliderSuiteDetalhe-prev {
    left: -50px;
}

.suites .outside #sliderSuiteDetalhe-next {
    right: -50px;
}

.suites .bxpagerSuiteDetalhe {
    text-align: center;
}

.suites .bxpagerSuiteDetalhe a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    color: #E40234;
}

.suites .bxpagerSuiteDetalhe a.active {
    font-size: 24px;
    font-weight: 700;
    color: #0E1116;
}


.suites h2.section__title,
.outrassuites h2.section__title {
    color: #000;
    font-size: 40px;
}

.outrassuites {
    background: url(../img/fundo-suites.jpg) no-repeat center / cover;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .suites {
        padding: 50px 0;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .outrassuites .outrasSuites {
        display: block;
        width: 500px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .outrassuites .outrasSuites {
        display: block;
        width: 290px;
        margin: 0 auto;
    }
}

.outrassuites .best-rooms__content .best-rooms__item {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.outrassuites .best-rooms__content .best-rooms__item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: #fff;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

@media (max-width: 991px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption {
        padding: 5px;
    }
}

.outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
    position: relative;
    padding-top: 7px;
    margin-top: 4px;
    color: #fff;
    -webkit-transform: translate(0, 160px);
    transform: translate(0, 160px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    border-top: 1px solid #F8F8F8;
    font-size: 30px;
}

@media (max-width: 1199px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 200px);
        transform: translate(0, 200px);
    }
}

@media (max-width: 991px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 130px);
        transform: translate(0, 130px);
        font-size: 30px;
    }
}

@media (max-width: 425px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 165px);
        transform: translate(0, 165px);
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 135px);
        transform: translate(0, 135px);
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        top: 95px;
        font-size: 26px;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        top: initial;
        bottom: -55%;
        font-size: 18px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        top: initial;
        bottom: -75%;
        font-size: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption>h3 {
        top: initial;
        bottom: -60%;
        font-size: 20px;
    }
}

.outrassuites .best-rooms__content .best-rooms__item:focus figcaption,
.outrassuites .best-rooms__content .best-rooms__item:hover figcaption,
.outrassuites .best-rooms__content .best-rooms__item:active figcaption {
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
    .outrassuites .best-rooms__content .best-rooms__item:focus figcaption,
    .outrassuites .best-rooms__content .best-rooms__item:hover figcaption,
    .outrassuites .best-rooms__content .best-rooms__item:active figcaption {
        background-color: rgba(0, 0, 0, 0);
    }
}

.outrassuites .best-rooms__content .best-rooms__item:focus figcaption h3,
.outrassuites .best-rooms__content .best-rooms__item:hover figcaption h3,
.outrassuites .best-rooms__content .best-rooms__item:active figcaption h3 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.outrassuites .best-rooms__content .best-rooms__item:focus figcaption h3,
.outrassuites .best-rooms__content .best-rooms__item:hover figcaption h3,
.outrassuites .best-rooms__content .best-rooms__item:active figcaption h3 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1199px) {
    .outrassuites .best-rooms__content .best-rooms__item:focus figcaption h3,
    .outrassuites .best-rooms__content .best-rooms__item:hover figcaption h3,
    .outrassuites .best-rooms__content .best-rooms__item:active figcaption h3 {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
    .outrassuites .best-rooms__content .best-rooms__item:focus figcaption h3,
    .outrassuites .best-rooms__content .best-rooms__item:hover figcaption h3,
    .outrassuites .best-rooms__content .best-rooms__item:active figcaption h3 {
        -webkit-transform: none;
        transform: none;
    }
}

.outrassuites .best-rooms__content .best-rooms__item figcaption .btn-vermelho {
    opacity: 0;
    text-transform: uppercase;
    text-decoration: none;

    position: absolute;
    left: 30px;
    top: 100px;

    border: none;
    background: transparent;
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption .btn-vermelho {
        top: 145px;
        left: initial;
        right: 0px;
        opacity: 1;
        background: transparent;
        font-size: 13px;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .outrassuites .best-rooms__content .best-rooms__item figcaption .btn-vermelho {
        top: initial;
        bottom: 0px;
    }
}

.outrassuites .best-rooms__content .best-rooms__item:focus figcaption .btn-vermelho,
.outrassuites .best-rooms__content .best-rooms__item:hover figcaption .btn-vermelho,
.outrassuites .best-rooms__content .best-rooms__item:active figcaption .btn-vermelho {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#pousada{
    color:#000;
    margin: 50px 0;
    margin-top: 120px;
}
#pousada h1.section__title {
    color: #000;
    font-size:40px;
}
#pousada h2 {
    color: #000;
    font-size:40px;
    text-align:center;
}

@media screen and (min-width: 1200px) {
    #pousada .dispositivosG .imgPousada {
        padding: 0px 15px;
    }
    #pousada .dispositivosP {
        display: none;
    }
}

@media screen and (min-width: 941px) and (max-width: 1199px)  {
    #pousada .dispositivosG {
        display: block;
    }
    #pousada .dispositivosG .imgPousada {
        padding: 30px 15px;
    }
    #pousada .dispositivosP {
        display: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 940px) {
    #pousada .dispositivosG {
        display: none;
    }
    #pousada .dispositivosP {
        display: block;
    }
    #pousada .dispositivosP .texto .img {
        width: 55%;
        padding-left: 15px;
        float: right;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    #pousada .dispositivosG {
        display: none;
    }
    #pousada .dispositivosP {
        display: block;
    }
    #pousada .dispositivosP .texto .img {
        display: none;
    }
}

#pousada p{
    font-size:16px;
    font-family:"Lora", serif;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #pousada p {
        font-size: 14px;
    }
}

#pousada .itens{
    font-family:"Playfair Display", serif;
    font-size:18px;
    color:#000;
    margin-bottom:50px;
}
#pousada .itens .desc{
    font-size:15px;
}
#pousada .itens i{
    width:80px;
    height: 80px;
    margin: 0 auto;
    font-size:35px;
    background:#F7F7F4;
    color:#E40234;
    padding:30px 18px;
    display: block;
}
#pousada .itens .quadro{
    margin-bottom:50px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #pousada .itens .quadro {
        height: 140px;
    }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    #pousada .itens .quadro {
        width: 50%;
        height: 140px;
    }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
    #pousada .itens .quadro {
        display: block;
        width: 100%;
        margin: 0 auto 50px auto;
    }
}

.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 50px; right: 20px; width: 60px; height: 60px; -webkit-border-radius: 50%; cursor: pointer; background-color: #25D366; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('../img/whatsplug.svg'); background-size: 50% auto; }
.whatsapp-plug-icon:hover{background-color: #0ba360; box-shadow:all;  }

.btn-whatsapp{
  background: #25D366; color: #fff;transition: all .5s ease;
  padding: 15px 30px; font-size: 20px; font-weight: 800;
}