/*----COR TEMPLATE: 
    Primária:   #005D22  //Caso o cliente configure a cor do template, essa cor será substituiída pela cor configurada. Caso não haja cadastro, essa será a cor do template. 
    Secundária: 
*/
/*==================== CALENDÁRIO ===================*/
#ui-datepicker-div {
    display: none;
    background: #fff;
    z-index: 99999999 !important;
    border-radius: 10px;
    overflow: hidden;
}
div.ui-datepicker {
    width: 250px !important;
    height: auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-color: #FFF;
    border-collapse: collapse;
    border-width: 0px !important;
    z-index: 1000000;
    padding: 0px;
    margin-top: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
div.ui-datepicker.ui-datepicker-multi-2 {
    width: 500px !important;
}
div.ui-datepicker .ui-datepicker-group{width:250px !important;float:left;}
div.ui-datepicker .ui-datepicker-group:nth-of-type(2) table tbody tr {
    border-left: 1px solid #ccc !important;
}
.ui-widget-header {
    background: none;
    border: 0 !important;
    background: #005D22;
    height: 50px;
    padding-bottom: 5px;
    padding: 0 !important;
}
.ui-datepicker-prev {
    display: block;
    cursor: pointer;
    left: 15px;
    top: 1px;
    position: absolute;
    font-family: 'icomoont' !important;
    color: #fff;
}
.ui-datepicker-prev::before {
        content: "‹";
        font-family: 'icomoont' !important;
        font-size: 1.8em;
        display: none;
    }
.ui-datepicker-next {
    font-family: 'icomoont' !important;
    display: block;
    cursor: pointer;
    right: 15px;
    top: 1px;
    position: absolute;
    color: #fff;
}
.ui-datepicker-next::before {
        display: none;
        content: "›";
        font-family: 'icomoont' !important;
        font-size: 1.8em;
    }
.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-size: contain !important;
    width: 15px;
    height: 15px;
    font-size: 0;
    float: left;
    margin-top: 15px;
}
/*.ui-datepicker-prev span {
    background: url(/Content/Templates/_imagens/icons/leftBranco.png);
}
.ui-datepicker-next span {
    background: url(/Content/Templates/_imagens/icons/rigthBranco.png);
}*/

