/* 
 D:\www\saojoseviagens.com.br\public\images\new

 azul escuro
 23478b
 
 azul claro botao
 1f8fc7
 
 faixa amarela
 eedd81
 
 cinza fundo
 f6f6f7
 
 laranja
 cf8a13
 */

:root {
    --primary: #1f8fc7;
    --secondary: #23478b;
    --accent: #cf8a13;
    --text-light: #ffffff;
    --text-dark: #222222;
    --background-light: #f6f6f7;
    --background-dark: #1a1a1a;
}

html,
body {
    background-color: #f6f6f7;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

/*  Policy */
.cookieConsentContainer {
    z-index: 999;
    width: 450px;
    max-width: 90%;
    min-height: 20px;
    box-sizing: border-box;
    padding: 36px 36px 36px 36px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 10000;
    display: none
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #555;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #3e9b67
}


.popupOrcamento {
    width: 280px;
    max-width: 90%;
    font-size: .9em;
    background-color: rgb(217 229 218 / 95%);
    padding: 20px;
    border-radius: 10px;
    max-height: 70%;
    height: 400px;
    overflow-y: auto;
    position: fixed;
    right: 5px;
    bottom: 90px;
    z-index: 1000;
    border: 2px solid #FFF;
    display: none;
}

a.soliciteCotacao {
    max-width: 90%;
    background-color: rgb(228 110 36);
    padding: 14px 18px;
    border-radius: 10px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    color: #FFF;
    font-size: 20px;
    animation: float 6s ease-in-out infinite;
}


a.soliciteCotacao:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 130px;
    border-top: 10px solid black;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    color: rgb(228 110 36);
}


.popupOrcamento input {
    width: 100% !important;
    margin: 0 0 8px;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}


.cookieConsentContainer a {
    text-decoration: underline;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

a {
    color: #2C9CE6;
}

a:hover {
    color: #E66D24;
    text-decoration: none;
}

.zoom:hover {
    transition: transform 0.5s ease;
}

.zoom:hover {
    transform: scale(1.05);
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #23478b !important;
    color: #fff !important;
    border-radius: 10px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #23478b !important;
    color: #eedd81 !important;
}

.ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-hover {
    color: #eedd81 !important;
}

.ui-widget-content .ui-state-active {
    background: #eedd81 !important;
    color: #23478b !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}

.ui-widget-header {
    color: #23478b !important;
}

#navbar10 {
    background: #34495E;
    background: #12377E;
    margin: 0px -40px;
}

header {
    margin: 25px 0 20px;
}

header a {
    color: #1D91CC;
    font-size: .9em;
}

header .box {
    padding-top: 5px;
}

header .box img {
    margin-left: 14px;
    max-width: 32px;
}

header .logo {
    max-width: 380px;
}

#navbar10 a {
    color: #FFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.03em;
}

.img {
    box-sizing: inherit;

}

.bg-blue {
    background: #23478b;
}


.bg-blue-light {
    background: #1f8fc7;
}



.text-black {
    color: #000;
}

.text-blue {
    color: #23478b;
}

.text-white {
    color: #FFF;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 700;
}

h4 {
    font-size: 1.8rem;
    font-weight: 450;
}

.jose-placa {
    position: relative
}

.jose-placa img {
    position: absolute;
    top: 0;
    left: 50px;
    height: 280px;
    z-index: 5;
}

.btn-blue img {
    max-width: 25px;
    margin: 0px 0px 0px 15px;
}

.btn-blue {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 8px 32px;
    border-radius: 8px;
    color: #fff;
    background-color: #1f8fc7;
    border-color: #1977a7;
}

.btn-blue:hover {
    background-color: #16719f;
    color: #FFF;
}


.confira {
    position: relative;
}

.bg-orange {
    background-color: #cf8a13;
    color: #FFF;
}

