﻿.woo-css .woo-form-login input{
    height:50px !important;
}

.woo-css .woo-header {
    position: relative;
}
.woo-css .woo-header-content{
    padding:20px;
}
.woo-css .woo-menu-content {
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 1;
    padding: 20px;
    display: none;
    box-shadow: 1px 10px 20px 1px rgba(0, 0, 0, 0.10);
}
.woo-css .woo-menu-content a{
    width:100%;
    padding:20px 0;
    border-bottom:1px solid #ccc;
    text-align:right;
}
.woo-css .woo-menu-content a:last-of-type{
    border-bottom:0;
}
.woo-css .woo-slide {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}


.woo-css .woo-input-div {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    background: #fff;
    height: 40px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #333;
    font-size: 0.9em;
    position: relative;
}
.woo-css .woo-input-div > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.woo-css .woo-input-div > span:first-of-type {
    border-right: 1px solid #e9e9e9;
}
.woo-css .woo-input-div > span:before {
    font-size: 1.3em;
    margin-right: 20px;
}
.woo-css .woo-input-div > span input{
    width:20px;
    border:0;
    padding:0;
    margin:0;
}
.woo-css .woo-header-section{
    width:100%;
    text-align:center;
    font-size:1.5em;
    font-weight:300;
}

.woo-css .woo-roons .woo-room:last-of-type{
    margin-bottom:0;
}
.woo-css .woo-roons .woo-room .woo-remove-room {
    display:none;
}
.woo-css .woo-roons .woo-room:last-of-type .woo-remove-room {
    display: block;
}


.woo-css .woo-ofertas {

}
.woo-css .woo-ofertas .woo-oferta{
    background:#fff;
}
.woo-css .woo-ofertas .woo-oferta{
    background:#fff;
}
.woo-css .woo-ofertas .woo-oferta .woo-oferta-content{
    padding:20px 0;
}
.woo-css .woo-ofertas .woo-oferta h1{
    font-size:1.4em;
    font-weight:500;
    margin-bottom:20px;
}
.woo-css .woo-ofertas .woo-oferta p{
    font-size:1em;
    line-height:1.2;
}
.woo-css .woo-ofertas .woo-oferta .woo-oferta-foto{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-image:url(../images/woo-foto-oferta-1.jpg);
}


@media screen and (min-width: 359px) {

}
@media screen and (min-width: 767px) {
    .woo-css .woo-slide {
        background-image: url(../images/woo-banner-1.jpg);
        height:400px;
    }
    .woo-bg-bekup {
        background-image: url(../images/woo-banner-bekup.jpg) !important;
    }
    .woo-css .woo-menu-content {
        position: relative;
        flex-direction: row;
        align-items: center;
        width: auto;
        top: inherit;
        right: inherit;
        background: none;
        padding: 0;
        display: flex;
        box-shadow: none;
    }
    .woo-css .woo-menu-content a{
        width:auto;
        margin-right:20px;
        padding:0;
        border-bottom:0;
        text-align:center;
    }

}
@media screen and (min-width: 1190px) {

    .woo-css .woo-header-content {
        padding: 15px 0;
    }

}


