﻿@charset "utf-8";
/* Table of contents
====================================================  
*/
/* Basic Styles 
-------------------------------------------------- */
/* Headings */
/* Fonts */
/* Margins */
/* Form */
/* Buttons */
/* Image Hover Zoom */
/* Grid */
/* Top Header
-------------------------------------------------- */
/* Items */
/* Language dropdown */
/* Social icons */
/* Retina logo */
/* Header
-------------------------------------------------- */
/* Base Navigation */
/* Logo */
/* Navbar */
/* Dropdown */
/* Shrink Navigation */
/* Nav Yamm3 Megamenu */
/* Reservation Form
-------------------------------------------------- */
/* Vertical */
/* Price */
/* Horizontal */
/* Icons */
/* Button */
/* Guests */
/* Datepicker*/
/* Error Message */
/* Aside
-------------------------------------------------- */
/* Headings */
/* Widgets */
/* Widget: Tags */
/* Widget: List Styles */
/* Widget: Latest News */
/* Pages
-------------------------------------------------- */
/* 404 Error page*/
/* Fontawesome Page */
/* Gallery */
/* Bootstrap Components
-------------------------------------------------- */
/* Image styles */
/* Nav Tabs */
/* Nav Pills */
/* Call To Action */
/* Breadcrumb */
/* Popover */
/* Table */
/* Panel */
/* Pagination */
/* Badge */
/* Blockquote */
/* Alerts */
/* Footer
-------------------------------------------------- */
/* Base */
/* Footer Bottom */
/* Plugin Styles
-------------------------------------------------- */
/* Datepicker */
/* Sticky */
/* Owl Gallery */
/* Owl Reviews */
/* Owl Slider */
/* Parallax */
/* Revolution Slider */
/* Waypoints */
/* Go-Top Button */
/* Isotope */
/* Gmap */
/* Basic Styles 
-------------------------------------------------- */
body {
    overflow-x: hidden;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: /*"Open Sans", "Helvetica Neue",*/ Arial, sans-serif;
    font-weight: 600;
    color: #5e5e5e;
}

h1, .h1 {
    font-size: 20px;
    line-height: 0.5;
}

h2, .h2 {
    font-size: 24px;
    line-height: 0.5;
}

h3, .h3 {
    font-size: 18px;
    line-height: 0.5;
}

h4, .h4 {
    font-size: 14px;
    line-height: 0.5;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 10px;
    line-height: 0.5;
}

p {
    text-align: justify;
}

.lined-heading {
    position: relative;
    margin-top: -30px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

h1.lined-heading:before, h2.lined-heading:before, h3.lined-heading:before, h4.lined-heading:before, h5.lined-heading:before, h6.lined-heading:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 2px solid #ccc;
    content: "";
}

h1.lined-heading span, h2.lined-heading span, h3.lined-heading span, h4.lined-heading span, h5.lined-heading span, h6.lined-heading span {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
}

h1 i, h2 i, h3 i, h4 i h5 i {
    padding-right: 15px;
}
/* Fonts */
body, .ui-widget, .revolution-venturas {
    font-family: /*"Open Sans", "Helvetica Neue",*/ Arial, sans-serif !important;
    font-size: 13px;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: none;
        -webkit-transition: color 0.2s ease-in;
        -moz-transition: color 0.2s ease-in;
        -ms-transition: color 0.2s ease-in;
        -o-transition: color 0.2s ease-in;
        transition: color 0.2s ease-in;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    /* Link hover color */
    a:hover, a:focus, .box-icon a:hover, .usp a:hover i {
        color: #5e5e5e;
    }
/* Margins */
.mt0 {
    margin-top: 0px;
    padding-bottom: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt30tabs {
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mt50tabs {
    margin-top: 50px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.mt50 {
    margin-top: 50px;
}

.mt50pais {
    margin-top: 15px;
    line-height: 17px;
}

.mt100 {
    margin-top: 50px;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.mt-mobile {
    margin-top: 0px;
}

/* Form */
label {
    color: #5e5e5e;
}

.form-control {
    color: #666;
    font: 12px verdana, arial, sans-serif;
    text-align: center;
}

    .form-control option {
        color: #5e5e5e;
    }

        .form-control option:disabled {
            color: #bfbfbf;
        }

    .form-control:focus {
        border: 1px solid #cccccc;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control:-moz-placeholder {
        color: #666;
        font: 12px verdana, arial, sans-serif;
        text-align: center;
    }

    .form-control::-moz-placeholder {
        color: #666;
        font: 12px verdana, arial, sans-serif;
        text-align: center;
    }

    .form-control:-ms-input-placeholder {
        color: #666;
        font: 12px verdana, arial, sans-serif;
        text-align: center;
    }

    .form-control::-webkit-input-placeholder {
        color: #666;
        font: 12px verdana, arial, sans-serif;
        text-align: left !important;
    }
/* Buttons */
.btn {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.38)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-lg {
    padding: 13px 18px;
    font-size: 14px;
}

.btn-default {
    text-shadow: 0 -1px 0 #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.06))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0f000000', GradientType=0 ); /* IE6-9 */
    background-color: #fff;
    border-color: #d2d2d2;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        text-shadow: 0 -1px 0 #fff;
        background-color: #fff;
        border-color: #d2d2d2;
        -webkit-box-shadow: inset 5px 5px 100px 100px #FFFFFF;
        box-shadow: inset 5px 5px 100px 100px #FFFFFF;
    }

.btn-purple {
    background-color: #e331bf;
    border-color: #b90a96;
    text-shadow: 0 -1px 0 #c026a1;
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
        background-color: #f449d2;
        border-color: #cf0ba7;
        color: #fff;
    }

.btn-black {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.33)), color-stop(100%, rgba(255,255,255,0.13))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#21ffffff', GradientType=0 ); /* IE6-9 */
    background-color: #000;
    border-color: #000;
    text-shadow: 0 -1px 0 #000;
}

    .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
        background-color: #333;
        border-color: #000;
        color: #fff;
    }

.btn-success {
    background-color: #7ec923;
    border-color: #09c817;
    text-shadow: 0 -1px 0 #408c1f;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #86E215;
        border-color: #75c529;
    }

.btn-info {
    background-color: #057ad4;
    border-color: #057ad4;
    text-shadow: 0 -1px 0 #1f659a;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #36a6eb;
        border-color: #2a8de9;
    }

.btn-warning {
    background-color: #dc7b13;
    border-color: #d48405;
    text-shadow: 0 -1px 0 #d29128;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #eab037;
        border-color: #d48405;
    }

.btn-danger {
    background-color: #c20808;
    border-color: #ba3535;
    text-shadow: 0 -1px 0 #760202;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #e51f1f;
        border-color: #ba3535;
    }

section.buttons .btn {
    margin: 0 10px 10px 0;
}

/* Image Hover Zoom */
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

img.zoom-img {
    width: 100%;
    position: relative;
    padding: 0;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}

    img.zoom-img:hover {
        -webkit-transform: scale(1.15);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 750ms;
        -moz-transform: scale(1.15);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 750ms;
        overflow: hidden;
        opacity: 0.7;
    }
/* Grid */
.boxed {
    max-width: 1170px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}
/* Background options */
.pattern-1 {
    background: url(../images/patterns/xv.png) center center repeat;
}

.pattern-2 {
    background: url(../images/patterns/purty_wood.png) center center repeat;
}

.pattern-3 {
    background: url(../images/patterns/hexellence.png) center center repeat;
}

.pattern-4 {
    background: url(../images/patterns/brushed_alu.png) center center repeat;
}

.pattern-5 {
    background: url(../images/patterns/grid_noise.png) center center repeat;
}

.pattern-6 {
    background: url(../images/patterns/diamond_upholstery.png) center center repeat;
}

.pattern-7 {
    background: url(../images/patterns/escheresque.png) center center repeat;
}

.pattern-8 {
    background: url(../images/patterns/knitting250px.png) center center repeat;
}

.pattern-9 {
    background: url(../images/patterns/bo_play_pattern.png) center center repeat;
}

.background-color-1 {
    background: #D8F1FE;
}

.background-color-2 {
    background: #DC9CDC;
}

.background-color-3 {
    background: #94CA86;
}

.background-color-4 {
    background: #CCCCCC;
}

.background-color-5 {
    background: #F0E1FF;
}

#background-image {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
/* Top Header
-------------------------------------------------- */
/* Items */
#top-header, #top-header a {
    background-color: #214020;
    color: #fff;
    font-size: 13px;
}

    #top-header a:hover, #top-header .th-text .th-item .btn-group .btn-default:hover {
        color: #fff;
        text-decoration: none;
    }

    #top-header i {
        font-size: 14px;
        padding-right: 5px;
    }

    #top-header .th-text {
        padding: 10px 0;
        font-size: 11px;
    }

        #top-header .th-text .th-item {
            margin: 0;
            padding: 0;
        }