.ui-datepicker-prev span,
.ui-datepicker-next span{
    color: #fff;
    font-family: 'icomoont' !important;
    font-size:1em !important;
}
.ui-datepicker-prev span:before {
    content: "\e938";
    color:#fff;
}
.ui-datepicker-next span:before {
    content: "\e939";
    color:#fff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    /*display: none;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;*/
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
span.ui-datepicker-month {
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 0;
    color: #fff;
}
span.ui-datepicker-year {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0 0;
    color: #fff;
}
table.ui-datepicker-calendar {
    width: 195px;
    height: 200px;
}
table.ui-datepicker-calendar tr th {
    background-color: #005D22;
    color: #fff;
    border: 0;
    padding: 5px 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}
table.ui-datepicker-calendar tbody tr td {
        padding: 0px;
    }
.ui-widget-content .ui-state-default {
    color: #333;
    background-color: #fff;
    border: 0;
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    margin: 0 auto;
        font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    line-height: 25px;
}
table.ui-datepicker-calendar tbody tr td span, table.ui-datepicker-calendar tbody tr td a:link {
    padding: 5px;
    font-size: 1.1em;
    color: #333;
}
td.ui-datepicker-week-end span, td.ui-datepicker-week-end a:link {
    background-color: #e6e6e6;
    text-align: center;
}
.ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    cursor: text;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
a:link.ui-state-active, a:visited.ui-state-active, a:hover.ui-state-active {
    background-color: #005D22;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
}
.ui-datepicker-buttonpane {
    display: none;
}
table.ui-datepicker-calendar tbody tr td a:hover {
    background-color: #005D22;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
}
/*====================== AUTOCOMPLETE =========================*/
.ui-autocomplete{
    background-color:#005D22;
    /*padding:10px;*/
    z-index:9999999999999999;
    margin-top:20px;
    min-width:430px;
    max-width:430px;
    max-height:300px;
    overflow-y:auto;
}
.ui-autocomplete li
{
    font-family: 'Poppins', sans-serif !important;
    color:#fff;
    list-style:none;
    padding:10px;
    cursor:pointer;
    font-size:0.7em !important;
}
.ui-autocomplete li:nth-of-type(odd)
    {
        background-color:rgba(0, 0, 0, 0.1);
    }
.ui-autocomplete li:nth-of-type(over)
    {
        background-color:rgba(0, 0, 0, 0.3);
    }
.ui-state-focus {
    background: #333 !important;
    color: #fff !important;
}
.ui-autocomplete li:hover,
.ui-autocomplete li:focus,
.ui-autocomplete li:active{background-color:rgba(0, 0, 0, 0.5);}
.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}
.ui-autocomplete::-webkit-scrollbar-track {
    background-color: rgb(229, 229, 229);
}
.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #7a7a7a;
}
/*====================== DIVERSOS =========================*/
.voltar_topo{
    position:fixed;
    bottom:80px;
    right:20px;
    background:#333;
    width:40px;
    height:40px;
    border-radius:50%;
    text-align:center;
    display:none;
    z-index:999999999;
    cursor:pointer;
    box-shadow:1px 1px 4px rgba(0,0,0,.6);
}
.voltar_topo p{
    margin-top:5px;
    font-size:1.3em;
    color:#fff;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
    opacity: .80;
    z-index: 10000;
    filter: Alpha(Opacity=80);
}
.mapa .gmnoprint {
    display: none !important;
}
.social{width:auto; float:right;}
.social li{margin-right:5px;}
.social li a:before{font-size:2em; color:#fff;}
.cadastro_cliente:last-of-type {
    float: right;
    width: auto;
    margin-bottom: 50px;
}
.cadastro_cliente:last-of-type input {
    float: right;
    padding: 10px;
    background: #005D22;
    color: #fff;
    float: right;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
.cadastro_cliente:last-of-type input:hover {
    background: #094e87;
}
.zEWidget-launcher {
    bottom: 50px !important;
}
.trustpilot-widget {
    position: fixed !important;
    width: 100px !important;
    padding: 10px !important;
    bottom: 120px !important;
    left: 20px !important;
    background: #005D22 !important;
    z-index: 99999 !important;
    border-radius: 20px !important;
    text-align: center !important;
}
.trustpilot-widget a{
    color:#fff !important;
    text-decoration:none !important
}
.sweet-alert button {
    background-color: #005D22 !important;
}
@media (min-width: 430px) {
    .voltar_topo {
        box-shadow: none;
    }
}


/*===========================================================*/
/*====================== MASTER CSS =========================*/
/*===========================================================*/
.master_css .master_header {
    box-shadow:1px 1px 10px 2px rgba(0, 0, 0, 0.05);
    background:#fff;
}
.master_css .master_header.master_header_fixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.3) !important;
    box-shadow:none;
}
/*.master_css .master_header.master_header_fixed .master_lista li a {
    color: #fff !important;
}*/
.master_css .master_slider {
     display: none;
 }
.master_css .master_slider,
.master_css .master_slider .unslider,
.master_css .master_slider .my-slider,
.master_css .master_slider .my-slider ul{
     position: absolute;
     height: 100%;
     width:100%;
 }
.master_css .master_slider .my-slider ul li {
     position:absolute;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat !important;
     background-size: cover !important;
     background-position: center !important;
 }
.master_css .master_slider .unslider-arrow{
     z-index: 99 !important;
     position:absolute;
     display: block;
     width: 32px;
     height: 32px;
     bottom:20px;
     right: -50px;
     left: auto;
     margin-top: -16px;
     overflow: hidden;
     background: rgba(0,0,0,.6) no-repeat 50% 50%;
     background-size: 16px;
     border-radius: 50%;
     text-indent: -999em;
     opacity: .6;
     transition: opacity .2s;
     text-align:center;
 }
.master_css .master_slider .unslider-arrow.next{
     background-image: url(/Content/Templates/_imagens/icons/next2.png);
     background-position-x: 10px;
     right:10px !important;
 }
.master_css .master_slider .unslider-arrow.prev {
     left: 10px;
     background-image: url(/Content/Templates/_imagens/icons/back2.png);
     background-position-x: 8px;
 }
.master_css .master_slider .unslider-nav{
     position: absolute;
     min-width: 125px;
     left: 50%;
     margin-left: -62.5px;
     bottom: 20px;
     z-index:999 !important;
     display:none;
 }