.woo-css .woo-div-filtros-desktop .woo-title-filtro {
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size:0.8em;
}
.woo-css .woo-pag-disponibilidade .woo-div-filtros-desktop > div {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.woo-css .woo-pag-disponibilidade .woo-div-filtros-mobile {
    position: fixed;
    width: 100%;
    padding: 20px;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(0deg, #fff 30%, transparent);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 42px;
}
.woo-css .woo-pag-disponibilidade .woo-icon-filtro-valor-voo:before,
.woo-css .woo-pag-disponibilidade .woo-icon-filtro-valor-hotel:before,
.woo-css .woo-pag-disponibilidade .woo-icon-filtro-valor-seguro:before{
    content: "\e924";
}
.woo-css .woo-pag-disponibilidade .woo-icon-filtro-duracao-voo:before,
.woo-css .woo-pag-disponibilidade .woo-icon-filtro-horario-hotel:before {
    content: "\e925";
}
.woo-css .woo-pag-disponibilidade .woo-div-filtros-mobile button{
    box-shadow:1px 1px 20px 1px rgba(0, 0, 0, 0.15);
}

.woo-css .woo-filtro-blocos .woo-bloco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1px solid #e9e9e9;
    padding: 20px 0;
}
.woo-css .woo-filtro-blocos .woo-bloco:hover {
    background: #f3f3f3;
}
.woo-css .woo-filtro-blocos [class*='woo-paradas-']{
    width:50px;
    height:2px;
    border-radius:5px;
    background:#e3e3e3;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}
.woo-css .woo-filtro-blocos .woo-paradas-1:before{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    background:#0080e5;
    border-radius:50%;
}
.woo-css .woo-filtro-blocos .woo-paradas-2:before,
.woo-css .woo-filtro-blocos .woo-paradas-2:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #0080e5;
    border-radius: 50%;
}
.woo-css .woo-filtro-blocos .woo-paradas-2:before {
    margin-left:-20px;
}
.woo-css .woo-filtro-blocos .woo-paradas-2:after {
    margin-right: -20px;
}

.woo-css .woo-detalhes-voo{
    border-radius:10px;
    border-top-left-radius:0;
    border:1px solid #f0f0f0;
}
.woo-css .woo-detalhes-voo > div:last-of-type{
    border-bottom:0;
}

.woo-css .woo-icon-edit-produto {
    width: 100px;
    height: 30px;
    color: #333;
    font-size: 0.7em;
    font-weight:bold;
    background: #f1dc35;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration:none;
    position:relative;
}
.woo-css .woo-span-valor-opcao {
    position: absolute;
    top: -15px;
    width: 100px;
    height: 30px;
    background: #16d598;
    z-index: 1;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8em;
}
.woo-css .woo-icon-rating{
    width:25px;
    height:20px;
    background:#0080e5;
    font-size:0.8em;
    border-radius:3px;
    color:#fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.woo-css .woo-valor-final {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    overflow:hidden;
}
.woo-css .woo-valor-final .woo-valor-total{
    background:#16d598;
    color:#fff;
}

.woo-css .woo-img-fornecedor {
    /*border-radius:3px;*/
    /*border:1px solid #e6e6e6;*/
}

.woo-css .woo-formulario-login {
    border-radius: 10px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}


.woo-css .woo-form-pessoa{
    padding:10px;
    padding-top:20px;
    border:1px solid #ebebeb;
    position:relative;
    border-radius:10px;
    margin-bottom:20px;
    background:#fff;
}
.woo-css .woo-form-pessoa .woo-identificador-passageiro{
    padding: 7px 15px;
    text-align: center;
    background: #fff;
    border: 5px solid #fff;
    color: #0080e5;
    position: absolute;
    font-size: 0.8em;
    top: -19px;
}

.woo-btn-comparador{
    position:fixed !important;
    right:20px;
    z-index:1;
    bottom:80px;
}
.woo-btn-comparador .woo-count{
    position: absolute !important;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    background: #Fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6em;
    color: #0080e5;
    font-weight: bold;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0 , 0.08);
}

.woo-comparador{
    overflow-x:hidden !important;
}
.woo-comparador-arrows{
    position:absolute;
    right:40px;
    bottom:10px;
    z-index:2;
    padding:10px;
    background:#fff;
    display:none !important;
}
.woo-comparador-add {
    position: relative;
    cursor: pointer;
}
.woo-comparador-add:after {
    font-family: 'woo-icomoon';
    top: 13px;
    right: -5px;
    position: absolute;
    content: "\e92f";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 0.5em;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 3px 1px #ececec;
    font-weight: bold;
}
.woo-comparador-remove{
    position:relative;
    cursor:pointer;
}
.woo-comparador-remove:after {
    font-family: 'woo-icomoon';
    top: 13px;
    right: -5px;
    position: absolute;
    content: "\e910";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 0.5em;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 3px 1px #ececec;
    font-weight: bold;
}

@media screen and (min-width: 359px) {
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1190px) {
    .woo-btn-comparador {
        position: absolute !important;
        right: -50px;
        top: 0;
        bottom:inherit;
    }
    .woo-comparador-ativo {
        height: 100% !important;
        width: calc(100% - 325px) !important;
        bottom: inherit;
        left: inherit !important;
        right: 0;
    }
    .woo-comparador-arrows {
        display: flex !important;
    }
}





.woo-css .woo-link-cliente,
.woo-css .woo-link-cliente:before {
    color: #273476;
}
.woo-css .woo-btn-icon-cliente,
.woo-css .woo-btn-cliente {
    background: #273476;
    color:#fff;
    border: 1px solid transparent;
}
.woo-css .woo-btn-icon-cliente.woo-active,
.woo-css .woo-btn-cliente.woo-active{
    background: none;
    border-color: #273476;
    color: #273476;
}
.woo-css .woo-btn-icon-cliente:hover,
.woo-css .woo-btn-cliente:hover{
    background: none;
    border-color: #273476;
    color: #273476;
}
.woo-css .woo-btn-icon-border-cliente,
.woo-css .woo-btn-border-cliente,
.woo-css .woo-btn-icon-border-cliente {
    border-color: #273476;
    color: #273476;
}
.woo-css .woo-btn-icon-border-cliente.woo-active,
.woo-css .woo-btn-border-cliente.woo-active{
    background: #273476;
    border-color: #273476;
    color: #fff;
}
.woo-css .woo-btn-icon-border-cliente:hover,
.woo-css .woo-btn-border-cliente:hover{
    background: #273476;
    border-color: #273476;
    color: #fff;
}
.woo-css .woo-bg-cliente {
    background: #273476;
    color: #fff;
}
.woo-css .woo-color-cliente,
.woo-css .woo-color-cliente:before {
    color: #273476;
}