@media (max-width: 767px) {
    #top-header .th-text {
        text-align: center;
    }
}

#top-header .th-text .th-item {
    display: inline-block;
    padding: 0 10px;
    line-height: 10px;
    border-right: 1px solid #3c3c3c;
}

    #top-header .th-text .th-item:first-child {
        padding-left: 0;
    }

    #top-header .th-text .th-item:last-child {
        border-right: none;
    }
    /* Language Dropdown */
    #top-header .th-text .th-item .btn-group {
        z-index: 9999;
        margin-top: -6px;
    }

        #top-header .th-text .th-item .btn-group .btn-default {
            color: inherit;
            background-color: transparent;
            border: none;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            text-transform: uppercase;
            font-size: 11px;
            background: none; /* FF3.6+ */
            filter: none; /* IE6-9 */
            -webkit-box-shadow: none;
            box-shadow: none;
            text-shadow: none;
            font-weight: normal;
        }

        #top-header .th-text .th-item .btn-group:hover {
            color: #fff;
        }

        #top-header .th-text .th-item .btn-group ul.dropdown-menu {
            font-size: 11px;
            background-color: #272727;
            padding: 0;
            line-height: 20px;
            border: none;
            border-radius: 0px;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-top: 12px;
        }

        #top-header .th-text .th-item .btn-group .btn-default span.caret {
            margin-left: 5px;
            margin-top: -4px;
        }

        #top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a {
            padding: 10px 20px;
            color: #939393;
            text-transform: uppercase;
            -webkit-transition: all 0.1s ease-in;
            -moz-transition: all 0.1s ease-in;
            -ms-transition: all 0.1s ease-in;
            -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
        }

            #top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover {
                color: #fff;
            }

/* contato */
.bt-contato {
    float: right;
    cursor: pointer;
    position: relative;
}

    .bt-contato:hover .cont-menu {
        display: block;
    }

.cont-menu {
    width: 200px;
    list-style: none;
    background-color: #214020;
    z-index: 9999;
    line-height: 35px;
    padding-right: 12px;
    position: absolute;
    right: 0;
    left: auto;
    display: none;
}


    .cont-menu li {
        margin-left: -20px;
        margin-top: 10px;
    }


/* Social Icons */
#top-header .th-text .th-item .social-icons i {
    padding-right: 12px;
}
/* Retina Logo */
header #logo #retina-logo {
    display: none;
}

/* Reservation Form
-------------------------------------------------- */
#reservation-form {
    margin-top: -60px;
}

    /* Vertical */
    #reservation-form .reservation-horizontal, #reservation-form .reservation-vertical, #contact-form .contact-vertical {
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        /*border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	padding: 5px 5px;*/
        z-index: 9999;
        background-color: #fff;
    }

        #reservation-form .reservation-vertical h2 {
            margin-top: 0;
            margin-bottom: 12px;
        }

        #reservation-form .reservation-vertical h4 {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
        }
    /* Paises */
    #reservation-form .paises {
        padding: 5px 17px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 12px;
        font-size: 18px;
        display: block;
        border: 1px dashed #ebebeb;
    }

        #reservation-form .paises h4 {
            color: #333;
            padding-right: 5px;
        }

        #reservation-form .paises span {
            color: #979797;
            font-weight: normal;
            padding-left: 5px;
            font-size: 11px;
        }

    #reservation-form .active h4 {
        padding: 8px 17px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 12px;
        font-size: 13px;
        color: #FFFFFF;
        display: block;
        border: 1px dashed #ebebeb;
        background-color: #214020;
    }

    /* Horizontal */
    #reservation-form .reservation-horizontal .col-sm-1, #reservation-form .reservation-horizontal .col-sm-2, #reservation-form .reservation-horizontal .col-sm-3 .col-sm-33 {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }

    #reservation-form .form-inline select.form-control {
        width: 100% !important;
    }

    #reservation-form .form-inline .form-group {
        width: 100%;
    }
    /* Icons */
    #reservation-form .popover-icon i {
        color: #9f9f9f;
        font-size: 18px;
    }

    #reservation-form .fa.infield {
        position: absolute;
        float: right;
        right: 57px;
        margin-top: 35px;
        font-size: 14px;
    }

    #reservation-form .form-inline .fa.infield {
        position: absolute;
        float: right;
        right: 20px;
        font-size: 14px;
        top: 0;
        width: 14px;
    }
    /* Button */
    #reservation-form .col-sm-2 button {
        margin-top: 25px;
    }
    /* Guests */
    #reservation-form .guests-select {
        z-index: 100;
        cursor: pointer;
    }

        #reservation-form .guests-select .guests {
            margin-top: -261px;
            width: 200px;
            height: auto;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
            border: 1px solid #ebebeb;
            -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
            box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
            z-index: 500;
            background-color: #fff;
            position: absolute;
            padding: 20px;
            cursor: default !important;
            display: none;
            animation-name: fadeIn;
            animation-duration: 0.2s;
            animation-iteration-count: 1;
            animation-timing-function: ease-out;
            -webkit-animation-name: fadeIn;
            -webkit-animation-duration: 0.2s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-timing-function: ease-out;
            -moz-animation-name: fadeIn;
            -moz-animation-duration: 0.2s;
            -moz-animation-iteration-count: 1;
            -moz-animation-timing-function: ease-out;
        }

    #reservation-form .form-inline .guests-select .form-group {
        padding-bottom: 15px;
    }
    /* Datepicker*/
    #reservation-form .hasDatepicker {
        cursor: pointer;
    }
/* Error Message */
.error_message {
    color: #F00;
}
/* Rooms
-------------------------------------------------- */
/* Room Thumbnails */
/*.room-thumb {
	width: 356px;
	height: 283px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 2px 0 0 #e0e0e0;
	box-shadow: 0 2px 0 0 #e0e0e0;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 5000;
}*/