.confira .image {
    min-height: 210px;
    width: 100%;
    border-radius: 15px;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.confira .bg-orange {
    border-radius: 15px;
    border-start-end-radius: 0;
    border-start-start-radius: 0;
    padding: 15px 25px;
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: 0.05rem;
    height: 185px;
}

.confira .bg-orange b {
    font-weight: 750;
}

.confira .title {
    font-size: 1.4rem;
    letter-spacing: -0.03rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    height: 65px;
}

.confira .text-blue span {
    font-size: 2.2rem;
}



/* Estilos personalizados */
.menu-principal {
    background-color: #23478b;
    z-index: 100;
    position: relative;
}

.menu-principal a {
    text-transform: uppercase;
    padding: 12px 15px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #FFF;
}

.menu-principal a:hover {
    color: #eedd81;
}

.menu-principal .nav-item {
    text-align: center;
}

.menu-principal .nav-item:hover {
    cursor: pointer;
}

.submenu {
    display: none;
    background-color: #eedd81;
    right: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 200 !important;
}


.submenu .nav-item a {
    text-align: center;
    color: #23478b;
}

.submenu .nav-item a:hover {
    color: #23478b;
}

.menu-principal .nav-item:hover .submenu {
    display: flex;
    justify-content: center;
}

.submenu .nav {
    padding-right: 380px;
    float: right;
}


.menu-principal .nav-item:hover .submenu,
.menu-principal .submenu:hover {
    display: flex;
    justify-content: center;
}

.proximo-destino {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 50;
}

.proximo-destino .box {
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    width: 100%;
    padding: 40px;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
    text-align: center;
}

.proximo-destino input[type=text] {
    width: 36%;
    padding: 8px 10px 8px 50px;
    border: 1px solid #b7b7b7;
    border-radius: 15px;
    font-size: 1.2rem;
    margin: 8px;
}

.proximo-destino .ico-date {
    background-image: url(../images/new/ico-date.png);
    background-position: 16px 10px;
    background-repeat: no-repeat;
    background-size: 22px;
}

.banner-home {
    background-image: url(../images/new/photos/cute-couple.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}


.banner-home::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}


.banner-home h2 {
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 120px;
    width: 100%;
    font-size: 2.8rem;
    z-index: 100;
}

.proximo-destino .ico-point {
    background-image: url(../images/new/ico-point.png);
    background-position: 16px 8px;
    background-repeat: no-repeat;
    background-size: 22px;
}


input[type=text]::-webkit-input-placeholder {
    font-weight: 600;
}

.proximo-destino input[type=submit] {
    width: 80px;
    margin: -1px 8px 8px;
    height: 47px;

    background-image: url(../images/new/arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.descubra {
    position: relative;
}

.descubra .image {
    min-height: 260px;
    width: 100%;
    border-radius: 15px;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.descubra .price {
    background-color: #23478b;
    bottom: 0;
    color: #FFF;
    position: absolute;
    width: auto;
    padding: 8px 16px;
    border-top-right-radius: 15px;
    font-size: 0.95rem;
    font-weight: 500;
}

.descubra .price span {
    font-size: 1.45rem;
    padding: 0px 5px 0px 1px;
    display: inline;
}

.descubra .title {
    color: #5a5a5a;
    font-size: 1.85rem;
    font-weight: 700;
    padding-bottom: 25px;
    display: block;

    font-size: 1.3rem;
    letter-spacing: -0.03rem;
}

.jose-turista {
    position: relative
}

.jose-turista img {
    position: absolute;
    top: 0;
    left: 20px;
    height: 530px;
    z-index: 5;
}

.viaje-com .box {
    position: relative;
    z-index: 100;
    background-color: #FFF;
}

.viaje-com .box {
    z-index: 100;
    position: relative;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    height: 100%;
    padding: 10px 20px 0px;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
    font-size: 0.95rem;
}

.viaje-com .box img {
    margin: 10px auto 14px;
    max-width: 70px;
}

.viaje-com .box .title {
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
}



footer {
    background: #FFF;
    padding: 0 0 20px;
}

footer .address {
    font-size: .75em;
    font-weight: bolder;
    color: #333;
}

footer .agencia {
    padding-top: 10px;
}


.silver {
    background: #FFF;
    padding: 30px;
}

.alert-danger a {
    color: #721c24;
    font-weight: bold;
}

/* index */

.carousel-caption {
    background: rgba(0, 0, 0, 0.3);
    text-align: left;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 10px 40px;
}

.carousel-indicators {
    text-align: right;
    float: right;
    right: -10% !important;
    bottom: initial;
    left: inherit;
    top: 20px;
}

.special-box {
    padding-top: 30px;
    margin-bottom: 40px;
}

.special-box .read-more {
    border: 0;
    padding: 10px 35px;
    background: #3498DB;
    color: #FFF;
    font-weight: bold;
}

.special-box .card {
    background: none;
    border: #FFF;
}

.special-box .title {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.2em;
    line-height: 0.96em;
    font-weight: bold;
    margin: 10px 0px 8px;
}

.special-box .desc {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 0.98em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    /* fallback */
    max-height: 48px;
    /* fallback */
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.special-box input {
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid red;
    font-size: 13px;
}


.special-box input::placeholder {
    font-weight: bold;
    color: #000;
    opacity: 1;
    /* Firefox */
}



.find .search {
    padding: 10px 30px 13px;
    background: #EDB480;
}

.find .search .btn-group {
    margin-bottom: 8px;
}

.find .submit {
    background: #3598DB;
    color: #FFF;
    font-size: 1.0em;
    font-weight: bold;
    border: 0px;
    padding: 7px 30px;
    width: inherit;
}

.conditions .submit {
    margin-top: 10px !important;
}

.find-1 {
    background: #EDEEF0;
    padding: 0px;
}

.submit {
    cursor: pointer;
}

.find .btn-avanc {
    background: #DE6D20;
    width: 100%;
    border-radius: 0px;
    text-align: left;
    padding-left: 30px;
    font-weight: bold;
    color: #FFF;
    font-size: .9em;
}

.data-range .title {
    text-align: left;
}

.data-range {
    padding: 0px;
}

.data-range input {
    border: 0px;
    padding: 2px 10px;
    width: 46%;
    font-size: 1.1em;
    text-align: center;
    margin: 5px 0px 9px;
}



.featurette .person img {
    max-width: 100%;
}

.featurette .seta {
    margin-top: 10px;
    display: block;
}

.internal-foot hr {
    border-color: #ffffff6f;
}

.internal-foot .description {
    padding: 5px 0;
}

.social img {
    max-width: 50px;
    margin: 0 10px 0 0;
}

.social img.float-right {
    max-height: 45px;
    margin: 5px 10px 0;
}

header .social {
    padding-right: 5px;
}

header .social img {
    max-height: 40px;
    margin: 15px 10px 0;
}

.panel-menu {
    display: inline;
}

header .social .panel-menu img {
    margin: 8px 8px 0;
}


.clients {
    margin-top: 30px;
}

.clients .title {
    margin-bottom: 10px;
}

.clients .person {
    max-width: 100%;
}

.clients .box {
    padding: 15px 18px;
}

.clients .box img {
    max-width: 80px;
    float: left;
}

.clients .box .title {
    display: block;
    float: left;
    margin: 15px 0px 0px 10px;
    color: #FFF;
    font-size: 1.5em;
    line-height: .8em;
}

.clients .box .location {
    display: block;
    float: left;
    margin: 0px 0px 0px 10px;
    color: #F1B37F;
}

.clients .box p {
    clear: both;
    color: #CECECE;
    font-size: 0.8em;
}

.clients .box a {
    color: #FFF;
}


.clients .box {
    background: #444;
}

.payment {
    margin-top: 30px;
}

.payment img {
    margin-bottom: 20px;
}

.code-agent {
    color: #FFF;
    background-color: var(--accent);
    text-align: center;
    padding: 8px;
    font-size: 0.9rem;
}

.find .btn-type:not(:disabled):not(.disabled).active,
.btn-type:not(:disabled):not(.disabled):active,
.show>.btn-type.dropdown-toggle {
    color: #fff;
    background-color: #e46e24;
    border-color: #FFF;
}

.find select {
    /* styling */
    background-color: white;
    border: thin solid white;
    border: none;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.internal h1 {
    padding-top: 0px;
}

.agencias select.classic {
    background: #CCC;
}

.find select.classic {
    width: 100%;
    margin: 4px 0px;
    background-color: #EFEFEF;
    background-image:
        linear-gradient(45deg, transparent 50%, #333 50%),
        linear-gradient(135deg, #333 50%, transparent 50%),
        linear-gradient(to right, #EFEFEF, #EFEFEF);
    background-position:
        calc(100% - 21px) calc(1em + 2px),
        calc(100% - 13px) calc(1em + 2px),
        100% 0;
    background-size:
        8px 8px,
        8px 8px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    border-radius: 10px;
    font-size: 0.9rem;
}

.find select.classic:focus {
    background-image:
        linear-gradient(45deg, white 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, white 50%),
        linear-gradient(to right, #e46e24, #e46e24);
    background-position:
        calc(100% - 13px) calc(1em + 2px),
        calc(100% - 21px) calc(1em + 2px),
        100% 0;
    background-size:
        8px 8px,
        8px 8px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

.find select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.h1 {
    float: left;
    margin: 10px 15px 0px 0px;
    display: none;
}

h1 {
    padding: 22px 0px 0px 0px;
    font-size: 1.9em;
    margin-bottom: 10px;
    color: #23478b;
}


h5 {
    padding: 7px 0px 0px 0px;
    font-family: 'Bitter', serif;
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #777777;
    font-weight: bold;
}

.internal {
    padding: 10px;
    margin-top: 0px;
}

.internal-foot {
    padding-bottom: 22px !important;
}

.fav {
    float: right;
    padding: 16px 0px;
    display: none;
}

.white {
    background: #FFF;
}

.side-int {
    padding: 30px;
}

.side-int .silver {
    padding: 12px 0px 0px;
}

.side-int .silver-2 {
    padding: 0px 0px;
    margin-top: 15px;
}

.internal h3 {
    color: var(--secondary);
    font-size: 1.5rem;
}

.side-int hr {
    background: #FFF;
}

.links a {
    display: block;
    color: #3998DC;
    font-weight: bold;
    font-size: .95em;
    margin-bottom: 3px;
}

.package-desc p {
    color: #555555;
    font-size: .9em;
}

.package-roteiro {
    margin-top: -12px;
    padding: 0px 40px
}

.package-depoi {
    width: 100%;
    padding: 10px 0px 0px 40px;
}

.conditions-bg {
    background: linear-gradient(to bottom, transparent 10%, #1f8fc7 10%);
    padding: 0 40px 40px;
    position: relative;
}

.conditions h4 {
    font-size: 1.5rem;
    padding: 15px 5px 0px;
}


.conditions {

    background: #fff;
    padding: 5px 30px 20px;
    border: 1px solid #CCC;
    border-radius: 10px;
}

.conditions input {
    width: 100%;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.conditions .title {
    font-size: .75em;
    font-weight: bold;
    display: block;
    padding: 3px 0px;
}

.box-cancel {
    min-height: 150px;
    background-size: cover;
    background: url('../images/cancelbox.png') no-repeat center #eee;
    padding-top: 90px;
    padding-left: 50px;
}

.fullInput input {
    background: #E66D24 !important;
    width: 100% !important;
}

.location .iframe {
    border: 1px solid #ccc;
    padding: 0px;
    height: 282px;
}

.hotel-desc {
    font-size: .9em;
    color: #767676;
}

.hotel-box {
    padding: 30px 20px;
}

.hotel-info {
    background: #FFF;
    border: 1px solid #CCC;
}

.hotel-info .title {
    font-family: 'Bitter', serif;
    font-weight: bold;
    font-size: .9em;
    background: #AAA;
    color: #FFF;
    padding: 8px 16px;
}

.hotel-info ul {
    padding: 3px 5px;
}

.hotel-info ul>li {
    list-style: none;
    background: url('../images/arr.png') 8px 12px no-repeat;
}

.hotel-info ul>li a {
    display: block;
    padding: 7px 0px 7px 26px;
    border-bottom: 1px dotted #999;
    font-size: .85em;
    color: #555;
}

.img-responsive {
    max-width: 100%;
}

.forms input[type=text],
.forms input[type=password] {
    width: 100%;
    background: #EDEEF0;
    border: 1px solid #CCC;
    padding: 8px 12px;
    font-size: .95em;
    font-weight: bold;
    margin-bottom: 10px;
}

.forms ::placeholder,
.forms ::-ms-input-placeholder,
.forms :-ms-input-placeholder {
    color: #222;
    opacity: 1;
}

.forms button[type=submit] {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #800000;
    background: #3598DB;
    color: #FFF;
    padding: 10px 15px;
    text-align: center;
    font-size: 0.95em;
    font-weight: bolder;
}

.form-faq input[type=text] {
    width: 70%;
}

.form-faq button[type=submit] {
    width: 25%;
}

.form-faq a {
    font-size: .92em;
    font-weight: bolder;
}

.form-faq p {
    margin-bottom: 8px;
}

.form-faq p img {
    margin: -2px 5px 0px 0px;
}

.orange-head {
    background: #E66D24;
    padding: 5px 10px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}

.orange-foot {
    background: #E66D24;
    padding: 5px 10px;
    bottom: 0px;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
}


.orange .btn {
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    width: 100%;
}


.faq-unidades {
    line-height: 0.95em;
}

.faq-unidades em {
    font-size: .9em;
    font-weight: bold;
    font-style: normal;
}

.faq-unidades b {
    font-weight: bold;
}

.faq-unidades p {}

.more {
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border: 0px solid #800000;
    background: #3598DB;
    padding: 6px 5px;
    text-align: center;
    margin-top: -15px;
}

.card {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin: 5px 0px 10px
}

.card img {
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}

.card .itens {
    font-size: .8em;
    color: #222;
    margin-top: 10px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card-body {
    padding: 8px 15px 20px;
    min-height: 220px;
    position: relative;
}

.card-body p {
    margin-bottom: 0px;

}

.card .title {
    font-family: 'Bitter', serif;
    font-size: 0.85em;
    font-weight: bolder;
    color: #565656;
    max-width: 99%;

    max-height: 56px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;


}

.card .secondary {
    position: absolute;
    bottom: 15px;
    width: 80%;
}

.card .first {
    margin-top: 15px;
    display: block;
    font-size: 11px;
    line-height: .6em;
}

.card .second {
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
}

.card .price {
    font-size: 1.6em;
    color: #E56D25;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}



.carousel h3 {
    padding: 7px 0px 0px 0px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: bold;
}



.find .side-int select.classic {
    width: 45%;
}

.special-box .border-line {
    height: 395px;
    border: 1px solid #CDCDCD;
    padding: 20px;
}


.box_package a:hover {
    color: #333;
}

.box_package .box-bottom {
    background-color: #1a458e;
    border-end-start-radius: 8px;
    border-end-end-radius: 8px;
    padding: 8px;
    text-align: center;
    margin-top: 2px;
}

.box_package .box-bottom .btn.btn-blue {
    padding: 4px 32px;
}

.box_package .box-bottom a.btn.btn-blue:hover {
    color: #eee;
}

.box_package .box {
    padding-top: 20px;
}



.box_package .price {
    font-size: 1.2em;
    line-height: 1.5rem;
}

.box_package small {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 600;
}

.box_package .price b {
    font-size: 1.4em;
}

.box_package .title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6rem;
}

.box_package .image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 300px;
}

.box_package .description {
    padding: 0 0 0 15px;
    max-width: 55%;
}


.box_package .type {
    border: 2px solid #FFF;
    border-radius: 8px;
    background-color: #f5aa00;
    color: #000;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    margin: -15px 5px 0;
    padding: 9px 3px 7px;
    text-align: center;
}

.ui-widget.ui-widget-content {
    z-index: 100 !important;
}

.box-package.col-md-12 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.confira_mobile {
    display: none;
}

.autocomplete-items {
    position: absolute;
    top: 70px;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    width: 300px;
    max-width: 90%;
    left: 10%;
    /* Ajusta a largura para o mesmo tamanho do campo de entrada */
}

#destiny_complete {
    position: relative;
    /* Garante que o autocomplete seja posicionado em relação a este elemento */
}

/* Estilo de cada item */
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4;
}

/* Estilo do item quando estiver selecionado */
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/* Estilo para o item ativo */
.autocomplete-active {
    background-color: #1e90ff !important;
    color: white;
}

.box_package .type img {
    height: 20px;
    margin: -4px 3px 0 0;
}


@media (max-width: 768px) {

    h1 {
        text-align: center;
        color: #777;
        font-size: 1.5rem;
    }

    h3 {
        color: var(--secondary);
        font-size: 1.15rem;
    }


    .conditions-bg {
        margin: 0 -35px;
    }

    .col-md-7 .side-int {
        padding: 0;
    }

    .col-md-5.side-int {
        padding-top: 0;
    }


    .box_package .type img {
        height: 20px;
        margin: -3px 3px 0 0;
    }

    .box_package .type {
        font-size: 0.7rem;
    }


    .box_package .box {
        padding-top: 10px;
    }


    .confira_mobile {
        display: inherit;
    }

    .box_package .title {
        font-size: 1.2rem;
    }

    .box-package.col-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .box_package .image {
        background-repeat: no-repeat;
        background-size: cover;
        height: 160px;
        width: 50%;
        margin-top: 15px;
    }


    .special-box .border-line {
        height: inherit;
    }

    .data-range .sep {
        display: none;
    }

    .data-range input {
        width: 100%;
    }

    .find .btn-group,
    .btn-group-vertical {
        display: initial;
    }

    .find .side-int select.classic {
        width: 100%;
    }
}

.televendas a {
    color: #FFF;
}

.televendas {
    display: none;
    position: absolute;
    width: 300px;
    background: #12377e;
    border: 1px solid #FFF;
    box-shadow: 0 0 2em 0.1em black;
    padding: 20px 20px 20px;
    color: #FFF;
    z-index: 100;
    text-align: center;
    z-index: 100;
    text-align: center;
    top: 45px;
    right: -35px;
}


.mobile-menu {
    display: none;
    position: relative;
}

@media (max-width:980px) {

    .menu-principal {
        display: none;
    }

    .viaje-com .col-md-4 {
        margin-bottom: 20px;
    }

    .viaje-com .box .title {
        font-weight: 600;
        font-size: 1rem;
    }

    .viaje-com .box img {
        margin: 10px auto;
        width: 90px;
        max-width: 100%;
    }

    .viaje-com h2,
    .viaje-com h4 {
        font-size: 1.6rem;
        text-align: center;
    }


    header .logo {
        width: 300px;
        max-width: 80%;
    }

    header .social {
        display: none;
    }

    .viaje-com .col-md-10 {
        padding: 0 10px 20px !important;
    }

    .footer-blue .col-md-8 hr {
        display: none;
    }

    .banner-home {
        display: none;
    }

    div.col-md-4:has(.jose-turista) {
        display: none;
    }

    .footer-blue .col-md-8 {
        flex: 100% !important;
        max-width: 100% !important;
    }


    div.col-md-2:has(.jose-placa) {
        display: none;
        position: inherit;
    }



    div:has(.proximo-destino) {
        padding: 25px;
        background-color: #1f8fc7;
        max-width: 100%;
    }

    .proximo-destino h3 {
        color: #1f8fc7;
    }

    .proximo-destino {
        margin: 0px;
        margin-top: 0px;
        position: relative;
        z-index: 100;
    }

    .proximo-destino .box {
        margin-bottom: 0px;
        border-radius: 8px;
        padding: 15px 15px 20px;
    }

    .proximo-destino input[type=text] {
        width: 100%;
        margin: 10px 0;
    }

    .proximo-destino input[type=submit] {
        margin: 10px 0;
        width: 100%;
    }

    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }

    .confira,
    .descubra {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f6f6f7;
        border-top: 2px solid #ddd;
        z-index: 1000;

        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .mobile-menu .menu-item {
        flex: 1;
        text-align: center;
        padding: 8px 0 12px;
        line-height: 1.05rem;
    }

    .mobile-menu .menu-item i {
        font-size: 1.5rem;
        display: block;
    }

    .mobile-menu .menu-item span {
        font-size: 0.85rem;
        display: block;
        text-align: center;
    }

    .mobile-menu .menu-item.active span,
    .mobile-menu .menu-item.active i {
        color: #007bff;
    }

    .mobile-menu .image {
        margin: 5px auto;
        width: 50%;
        height: 50px;
        display: block;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mobile-menu a {
        font-size: 0.8rem;
        color: #888888;
    }

    .mobile-menu a span {
        font-size: 1.05rem;
        font-weight: 600;
        color: #888;
    }

    footer {
        padding-bottom: 130px;
    }

    .footer-blue img.logo-r {
        max-width: 100%;
    }

    .social .float-right {
        display: none;
    }
}