.master_css .master_slider .unslider-nav ol{width:100%; float:left;}
.master_css .master_slider .unslider-nav ol li{
     width:auto; 
     display:inline-block; 
     margin-right:5px;
     text-indent: -999em;
     width:20px;
     height:4px;
     /*border-radius:10px;*/
     background:#fff;
     cursor:pointer;
     box-shadow:1px 1px 4px #333;
 }
.master_css .master_slider .unslider-nav ol li.unslider-active{
    background:#005D22;
}
.master_css .master_buscador {
    position: relative;
    z-index: 999999;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 1px rgba(51, 51, 51, 0.12);
}
.master_css .master_lista {
    display: flex !important;
    margin: 0 !important;
    align-items: stretch !important;
}
.master_css .master_lista li{
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
    position:relative;
}
.master_css .master_lista li a{
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
    color:#005D22 !important;
    font-size:0.9em !important;
    padding:15px 10px !important;
    cursor:pointer;
}
.master_css .master_lista li a.ativo{
    border-bottom:2px solid #005D22 !important;
}
.master_css .master_lista li a:hover{
    opacity:0.8 !important;
}
.master_css .master_lista li a:before {
    margin-right: 10px !important;
    font-size:1.3em !important;
}
.li_login ul {
    display: none;
    position: absolute;
    border-radius: 5px;
    top: calc(100% - 5px);
    right: 0;
    background: #fff;
    width: 200px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.08);
    z-index: 99;
}
.li_login:hover ul {
    display: block;
}
.master_css .master_buscador .master_lista {
    display: flex !important;
    margin: 0 !important;
    align-items: stretch !important;
}
.master_css .master_buscador .master_lista li{
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.master_css .master_buscador .master_lista li a{
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
    color:#fff !important;
    font-size:0.9em !important;
    padding:15px 10px !important;
}
.master_css .master_buscador .master_lista li a.ativo{
    border:0 !important;
    background:#fff !important;
    color:#005D22 !important;
}
.master_css .master_buscador .master_lista li a:hover{
    opacity:0.8 !important;
}
.master_css .master_buscador .master_lista li a:before{
    margin-right:10px !important;
}
.master_css .master_passagens {
    box-shadow: -1px -1px 10px 2px rgba(0, 0, 0, 0.06);
}
.master_css .master_passagens h1,
.master_css .master_passagens a,
.master_css .master_passagens p{color:#005D22;}
.master_css .master_passagens p{color:#005D22;margin:0;}
.master_css .master_footer {
    box-shadow: -1px -1px 10px 2px rgba(51, 51, 51, 0.14);
    z-index: 9999;
}
.master_css .master_footer a,
.master_css .master_footer h1,
.master_css .master_footer p{
    color:#005D22;
}
.master_css .master_footer .master_social p:before{
    font-size:2.5em;
    cursor:pointer;
}
.master_css .master_footer .master_social p.icont-facebook:before{color:#3b5998;}
.master_css .master_footer .master_social p.icont-twitter:before{color:#55acee;}
.master_css .master_footer .master_social p.icont-youtube:before{color:#b4271c;}
.master_css .master_footer .master_social p.icont-instagram:before{color:#5f2bae;}
.master_css .master_footer .master_social p.icont-googleplus:before{color:#dc4a38;}
.master_css .master_footer .master_social p.icont-linkedin:before{color:#0077b5;}
.master_css .master_footer .master_social p.icont-whatsapp:before {color: #2ab200;}
.master_css .master_footer .master_social p.icont-blog:before{color: #005D22;}
.master_css .master_footer .master_social p:before{color: #005D22 !important;}
.master_css .master_footer .master_newsletter input{
    height:40px !important;
}
.master_css .master_footer .master_horario,
.master_css .master_footer .master_horario p{
    color:#005D22 !important;
    font-size:1em;
    line-height:1.6;
}

.master_css .master_sobre {
    position: relative;
    background-image: url(/Content/Templates/_imagens/bgmask.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.master_css .master_sobre > div {
    background-color: rgba(211, 84, 0, 0.7);
}
.master_css .master_sobre h1 {
    color: #ffffff !important;
}
.master_css .master_sobre span,
.master_css .master_sobre p {
    width:100%;
    float:left;
    line-height: 1.5;
    text-align: center;
    color: #ffffff !important;
}

.master_css .master_contatos p {
    color: #808080;
}
.master_css .br-bottom-dot{border-bottom:2px dotted #fff;}
.master_css .br-right-dot{border-right:2px dotted #fff;}
.master_css ._capa {
    height: 210px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.master_css ._title-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.master_css ._title-1 h1 {
    max-width: 420px;
    font-size: 1.7em;
    text-transform: uppercase;
    color: #005D22;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
}
.master_css ._title-1 p{
     font-size:1em;
     text-align:center;
     color:#005D22;
 }
.master_css ._title-1 .tagline {
    margin-top: 20px;
    color: #4d565c;
}
.master_css ._title-2 p{
     text-align:center;
     color:#005D22;
     font-size:1em;
 }
.master_css ._title-2 .tagline {
    margin-top: 10px;
    color:#4d565c;
}
.master_css ._title-3{
    color:#005D22;
    font-size:1em;
}

@media (min-width:768px){
    .master_css .master_slider .unslider-arrow {
        bottom: 50%;
    }

    .master_css .master_lista li a:before {
        margin-right: 10px !important;
        font-size: 0.9em;
    }
}
@media (min-width: 1200px) {
    .master_css .master_slider {
        display: block;
    }
}



/*CORES CLIENTE*/
.woo-trip__direction .woo-dir {
    color: #005D22 !important;
    border-color: #005D22 !important;
}
.master_css .radiob input[type="radio"] + label:before {
    background:#005D22 !important;
}
.master_css .radiob input[type="radio"]:checked + label:before {
    border: 5px solid #005D22 !important;
    background: #ffffff !important;
}
.master_css .btn-cliente,
.master_css .btn_icon-cliente,
.master_css .btn-icon-cliente {
    background: #005D22 !important;
    color:#fff;
}
.master_css .btn-corCliente,
.master_css .bg-corCliente {
    background: #005D22 !important;
}
.master_css .color-cliente:before,
.master_css .color-cliente {
    color: #005D22 !important;
}
.master_css .elemento_filtros .el_filtro > p{
    color:#005D22 !important;
}
.master_css .elemento_tabela_valores table tr th:first-of-type {
    color: #005D22;
}
.master_css .woo-item__hotel:hover,
.master_css .elemento_hotel:hover,
.master_css .elemento_combinacao:hover {
    border: 2px solid #005D22;
}
.master_css .elemento_dados_voos tr .el_div_bagagem:before{
    color:#005D22;
}
.master_css .elemento_dados_voos tr .el_div_bagagem span{
    border: 1px solid #005D22;
    color: #005D22;
}
.master_css .elemento_menu_produtos ul li a{
     color:#005D22;
 }
.master_css .elemento_menu_produtos ul li.ativo{
     border-bottom-color: #005D22;
 }
.master_css .elemento_menu_produtos ul li.ativo:after{
     border-top-color: #005D22;
}
.master_css .elemento_filtros .ui-slider .ui-slider-handle {
    background: #005D22 !important;
}
.master_css .number-pb .number-pb-shown {
    background-color: #005D22 !important;
    background-image: linear-gradient(to right, #005D22, #ffae3c) !important;
    border-radius: 5px;
}
.master_css #tblcontroles {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}
.master_css #tblcontroles .paginacao_disponibilidade input{
    background:#005D22;
    color:#fff;
    width: 30px;
    height: 30px;
    border-radius:50%;
    color:#fff;
}
.master_css .form input[type="text"]:focus,
.master_css .form input[type="tel"]:focus,
.master_css .form input[type="email"]:focus,
.master_css .form input[type="number"]:focus,
.master_css .form input[type="date"]:focus,
.master_css .form input[type="password"]:focus,
.master_css .form textarea:focus,
.master_css .form select:focus {
    outline: 0;
    border: 1px solid #005D22 !important;
}
.master_css .scroll::-webkit-scrollbar-thumb {
    background: #005D22;
}

.master_css h1 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}
.master_css p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}
.master_css .form input[type="submit"],
.master_css .form input[type="reset"],
.master_css .form input[type="button"],
.master_css .form button {
    border: 0 !important;
}
.master_css [class^="btn-"],
.master_css input[type="text"],
.master_css input[type="email"],
.master_css input[type="password"],
.master_css input[type="tel"],
.master_css select {
    height:40px !important;
    border-radius: 20px !important;
}
.master_css .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
}