.room-thumb {
    width: 100%;
    min-height: 228px;
    float: left;
    overflow: visible;
    position: relative;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
    box-shadow: 0 2px 0 0 #e0e0e0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 5000;
}

    .room-thumb .mask {
        width: 100%;
        height: 80px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .room-thumb img {
        display: block;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }
    /*.room-thumb .main {
	border-bottom: 1px solid #ebebeb;
	height: 55px;
}*/
    .room-thumb .main {
        height: auto;
        min-height: 50px;
        overflow: hidden;
        border-bottom: 1px solid #ebebeb;
        display: block;
    }

        .room-thumb .main h5 {
            width: 58%;
            height: auto;
            min-height: 30px;
            font-size: 11px;
            font-weight: bold;
            position: relative;
            padding: 5px 4px 5px 8px;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            line-height: 1.3;
        }

        .room-thumb .main .price {
            width: 40%;
            display: inline-block;
            float: right;
            font-size: 11px;
            text-align: center;
            font-weight: bold;
            padding: 5px 3px;
            border-top: none;
            border-right: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            border-left: 1px solid #ebebeb;
            vertical-align: middle;
            line-height: 1.3;
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000;
        }

            .room-thumb .main .price span {
                display: block;
                color: #979797;
                font-size: 11px;
                font-weight: normal;
                text-align: center;
            }

    .room-thumb .content {
        position: relative;
        padding: 20px;
        text-align: left;
    }

        .room-thumb .content button {
            margin-top: 5px;
        }

        .room-thumb .content p span {
            font-weight: bold;
            display: block;
        }

        .room-thumb .content i {
            padding-right: 5px;
        }

    .room-thumb img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .room-thumb .mask {
        background-color: #fff;
        -webkit-transform: translateY(228px);
        -moz-transform: translateY(228px);
        -o-transform: translateY(228px);
        -ms-transform: translateY(228px);
        transform: translateY(228px);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
/*.room-thumb:hover .mask {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.room-thumb:hover img {
	-webkit-transform: translateY(-228px);
	-moz-transform: translateY(-228px);
	-o-transform: translateY(-228px);
	-ms-transform: translateY(-228px);
	transform: translateY(-228px);
}*/
/* Room List */
.room-list {
    margin-top: -60px;
    margin-bottom: -60px;
}

    .room-list .room-thumb {
        margin-bottom: 60px;
    }
/* USP's
-------------------------------------------------- */
.usp {
    text-align: center;
}
/* Circle */
.box-icon .circle {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 30px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    float: left;
    border: 1px solid;
}

.usp .box-icon .circle {
    float: none;
}

.box-icon .circle:hover i {
    color: #fff;
    animation-name: swing;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    text-decoration: none;
    -webkit-animation-name: swing;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
}
/* Icon */
.box-icon i {
    width: 20px;
    height: 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.usp a {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.box-icon a i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* Blog
-------------------------------------------------- */
/* Article */
.blog article {
    /*border-bottom: 2px solid #ccc;*/
    padding: 0 0 50px 0;
    margin-bottom: 50px;
}
/* Meta */
article .meta {
    z-index: 1;
}

article .meta-date {
    display: inline-block;
    color: #fff;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    z-index: 9;
    padding: 6px 16px;
    margin: 20px 0 0 0;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    height: 50px;
    width: 50px;
    line-height: 17px;
    text-align: center;
}

    article .meta-date span {
        display: block;
        font-size: 11px;
        font-weight: normal;
    }

article .meta-author, .meta-category, .meta-comments {
    font-size: 12px;
    padding: 0px 0 10px 0;
    display: inline-block;
    color: #979797;
    margin-right: 20px;
}
/* Content */
article h2 {
    margin-bottom: 5px;
}

article i {
    padding: 0 10px 0 0;
}

article p.intro {
    padding-bottom: 10px;
}

article iframe {
    width: 100%;
    border: none;
}

article .video-format {
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    article .video-format iframe {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
/* Blog Author */
.blog-author {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: -50px;
}

    .blog-author img {
        float: left;
        margin: 13px 17px 15px 0;
        border: 1px solid;
    }

    .blog-author p {
        margin: 18px 0 0 0;
    }
/* Blog Comments */
.comment {
    margin: 20px 0 0 0;
    padding-bottom: 20px;
}

    .comment p {
        margin: 0;
        padding: 0 20px 0 20px;
    }

    .comment .avatar {
        display: block;
        float: left;
        padding: 18px;
    }

        .comment .avatar img {
            border: 1px solid;
        }

.comment-text .author {
    position: relative;
    padding: 15px 0 0 0;
}

    .comment-text .author .name {
        float: left;
        font-weight: bold;
    }

        .comment-text .author .name:after {
            padding: 0 5px 0 5px;
            color: #ddd;
            content: '|';
            font-weight: normal;
        }

.comment .reply-button {
    position: relative;
    z-index: 10;
    float: right;
    padding: 5px 10px 5px 10px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.reply {
    position: relative;
    margin-left: 40px;
}

.comment .reply-button:hover {
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.reply-line {
    float: left;
    margin-left: 20px;
    width: 20px;
    height: 65px;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.send-comment {
    margin-top: 40px;
}
/* Aside
-------------------------------------------------- */
/* Headings */
aside h3:first-of-type {
    margin-top: 0;
}

aside h3 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
}
/* Widget */
aside .widget {
    margin-bottom: 50px;
}
    /*	Widget: Tags */
    aside .widget .tags {
        padding-top: 5px;
    }

        aside .widget .tags a {
            position: relative;
            display: inline-block;
            margin: 8px 5px 0 0;
            padding: 2px 6px;
            color: #fff;
            text-decoration: none;
            cursor: pointer;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            aside .widget .tags a:hover {
                background-color: #000;
            }
    /* Widget: List Styles */
    aside .widget ul {
        margin-top: -10px;
        list-style-type: none;
    }

        aside .widget ul a {
            display: list-item;
            padding-top: 12px;
            padding-bottom: 12px;
            color: #272727;
            text-decoration: none;
        }

        aside .widget ul.arrow li a:before {
            margin-right: 10px;
            content: "»";
            vertical-align: text-bottom;
            font-size: 12px;
        }

        aside .widget ul a:hover {
            position: relative;
        }

        aside .widget ul li {
            margin-bottom: 0;
            border-bottom: 1px solid #e9e9e9;
        }

            aside .widget ul li .badge {
                margin-left: 10px;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }
    /* Widget: Latest News */
    aside .widget .news-thumb {
        float: left;
    }

        aside .widget .news-thumb img {
            border: 3px solid #ccc;
            margin-right: 12px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            aside .widget .news-thumb img:hover {
                opacity: 0.7;
            }

    aside .widget .news-content h4 {
        padding-top: 2px;
    }

    aside .widget .news-content a {
        padding: 0;
    }

    aside .widget .news-content span a {
        color: #ccc;
        font-size: 12px;
    }
/* Pages
-------------------------------------------------- */
/* 404 Error page*/
.error-404 {
    text-align: center;
}

    .error-404 h2 {
        color: #f5f5f5;
        text-align: center;
        font-size: 200px;
        padding: 30px 0 30px;
    }
/* Fontawesome Page */
.fontawesome-icon-list {
    position: relative;
    padding-top: 20px;
}

    .fontawesome-icon-list ul li {
        display: inline-block;
        float: left;
        margin: 0;
        width: 270px;
    }

        .fontawesome-icon-list ul li .fa {
            font-size: 20px;
            width: 20px;
            margin: 0 10px 40px 0;
        }
/* Gallery */
.gallery a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

    .gallery a i, .gallery-slider a i {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 80%;
        left: 50%;
        display: block;
        margin: -22px 0 0 -22px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .gallery a:hover i, .gallery-slider a:hover i {
        top: 45%;
        opacity: 1;
        transform: translateY(20);
    }

    .gallery a:hover i, .gallery-slider a:hover i {
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
/* Bootstrap Components
-------------------------------------------------- */
/* Image styles */
.img-thumbnail {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
/* Nav Tabs */
.nav-tabs {
    border-bottom: 1px solid #FF8C00;
    background-color: #ffffff;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            font-weight: 600;
            padding: 15px 20px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .nav-tabs > li > a:hover {
                border: 1px solid #FF8C00;
                background: #fff;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #FF8C00;
            cursor: default;
            background-color: #ffffff;
            border: 1px solid #FF8C00;
            border-bottom-color: transparent;
        }

.tab-content {
    padding: 0px;
}
/* Nav Pills */
.nav-pills {
    margin-top: 30px;
}

    .nav-pills > li > a {
        color: #5e5e5e;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
/* Call To Action */
#call-to-action {
    position: relative;
    height: 100%;
    margin-bottom: -100px;
}

    #call-to-action h1, #call-to-action h2, #call-to-action h3, #call-to-action h4, #call-to-action h5, #call-to-action h6 {
        color: #fff;
    }

    #call-to-action h2 {
        margin: 43px 0;
    }

    #call-to-action .btn {
        margin: 35px 0;
    }
/* Breadcrumb */
.breadcrumb {
    padding: 0;
    margin: 15px 0 15px 0;
    list-style: none;
    background-color: transparent;
}

    .breadcrumb > li + li:before {
        padding: 0 3px;
        color: #bdbdbd;
        content: "»";
    }

    .breadcrumb > li a {
        color: #000000;
        /*	padding: 3px 5px;
	text-decoration: underline;*/
    }

    .breadcrumb > .active {
        color: #fff;
    }
/* Popover */
.popover-icon {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.popover {
    font-size: 12px;
    color: #5e5e5e;
}
/* Table */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 2px solid #ebebeb;
}

table i {
    padding-right: 5px;
}
/* Panel */
.panel-default {
    border: 1px solid #ebebeb;
}

    .panel-default > .panel-heading {
        border-bottom: 1px solid #ebebeb;
    }
/* Pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    border-color: #ccc;
}
/* Badge */
.badge {
    background: #ccc;
}
/* Blockquote */
blockquote {
    margin: 30px 0;
}

    blockquote span {
        color: #ccc;
    }
/* Alerts */
.alert-success {
    color: #408c1f;
    background-color: #f1ffe0;
    border-color: #c2e5b3;
}

.alert-info {
    color: #1f659a;
    background-color: #d0efff;
    border-color: #a4d3f6;
}

.alert-warning {
    color: #d29128;
    background-color: #fff4e0;
    border-color: #f3dfb6;
}

.alert-danger {
    color: #bd2323;
    background-color: #fadfdf;
    border-color: #f1b7c1;
}


/* Footer
-------------------------------------------------- */
/* Base */
footer {
    color: #c1c1c1;
    background-color: #182f18;
    font-size: 12px;
    padding: 20px 0 0 0;
    /*	margin-top: 10px;*/
}

    footer a {
        color: #c1c1c1;
    }

        footer a:hover, footer a:focus {
            color: #fff;
        }

    footer h4 {
        font-size: 13px;
        color: #DCDCDC;
        text-transform: capitalize;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 4px;
    }

    /* Remove espaço excessivo dos <p> no menu do footer */
    footer p {
        margin: 0 !important;
        padding: 1px 0 !important;
        line-height: 1.5 !important;
        text-align: left !important;
    }

/* Desktop: container do footer em flex */
.footer-menu-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    padding-top: 20px !important;
    margin-top: 10px !important;
}

.footer-menu-nacional,
.footer-menu-internacional {
    display: flex !important;
    flex-wrap: nowrap !important; /* desktop: 3 colunas na mesma linha */
    align-items: flex-start !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

.footer-menu-divider {
    flex: 0 0 1px !important;
    width: 1px !important;
    background-color: #264826 !important;
    align-self: stretch !important;
    margin: 0 12px !important;
    padding: 0 !important;
}

/* Desktop ≥1025px: 3 colunas */
.footer-menu-nacional > .col-md-3,
.footer-menu-nacional > .col-sm-3,
.footer-menu-internacional > .col-md-3,
.footer-menu-internacional > .col-sm-3 {
    display: block !important;
    float: none !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
}

/* Tablet 768px–1024px: 2 colunas por seção, col3 vai para baixo */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer-menu-nacional,
    .footer-menu-internacional {
        flex-wrap: wrap !important;
    }

        .footer-menu-nacional > .col-md-3,
        .footer-menu-nacional > .col-sm-3,
        .footer-menu-internacional > .col-md-3,
        .footer-menu-internacional > .col-sm-3 {
            flex: 0 0 50% !important;
            width: 50% !important;
            max-width: 50% !important;
            padding: 0 6px !important;
        }

            /* Esconde espaçador invisible (p + br) nas cols 2 e 3 */
            .footer-menu-nacional > .col-md-3:nth-child(n+2) > p:first-child,
            .footer-menu-nacional > .col-sm-3:nth-child(n+2) > p:first-child,
            .footer-menu-internacional > .col-md-3:nth-child(n+2) > p:first-child,
            .footer-menu-internacional > .col-sm-3:nth-child(n+2) > p:first-child {
                display: none !important;
            }

            .footer-menu-nacional > .col-md-3:nth-child(n+2) > br,
            .footer-menu-nacional > .col-sm-3:nth-child(n+2) > br,
            .footer-menu-internacional > .col-md-3:nth-child(n+2) > br,
            .footer-menu-internacional > .col-sm-3:nth-child(n+2) > br {
                display: none !important;
            }

    .footer-menu-divider {
        margin: 0 6px !important;
    }
}

/* Mobile ≤767px: empilhado, 2 colunas por seção */
@media (max-width: 767px) {
    .footer-menu-container {
        flex-wrap: wrap !important;
    }

    .footer-menu-nacional,
    .footer-menu-internacional {
        flex: 0 0 100% !important;
        flex-wrap: wrap !important;
    }

        .footer-menu-nacional > .col-md-3,
        .footer-menu-nacional > .col-sm-3,
        .footer-menu-internacional > .col-md-3,
        .footer-menu-internacional > .col-sm-3 {
            flex: 0 0 50% !important;
            width: 50% !important;
            max-width: 50% !important;
            padding: 0 8px !important;
        }

    .footer-menu-internacional {
        margin-top: 16px !important;
    }

    .footer-menu-divider {
        display: none !important;
    }
}

footer ul {
    list-style: none;
    padding: 0;
}

    footer ul li {
        border-bottom: none;
        padding: 2px 0;
    }

        footer ul li:first-child {
            padding-top: 0;
        }

        footer ul li:last-child {
            border-bottom: none;
        }

footer .form-control {
    border: 1px solid #5b5b5b;
    background-color: transparent;
    font-size: 12px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
}

footer .btn-black {
    color: #d1d1d1;
}
/* Footer Bottom */
footer .footer-bottom {
    background-color: #182f18;
    padding: 15px 0;
    margin-top: 0;
    line-height: 14px;
    text-align: center;
}

    footer .footer-bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        footer .footer-bottom ul li {
            border: none;
            padding: 0 10px 0 0;
            display: inline-block;
        }

            footer .footer-bottom ul li:first-child {
                padding-top: 0;
            }
/* Plugin Styles
-------------------------------------------------- */
/* Datepicker */
#ui-datepicker-div {
    padding: 20px !important;
}

#ui-datepicker-div, .ui-datepicker-title {
    color: #ff7c29 !important;
}

.ui-widget-content {
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    border: 1px solid #ebebeb !important;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    background-color: #fff;
    margin-top: 0; /* era -3px — puxava o dropdown para dentro do #divSearch */
}

.ui-widget-header {
    background: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid !important;
    border-left: none !important;
}

.ui-datepicker-header {
    -webkit-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none !important;
    border: 1px solid #e1e1e1 !important;
}

.ui-datepicker table {
    margin: 0 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid !important;
}
/* Sticky */
.navbar {
    width: 100%;
}
/* Owl Gallery */
#owl-gallery {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

    #owl-gallery .item {
        margin: 0;
    }

        #owl-gallery .item img {
            display: block;
            width: 100%;
            height: auto;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            #owl-gallery .item img:hover {
                opacity: 0.5;
            }
/* Owl Reviews */
#owl-reviews {
    padding: 0 70px;
}

    #owl-reviews img {
        margin-bottom: 20px;
        border: 1px solid;
    }

    #owl-reviews .text-balloon {
        display: inline-block;
        border: 1px solid #ebebeb;
        padding: 15px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
        box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
        margin: 0 10px 10px 8px;
    }

        #owl-reviews .text-balloon:before {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            left: 14px;
            top: 30px;
            border-top: 7px solid;
            border-bottom: 7px solid;
            border-right: 10px solid;
            border-color: #fff #ebebeb transparent transparent;
        }

        #owl-reviews .text-balloon:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            left: 16px;
            top: 30px;
            border-top: 6px solid;
            border-bottom: 6px solid;
            border-right: 10px solid;
            border-color: transparent #fff transparent transparent;
        }

        #owl-reviews .text-balloon span {
            display: block;
            padding-top: 5px;
        }

.standard-slider .owl-theme .owl-controls .owl-buttons div {
    border: 1px solid;
}

.testimonials .owl-theme .owl-controls .owl-buttons div, .standard-slider .owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 10px;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    border: 1px solid;
}

    .testimonials .owl-theme .owl-controls .owl-buttons div i, .standard-slider .owl-theme .owl-controls .owl-buttons div i {
        width: 35px;
        height: 35px;
        text-align: center;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons div:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div:hover i {
        color: #fff;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev {
        position: absolute;
        top: 35%;
        left: 0;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons div.owl-next {
        position: absolute;
        top: 35%;
        right: 20px;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i {
        animation-name: fadeOutLeft;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-animation-name: fadeOutLeft;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-name: fadeOutLeft;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons div.owl-next:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover i {
        animation-name: fadeOutRight;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-animation-name: fadeOutRight;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-name: fadeOutRight;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev i {
        padding-right: 3px;
        padding-right: 0;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons div.owl-next i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next i {
        padding-left: 3px;
        padding-right: 0;
    }
/* Owl Slider */
.standard-slider.room-slider #owl-standard {
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.standard-slider.room-slider, .standard-slider.room-slider img {
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.standard-slider .owl-theme .owl-controls .owl-buttons div {
    border: 1px solid;
}

    .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
        position: absolute;
        top: 40%;
        left: 20px;
    }

    .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
        position: absolute;
        top: 40%;
        right: 20px;
    }
/* Parallax */
.parallax-effect {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    border-top: none;
    border-bottom: none;
    width: 100%;
    position: relative;
}

    .parallax-effect h1, .parallax-effect h2, .parallax-effect h3, .parallax-effect h4, .parallax-effect h5, .parallax-effect h6 {
        color: #fff;
    }

    .parallax-effect #parallax-image {
        color: #fff;
        height: 250px;
        margin: 0;
        padding: 0 !important;
        padding-bottom: 30px !important;
        width: 100%;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .parallax-effect .color-overlay {
        position: relative;
        height: 100%;
    }

    .parallax-effect .content {
        padding-top: 0px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .parallax-effect .content h3 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .parallax-effect .content p {
            font-size: 24px;
        }

        .parallax-effect .content button {
            margin-top: 50px;
        }

    /*    .parallax-effect #parallax-pagetitle {
        margin-top: -1px;
        color: #fff;
        height: 70px;
        padding: 0;
        width: 100%;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
    } */

    .parallax-effect #parallax-pagetitle {
        color: #fff;
        min-height: 90px;
        height: auto;
        width: 100%;
        background-color: #214020;
        display: flex;
        align-items: stretch;
    }

        /* div filho direto que envolve o .container */
        .parallax-effect #parallax-pagetitle > div {
            display: flex;
            align-items: center;
            width: 100%;
            min-height: 90px;
        }

        .parallax-effect #parallax-pagetitle .container {
            padding-top: 18px;
            padding-bottom: 18px;
        }

        .parallax-effect #parallax-pagetitle .h2-size {
            font-size: 28px !important;
            line-height: 34px !important;
            margin: 0 !important;
            padding: 0 !important;
            color: #fff !important;
        }
/* Revolution Slider */
.revolution-slider {
    padding-bottom: 0px;
    background-color: #fff;
    margin-top: 0;
    border-bottom: 1px solid;
    background-position: center top;
}

    .revolution-slider .bannercontainer {
        /*width: 100%;*/
        width: 1130px;
        position: relative;
        padding: 0;
        background: #272727;
        margin-left: auto;
        margin-right: auto;
    }

    .revolution-slider .banner {
        width: 100%;
        position: relative;
        z-index: 0;
    }

    .revolution-slider .tp-caption.revolution-venturas.bigtext {
        position: absolute;
        color: #fff;
        text-shadow: none;
        font-weight: 600;
        font-size: 45px;
        line-height: 55px;
        font-family: /*"Open Sans", "Helvetica Neue",*/ Arial, sans-serif;
        margin: 0px;
        border-width: 0px;
        border-style: none;
        white-space: nowrap;
        padding: 0px 4px;
        padding-top: 1px;
        text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
    }

        .revolution-slider .tp-caption.revolution-venturas.bigtext span {
            letter-spacing: -3px;
        }

            .revolution-slider .tp-caption.revolution-venturas.bigtext span i {
                font-size: 0.5em;
                vertical-align: middle;
            }

    .revolution-slider .tp-caption.revolution-venturas.smalltext {
        position: absolute;
        color: #fff;
        text-shadow: none;
        font-weight: normal;
        font-size: 30px;
        line-height: 30px;
        font-family: /*"Open Sans", "Helvetica Neue",*/ Arial, sans-serif;
        margin: 0px;
        border-width: 0px;
        border-style: none;
        white-space: nowrap;
        padding: 0px 4px;
        padding-top: 1px;
        text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
    }
/* Waypoints */
.appear {
    opacity: 0;
}

.animated {
    opacity: 1;
}
/* Go-Top Button */
#go-top {
    position: fixed;
    float: right;
    right: 44px;
    bottom: 44px;
    z-index: 9999;
    display: none;
    cursor: pointer;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 10px;
    background-color: #fff;
    opacity: 0.75;
    border: 1px solid;
}

    #go-top:hover {
        border-color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #go-top i {
        width: 27px;
        text-align: center;
    }

    #go-top:hover i {
        color: #fff;
    }

    #go-top:hover i {
        animation-name: fadeOutUp;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-animation-name: fadeOutUp;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-name: fadeOutUp;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
    }
/* Isotope */
/* Isotope Filtering */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
        /* Disabling Isotope CSS3 transitions */
        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

.isotope-item {
    z-index: 2;
    margin: 0 -1px;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* Gmap */
#map {
    width: 100%;
    height: 300px;
    /*overflow: visible !important;*/
    overflow: hidden;
    border: 1px solid;
    margin-top: -1px;
}

    #map img {
        max-width: none !important;
    }

input {
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

label {
    display: block;
    width: x;
    height: y;
    text-align: center;
}

.Aviso {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 12px;
    color: #FF6600;
    font-style: italic;
    position: relative;
    margin-top: -40px;
    margin-bottom: 20px;
    display: block;
}

textarea {
    resize: vertical;
}

.form-control-left {
    text-align: left !important;
}

    .form-control-left:focus {
        border-color: orange;
        border-width: 2px;
    }

.input-invalid {
    border-color: red;
}

.h2-size {
    font-size: 30px !important;
    line-height: 34px;
    padding: 8px 0px 0px 0px;
}

.h2-size-menor {
    font-size: 16px !important;
    line-height: 20px;
    padding: 8px 0px 0px 0px;
}

.titulo-menor {
    font-size: 13px !important;
    line-height: 15px;
    padding: 8px 0px 0px 0px;
}

.h2-size-Titulo {
    font-size: 18px !important;
    line-height: 15px;
}

.Menu {
    line-height: 1px;
    padding: 1px 0px 0px 0px;
}

.h3-size {
    font-size: 18px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .h2-size-Titulo {
        font-size: 17px !important;
        padding: 1px 0px 0px 0px !important;
        line-height: 17px;
    }

    .h2-size {
        font-size: 24px !important;
        padding: 1px 0px 0px 0px !important;
        line-height: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .h2-size-Titulo {
        font-size: 17px !important;
        padding: 1px 0px 0px 0px !important;
        line-height: 17px;
    }

    .h2-size {
        font-size: 26px !important;
        padding: 1px 0px 0px 0px !important;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .h2-size-Titulo {
        font-size: 17px !important;
        padding: 1px 0px 0px 0px !important;
        line-height: 17px;
    }

    .h2-size {
        font-size: 18px !important;
        padding: 1px 0px 0px 0px !important;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/* fancybox home */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(fancybox/fancybox_loading.gif) center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.text-menu {
    text-align: center;
    padding: 10px 5px 10px 5px;
    color: #787878;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: 1px solid #c7c7c7;
    background: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url(fancybox/fancybox_loading@2x.gif);
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

/* Hide google recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

/* ===================================================
   SEÇÃO BLOG - Cards de Artigos
   ================================================== */

.blog-section {
    max-width: 1170px;
    margin: 50px auto;
    padding: 0 15px;
}

/* Desktop: 4 colunas */
.blog-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    width: 100% !important;
}

.blog-card {
    background: white;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #ebebeb;
}

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        text-decoration: none;
        color: inherit;
    }

.blog-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #ebebeb;
}

.blog-card-content {
    padding: 8px 12px 10px 12px;
}

.blog-card-title {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #5e5e5e;
    margin-bottom: 0;
    line-height: 1.4;
    min-height: 30px;
}

/* Tablet: 2 colunas */
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile: 1 coluna */
@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .blog-section {
        margin: 30px auto;
    }

    .blog-card-title {
        text-align: center;
    }

    .blog-card-content {
        text-align: center;
    }
}

/* Abre dropdown no hover */
.dropdown-hover:hover .dropdown-menu {
    display: block;
}

/* Evita que o dropdown feche muito rápido */
.dropdown-hover .dropdown-menu {
    margin-top: 0;
}

/* ==========================================================
   PACOTES DE VIAGEM — tour-grid igual ao blog-grid
   ========================================================== */

.tour-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    margin-top: 20px;
}

.tour-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

    .tour-card:hover {
        text-decoration: none;
        color: inherit;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

.tour-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.tour-card-info {
    display: flex;
    align-items: stretch;
    border-top: 1px solid #ebebeb;
    min-height: 50px;
}

.tour-card-name {
    flex: 1;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: bold;
    color: #5e5e5e;
    line-height: 1.4;
}

.tour-card-obs {
    font-weight: normal;
    display: block;
}

.tour-card-price {
    flex-shrink: 0;
    width: 38%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 5px;
    border-left: 1px solid #ebebeb;
    text-align: center;
}

.tour-price-value {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #5e5e5e;
    line-height: 1.3;
}

.tour-price-label {
    display: block;
    font-size: 10px;
    color: #979797;
    font-weight: normal;
    line-height: 1.3;
}

/* Tablet (≤992px): 2 colunas */
@media (max-width: 992px) {
    .tour-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile (≤600px): 1 coluna */
@media (max-width: 600px) {
    .tour-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
}

/* ===================================================
   CORREÇÃO BOOTSTRAP — navbar-brand margin negativa
   O Bootstrap aplica margin-left: -15px no .navbar-brand
   dentro do .container em telas >= 768px
   ================================================== */

.venturas-slider {
    max-width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .venturas-slider .swiper {
        width: 100%;
        height: auto;
    }

    .venturas-slider .swiper-slide {
        overflow: hidden;
    }

        .venturas-slider .swiper-slide a {
            display: block;
            line-height: 0;
        }

        .venturas-slider .swiper-slide img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

    /* Setas de navegação */
    .venturas-slider .swiper-button-prev,
    .venturas-slider .swiper-button-next {
        color: #fff;
        background: rgba(0,0,0,0.35);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        transition: background 0.2s ease;
    }

        .venturas-slider .swiper-button-prev:hover,
        .venturas-slider .swiper-button-next:hover {
            background: rgba(0,0,0,0.6);
        }

        .venturas-slider .swiper-button-prev::after,
        .venturas-slider .swiper-button-next::after {
            font-size: 18px;
            font-weight: bold;
        }

    /* Dots de paginação */
    .venturas-slider .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.7;
    }

    .venturas-slider .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

/* Mobile: setas menores */
@media (max-width: 767px) {
    .venturas-slider .swiper-button-prev,
    .venturas-slider .swiper-button-next {
        width: 32px;
        height: 32px;
    }

        .venturas-slider .swiper-button-prev::after,
        .venturas-slider .swiper-button-next::after {
            font-size: 14px;
        }
}

/* ===================================================
   DESTINO SLIDER — botões iguais ao da Home (.venturas-slider)
   ================================================== */

.standard-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.standard-slider .swiper-button-prev,
.standard-slider .swiper-button-next {
    color: #fff;
    background: rgba(0,0,0,0.35);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: background 0.2s ease;
}

    .standard-slider .swiper-button-prev:hover,
    .standard-slider .swiper-button-next:hover {
        background: rgba(0,0,0,0.6);
    }

    .standard-slider .swiper-button-prev::after,
    .standard-slider .swiper-button-next::after {
        font-size: 18px;
        font-weight: bold;
    }

.standard-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.standard-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

@media (max-width: 767px) {
    .standard-slider .swiper-button-prev,
    .standard-slider .swiper-button-next {
        width: 32px;
        height: 32px;
    }

        .standard-slider .swiper-button-prev::after,
        .standard-slider .swiper-button-next::after {
            font-size: 14px;
        }
}

/* ===================================================
   FONT DISPLAY SWAP - evita CLS por web fonts
   ================================================== */
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-display: swap;
}

/* ===================================================
   LOGO RESPONSIVO
   ================================================== */

#default-logo {
    display: block !important;
    height: 50px;
    width: auto;
    max-width: 100%;
}

#retina-logo {
    display: none !important;
}

.navbar-brand.logo-link {
    padding: 0 15px 0 0;
    height: 70px;
    display: inline-flex !important;
    align-items: center !important;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0 !important;
    }

    #navbar-collapse-grid.navbar-collapse {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #default-logo {
        display: block !important;
        height: 34px !important;
        width: auto !important;
    }

    #retina-logo {
        display: none !important;
    }

    .navbar-brand.logo-link {
        padding: 0 10px 0 0;
        height: 70px !important;
        display: inline-flex !important;
        align-items: center !important;
    }
}

@media (max-width: 767px) {
    #default-logo {
        display: none !important;
    }

    #retina-logo {
        display: block !important;
        height: 38px !important;
        width: auto !important;
    }

    .navbar-default .navbar-header,
    .navbar .navbar-header,
    .navbar-header {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 50px !important;
        float: none !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left !important;
    }

    a.navbar-brand.logo-link,
    .navbar-brand.logo-link {
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
    }

    .navbar-toggle {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
        float: none !important;
        margin: 0 !important;
        padding: 9px 5px !important;
    }
}

@media (max-width: 480px) {
    #retina-logo {
        height: 32px !important;
        width: auto !important;
    }
}

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

@media (max-width: 767px) {
    .standard-slider.room-slider {
        display: none !important;
    }

    .venturas-slider .swiper-slide img {
        aspect-ratio: 4/3;
        object-fit: cover;
        width: 100%;
        height: auto;
    }
}

/* ==========================================================
   TOP HEADER — alinhamento direita (todas as telas)
   ========================================================== */

/* A .row vira flex para que os dois col-xs-6 se comportem corretamente */
#top-header .container > .row {
    display: flex !important;
    align-items: center !important;
}

    /* Cada coluna ocupa 50% real */
    #top-header .container > .row > .mobile-fit {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        float: none !important;
        box-sizing: border-box !important;
    }

        /* Coluna da esquerda: alinha à esquerda */
        #top-header .container > .row > .mobile-fit:first-child {
            text-align: left !important;
        }

        /* Coluna da direita: alinha à direita */
        #top-header .container > .row > .mobile-fit:last-child {
            text-align: right !important;
        }

/* .th-text da direita: flex para manter itens alinhados à direita */
#top-header .th-text.pull-right {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    float: none !important;
    width: 100% !important;
}

    #top-header .th-text.pull-right .th-item {
        float: none !important;
        display: inline-flex !important;
        align-items: center !important;
    }

/* ==========================================================
   BARRA DE BUSCA (#divSearch)
   ========================================================== */

/* Desktop: começa oculto, revelado pelo showSearch() */
@media (min-width: 768px) {
    #divSearch {
        display: none;
    }
}

#divSearch {
    background-color: #8fa888;
    padding: 8px 0;
    width: 100%;
}

    #divSearch > div {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end; /* alinha à direita, junto com a lupa */
    }

    #divSearch .fa-search {
        color: #fff;
        font-size: 16px;
        margin-right: 8px;
        flex-shrink: 0;
    }

    #divSearch #search {
        flex: 0 0 320px;
        height: 34px;
        border: none;
        border-radius: 3px;
        padding: 0 0px;
        font-size: 14px;
        outline: none;
        background-color: #fff;
        color: #333;
        box-sizing: border-box;
    }

        #divSearch #search:focus {
            box-shadow: 0 0 4px rgba(255,255,255,0.5);
        }

@media (max-width: 767px) {
    #divSearch {
        display: block !important; /* sempre visível no mobile */
        padding: 6px 0;
        overflow: visible !important; /* garante que o autocomplete não seja cortado */
    }

        #divSearch #search {
            height: 30px;
            font-size: 16px; /* mínimo 16px para evitar zoom automático no iOS */
            width: 75%;
        }
}

/* Remove espaço em branco entre conteúdo e rodapé */
footer + section,
section.parallax-effect.mt20 {
    margin-top: 0 !important;
}

/* Remove espaço abaixo do footer */
footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

html, body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: 100% !important;
}

/* Garante que nada após o footer crie espaço indesejado */
footer ~ script {
    height: 0 !important;
    overflow: hidden !important;
}
/* ul.ui-autocomplete removido — o jQuery UI insere o dropdown após o footer
   e height:0 colapsava o resultado da busca */

/* ==========================================================
   AUTOCOMPLETE DE BUSCA (#search / #divSearch)
   ========================================================== */

/* O jQuery UI insere o ul.ui-autocomplete direto no <body> com
   position:absolute — precisa de z-index alto para ficar acima do
   slider e de qualquer outro elemento da página */
ul.ui-autocomplete {
    position: absolute !important;
    margin-top: 2px !important;
    padding: 0 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2) !important;
    z-index: 999999 !important; /* aumentado para garantir acima do header sticky */
    max-height: 50vh !important; /* usa viewport height no mobile para não sair da tela */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    min-width: 250px !important;
}

    /* Esconde completamente quando não há itens (lista vazia) */
    ul.ui-autocomplete:empty {
        display: none !important;
    }

    ul.ui-autocomplete .ui-menu-item {
        padding: 0;
        border-bottom: 1px solid #f0f0f0;
    }

        ul.ui-autocomplete .ui-menu-item:last-child {
            border-bottom: none;
        }

    ul.ui-autocomplete .ui-menu-item-wrapper {
        padding: 8px 12px;
        font-size: 13px;
        color: #333;
        display: block;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        ul.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
        ul.ui-autocomplete .ui-menu-item-wrapper:hover {
            background-color: #f5f5f5 !important;
            color: #b35f00 !important;
            border: none !important;
        }

    /* Categoria (grupo) dentro do autocomplete */
    ul.ui-autocomplete .ui-autocomplete-category {
        font-weight: bold;
        font-size: 11px;
        color: #888;
        padding: 8px 12px 4px;
        background-color: #fafafa;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

/* Remove espaço branco abaixo do footer causado pelo nicescroll */
#ascrail2000,
.nicescroll-rails {
    display: none !important;
}

/* Datepicker — oculto por padrão, posicionado pelo jQuery UI quando aberto */
#ui-datepicker-div {
    display: none;
}

/* Em mobile, troca justify por left para evitar espaçamento irregular entre palavras */
@media (max-width: 767px) {
    p {
        text-align: left !important;
    }

    /* col-md-13 e col-md-28 não têm breakpoint mobile definido — corrige para 100% */
    .col-md-13,
    .col-md-28 {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        float: none !important;
    }

    /* Garante que o texto dentro do reservation-form não fique colado nas bordas */
    #reservation-form.mt50 {
        margin-top: 20px !important;
        padding: 0 !important;
    }
}

/* ==========================================================
   PÁGINAS NACIONAIS / INTERNACIONAIS — layout mobile
   ========================================================== */

@media (max-width: 767px) {
    /* Mantém flex mas garante 100% da largura sem margens negativas */
    .row[style*="align-items"] {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

        /* Cada col-sm-6 ocupa exatamente 50% */
        .row[style*="align-items"] > .col-sm-6 {
            flex: 0 0 50% !important;
            width: 50% !important;
            max-width: 50% !important;
            padding-left: 8px !important;
            padding-right: 8px !important;
            box-sizing: border-box !important;
            text-align: left !important;
            float: none !important;
        }

        /* Divisor vertical some em mobile */
        .row[style*="align-items"] > .col-sm-1[style*="border-left"] {
            display: none !important;
        }

        /* Textos e links alinhados à esquerda */
        .row[style*="align-items"] p,
        .row[style*="align-items"] h3,
        .row[style*="align-items"] h4,
        .row[style*="align-items"] ul,
        .row[style*="align-items"] a {
            text-align: left !important;
        }

        /* ul internas (col-sm-6 dentro do col-sm-6) ocupam largura total */
        .row[style*="align-items"] .col-sm-6 ul.col-sm-6 {
            width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            float: none !important;
        }
}


/* ==================================================
   VENTURAS PAGE MENU — novo layout grid
   ================================================== */

/* Container principal: 2 colunas (Nacional | Internacional) */
.vmenu-wrap {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0 20px;
    margin-top: 20px;
}

/* Divisor vertical */
.vmenu-divider {
    background: #d0d0d0;
    align-self: stretch;
}

/* Cada lado: bloco simples */
.vmenu-nacional,
.vmenu-internacional {
    display: block;
}

/* Títulos Viagens Nacionais / Internacionais */
.vmenu-title {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #5e5e5e !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

/* ul: 2 colunas automáticas com column-count */
.vmenu-nacional ul,
.vmenu-internacional ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
    column-count: 2;
    column-gap: 20px;
}

/* Evita que h4/h3 quebrem no meio da coluna */
.vmenu-nacional h4,
.vmenu-nacional h3,
.vmenu-nacional p,
.vmenu-internacional h4,
.vmenu-internacional h3,
.vmenu-internacional p {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

/* Região/Continente (h4 laranja) */
.vmenu-nacional h4,
.vmenu-internacional h4 {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #FF8C00 !important;
    margin: 14px 0 3px 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

    .vmenu-nacional h4 a,
    .vmenu-internacional h4 a {
        color: #FF8C00 !important;
    }

/* Estado/País (h3 cinza) */
.vmenu-nacional h3,
.vmenu-internacional h3 {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #5e5e5e !important;
    margin: 8px 0 2px 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

    .vmenu-nacional h3 a,
    .vmenu-internacional h3 a {
        color: #5e5e5e !important;
    }

        .vmenu-nacional h3 a:hover,
        .vmenu-nacional h3 a:focus,
        .vmenu-internacional h3 a:hover,
        .vmenu-internacional h3 a:focus {
            color: #FF8C00 !important;
        }

/* Cidade/Destino (p) */
.vmenu-nacional p,
.vmenu-internacional p {
    font-size: 12px !important;
    margin: 1px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    color: #5e5e5e !important;
}

    .vmenu-nacional p a,
    .vmenu-internacional p a {
        color: #5e5e5e !important;
    }

/* Mobile (≤600px): mantém lado a lado, fontes legíveis */
@media (max-width: 600px) {
    .vmenu-wrap {
        grid-template-columns: 1fr 1px 1fr !important;
        gap: 0 8px !important;
    }

    .vmenu-divider {
        display: block !important;
        background: #d0d0d0 !important;
    }

    .vmenu-nacional ul,
    .vmenu-internacional ul {
        column-count: 1 !important;
    }

    .vmenu-title {
        font-size: 14px !important;
        margin-top: 0 !important;
        margin-bottom: 6px !important;
        margin: 12px 0 12px 0 !important; /* mais espaço acima e abaixo */
    }

    .vmenu-nacional h4,
    .vmenu-internacional h4 {
        font-size: 13px !important;
        margin: 8px 0 2px 0 !important;
        margin: 12px 0 12px 0 !important; /* mais espaço acima e abaixo */
    }

    .vmenu-nacional h3,
    .vmenu-internacional h3 {
        font-size: 12px !important;
        margin: 12px 0 12px 0 !important; /* mais espaço acima e abaixo */
    }

    .vmenu-nacional p,
    .vmenu-internacional p {
        font-size: 12px !important;
        margin: 2px 0 !important;
        line-height: 1.4 !important;
    }

    .vmenu-internacional {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
    }
}

/* ==================================================
   VENTURAS NAVBAR MENU — nmenu classes
   ================================================== */

/* Container: Nacional e Internacional lado a lado */
.nmenu-half {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* 1 coluna por padrão (menus pequenos) */
.nmenu-ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-gap: 0 !important;
}

    /* 2 colunas para menus nacionais com muitos itens */
    .nmenu-ul.nmenu-ul-2col {
        column-count: 2 !important;
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-gap: 20px !important;
    }

/* Título (Viagens Nacionais / Internacionais) */
.nmenu-title {
    font-size: 13px !important;
    font-weight: bold !important;
    color: #FF8C00 !important;
    margin: 5px 0 8px 0 !important;
    padding: 0 !important;
    width: 100%;
    column-span: all;
    -webkit-column-span: all;
}

/* Duas colunas explícitas no menu internacional */
.nmenu-2col-wrap {
    display: flex !important;
    gap: 20px !important;
    align-items: flex-start !important;
}

.nmenu-2col-left,
.nmenu-2col-right {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Região/Continente — laranja */
.nmenu-region {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #FF8C00 !important;
    margin: 10px 0 2px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

    .nmenu-region a {
        color: #FF8C00 !important;
    }

/* Estado/País — cinza escuro */
.nmenu-country {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #5e5e5e !important;
    margin: 4px 0 1px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

    .nmenu-country a {
        color: #5e5e5e !important;
    }

        .nmenu-country a:hover,
        .nmenu-country a:focus {
            color: #FF8C00 !important;
        }

/* Cidade/Destino */
.nmenu-city {
    font-size: 12px !important;
    color: #5e5e5e !important;
    margin: 1px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    padding-left: 20px !important;
}

    .nmenu-city a {
        color: #5e5e5e !important;
    }

        .nmenu-city a:hover,
        .nmenu-city a:focus {
            color: #FF8C00 !important;
        }
/* Mobile: menu dropdown em coluna única */
@media (max-width: 767px) {
    /* Nacional: remove 2 colunas */
    .nmenu-ul.nmenu-ul-2col {
        column-count: 1 !important;
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
    }

    /* Internacional: remove flex e empilha */
    .nmenu-2col-wrap {
        display: block !important;
    }

    .nmenu-2col-left,
    .nmenu-2col-right {
        width: 100% !important;
    }

    /* Cada metade ocupa 100% */
    .nmenu-half {
        display: block !important;
        width: 100% !important;
        padding: 0 5px !important;
    }
}

/* ==================================================
   VMENU — estilo específico para PageMenu
   (sobrescreve nmenu-* apenas dentro do vmenu-wrap)
   ================================================== */

/* Estado/País em laranja dentro do vmenu */
.vmenu-nacional .nmenu-country,
.vmenu-internacional .nmenu-country {
    color: #5e5e5e !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin: 8px 0 2px 0 !important;
}

    .vmenu-nacional .nmenu-country a,
    .vmenu-internacional .nmenu-country a {
        color: #5e5e5e !important;
    }

        .vmenu-nacional .nmenu-country a:hover,
        .vmenu-nacional .nmenu-country a:focus,
        .vmenu-internacional .nmenu-country a:hover,
        .vmenu-internacional .nmenu-country a:focus {
            color: #FF8C00 !important;
        }

/* Região/Continente em cinza escuro dentro do vmenu */
.vmenu-nacional .nmenu-region,
.vmenu-internacional .nmenu-region {
    color: #ff8c00 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin: 14px 0 3px 0 !important;
    padding-bottom: 3px !important;
}

    .vmenu-nacional .nmenu-region a,
    .vmenu-internacional .nmenu-region a {
        color: #5e5e5e !important;
    }

/* Cidade/Destino */
.vmenu-nacional .nmenu-city,
.vmenu-internacional .nmenu-city {
    font-size: 12px !important;
    color: #7a7a7a !important;
    margin: 2px 0 !important;
    line-height: 1.4 !important;
    padding-left: 20px !important;
}

    .vmenu-nacional .nmenu-city a,
    .vmenu-internacional .nmenu-city a {
        color: #7a7a7a !important;
    }

        .vmenu-nacional .nmenu-city a:hover,
        .vmenu-internacional .nmenu-city a:hover {
            color: #FF8C00 !important;
        }

/* Mobile */
@media (max-width: 600px) {
    .vmenu-nacional .nmenu-region,
    .vmenu-internacional .nmenu-region {
        font-size: 11px !important;
        margin: 10px 0 2px 0 !important;
    }

    .vmenu-nacional .nmenu-country,
    .vmenu-internacional .nmenu-country {
        font-size: 11px !important;
        margin: 6px 0 1px 0 !important;
    }

    .vmenu-nacional .nmenu-city,
    .vmenu-internacional .nmenu-city {
        font-size: 11px !important;
    }
}
/* 3 colunas — _MenuNacional_destino */
.nmenu-3col-wrap {
    display: flex !important;
    gap: 20px !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.nmenu-3col-item {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Mobile — padrão coluna única (Internacional) */
@media (max-width: 767px) {
    .nmenu-3col-wrap {
        display: block !important;
        padding: 0 12px !important;
    }

    .nmenu-3col-item {
        width: 100% !important;
    }

        .nmenu-3col-item .nmenu-region {
            font-size: 12px !important;
            margin: 12px 0 3px 0 !important;
        }

        .nmenu-3col-item .nmenu-country {
            font-size: 12px !important;
            margin: 6px 0 2px 0 !important;
        }

        .nmenu-3col-item .nmenu-city {
            font-size: 12px !important;
            margin: 2px 0 !important;
            line-height: 1.4 !important;
        }
}

/* Mobile — Nacional: 2 colunas (col1+col2 esquerda, col3 direita) */
@media (max-width: 767px) {
    .nmenu-3col-wrap.nmenu-3col-wrap-nacional {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 0 12px !important;
        padding: 0 12px !important;
    }

        .nmenu-3col-wrap.nmenu-3col-wrap-nacional .nmenu-3col-item:nth-child(1) {
            grid-column: 1 !important;
            grid-row: 1 !important;
            width: 100% !important;
        }

        .nmenu-3col-wrap.nmenu-3col-wrap-nacional .nmenu-3col-item:nth-child(2) {
            grid-column: 1 !important;
            grid-row: 2 !important;
            width: 100% !important;
        }

        .nmenu-3col-wrap.nmenu-3col-wrap-nacional .nmenu-3col-item:nth-child(3) {
            grid-column: 2 !important;
            grid-row: 1 / span 2 !important;
            width: 100% !important;
        }

        .nmenu-3col-wrap.nmenu-3col-wrap-nacional .nmenu-region {
            font-size: 12px !important;
            margin: 12px 0 3px 0 !important;
        }

        .nmenu-3col-wrap.nmenu-3col-wrap-nacional .nmenu-country {
            font-size: 12px !important;
            margin: 6px 0 2px 0 !important;
        }

        .nmenu-3col-wrap.nmenu-3col-wrap-nacional .nmenu-city {
            font-size: 12px !important;
            margin: 2px 0 !important;
            line-height: 1.4 !important;
        }
}

/* ==================================================
   DESTINOS — Nacional com column-count, Internacional com flex
   ================================================== */

/* Nacional: 3 colunas automáticas equilibradas */
.destino-nacional-list {
    column-count: 3 !important;
    column-gap: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

/* Evita quebra no meio de região/estado */
.destino-region-block,
.destino-state-block {
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    display: block !important;
}

/* Internacional: 3 colunas manuais via flex */
.destino-internacional-list.destino-3col {
    display: flex !important;
    gap: 30px !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.destino-col {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Internacional fallback */
ul.destino-internacional-list {
    column-count: 3 !important;
    column-gap: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

/* Tablet (≤992px): 2 colunas */
@media (max-width: 992px) {
    .destino-nacional-list,
    ul.destino-internacional-list {
        column-count: 2 !important;
    }

    .destino-internacional-list.destino-3col {
        flex-wrap: wrap !important;
    }

    .destino-col {
        flex: 0 0 calc(50% - 15px) !important;
    }

        .destino-col:last-child {
            flex: 0 0 100% !important;
        }
}

/* Mobile (≤600px): 1 coluna */
@media (max-width: 600px) {
    .destino-nacional-list,
    ul.destino-internacional-list {
        column-count: 1 !important;
        padding: 0 8px !important;
    }

    .destino-internacional-list.destino-3col {
        display: block !important;
        padding: 0 8px !important;
    }

    .destino-col {
        width: 100% !important;
    }
}

/* ================================================
   jQuery UI Datepicker - Venturas
   ================================================ */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    z-index: 9999 !important;
    font-family: inherit;
    font-size: 13px;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .5em 0;
        background: #f47920;
        color: #fff;
        border-radius: 3px 3px 0 0;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 5px;
        width: 1.8em;
        height: 0.5em;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        line-height: 1.8em;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 4px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 4px;
    }

        .ui-datepicker .ui-datepicker-prev:hover,
        .ui-datepicker .ui-datepicker-next:hover {
            opacity: .75;
        }

        .ui-datepicker .ui-datepicker-prev span,
        .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -8px 0 0 -8px;
        }
    /* Setas via CSS, sem imagem */
    .ui-datepicker .ui-icon-circle-triangle-w {
        font-size: 0;
    }

        .ui-datepicker .ui-icon-circle-triangle-w:after {
            content: "‹";
            font-size: 18px;
            color: #ff7c29;
        }

    .ui-datepicker .ui-icon-circle-triangle-e {
        font-size: 0;
    }

        .ui-datepicker .ui-icon-circle-triangle-e:after {
            content: "›";
            font-size: 18px;
            color: #ff7c29;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
        font-size: .9em;
        background: transparent;
        color: #fff;
        border: none;
        cursor: pointer;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .6em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
        color: #777;
    }

    .ui-datepicker td {
        border: 0;
        padding: 2px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .3em;
            text-align: center;
            text-decoration: none;
            color: #333;
            border-radius: 3px;
        }

            .ui-datepicker td a:hover {
                background: #f47920;
                color: #fff;
            }

        .ui-datepicker td.ui-datepicker-today a {
            background: #fff3e8;
            color: #f47920;
            font-weight: bold;
        }

        .ui-state-active,
        .ui-datepicker td .ui-state-active {
            background: #7ec923 !important;
            color: #fff !important;
            font-weight: bold;
            border-radius: 3px;
        }

        .ui-datepicker td.ui-state-disabled span {
            color: #ccc;
        }

.ui-helper-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* ==========================================================
   TABELA DE ROTEIROS — link ocupa td inteiro + mobile empilhado
   ========================================================== */

/* Link ocupa o td inteiro em todas as telas */
table.table-striped tr.roteiro td {
    padding: 0 !important;
}

    /* Coluna do nome: topo */
    table.table-striped tr.roteiro td:first-child {
        vertical-align: top !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    /* Coluna do preço: fundo direito */
    table.table-striped tr.roteiro td:last-child {
        vertical-align: bottom !important;
        text-align: right !important;
    }

    table.table-striped tr.roteiro td a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        padding: 8px !important;
        text-decoration: none !important;
    }

    table.table-striped tr.roteiro td:last-child a {
        text-align: left !important;
    }

/* Mobile: empilha preço embaixo do nome */
@media (max-width: 767px) {
    /* Espaço entre pacotes */
    table.table-striped tr.roteiro {
        display: block !important;
        width: 100% !important;
        margin-top: 5px !important;
    }

        table.table-striped tr.roteiro td {
            display: block !important;
            width: 100% !important;
        }

            table.table-striped tr.roteiro td:first-child a {
                padding-top: 4px !important;
            }

            table.table-striped tr.roteiro td:last-child {
                border-top: none !important;
            }

                table.table-striped tr.roteiro td:last-child a {
                    font-size: 15px !important;
                    font-weight: bold !important;
                    color: #214020 !important;
                    padding-top: 0 !important;
                    padding-bottom: 4px !important;
                    text-align: left !important;
                }
}
