@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    color: #666;
    background: #FFF;
    font: 300 100% 'Source Sans Pro', sans-serif;
}
.pointer {
    cursor: pointer;
}
.hide {
    display: none!important;
}
a {
    outline: none;
    text-decoration: none;
    color: rgb(109, 171, 36);
    font-size: 100%;
}
a:hover {
    outline: none;
    text-decoration: none;
    color: #666;
}
.floatLeft {
    display: block;
    float: left;
}
.floatRight {
    display: block;
    float: right;
}
.clear {
    clear: both;
}
.clearBottom {
    clear: both;
    margin-bottom: 10px;
}
.esconde {
    display: none;
}
h1 {
    font-size: 1.375em;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 1.1875em;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
h4 {
    font-size: 0.875em;
    margin: 0;
    padding: 0;
}
h5 {
    font-size: 0.75em;
    margin: 0;
    padding: 0;
}
/***** header *****/

#divHeader {
    display: block;
    height: 70px;
    /*overflow: hidden;*/

    background: #F5F5F5;
    margin: 0 0 20px 0;
}
#divHeader.fixed {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0px;
}
#divCenterHeader {
    display: block;
    width: 980px;
    margin: 0 auto;
    padding: 0px 0 0px 0;
}
#logoTopo {
    display: block;
    float: left;
    width: 155px;
    height: 70px;
    margin: 0px 0 0px 0px;
}
#logoTopo a {
    display: block;
    width: 155px;
    height: 70px;
    background: url(../imgs/logo-topo.png) no-repeat 0 0;
}
nav {
    margin: 0px 0 0 0px;
    float: left;
    max-width: 477px;
}
nav ul ul {
    display: none;
}
nav ul li:hover > ul {
    display: block;
}
nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
    margin: 0 0 0 0;
    padding: 0;
}
nav ul:after {
    content: "";
    clear: both;
    display: block;
}
nav ul li {
    float: left;
}
nav ul li:hover {} nav ul li:hover a {
    color: #6DAB24;
}
nav ul li a {
    color: #666666;
    display: block;
    font: 400 14px "Source Sans Pro", sans-serif;
    margin: 24px 9px;
    padding: 0;
    text-decoration: none;
}
nav ul ul {
    padding: 10px 0 0 0;
    position: absolute;
    top: 85%;
    z-index: 1000;
}
nav ul ul li {
    float: none;
    min-width: 180px;
    position: relative;
}
nav ul ul li:first-child a {
    border-top: 0px solid #fff;
}
nav ul ul li a {
    padding: 16px 26px 16px 16px;
    margin: 0;
    color: #666666!important;
    background: 0;
    border-left: 0px solid #000000;
    background: #F5F5F5;
    border-top: 1px solid #fff;
}
nav ul ul li a:hover,
nav ul ul li a.active {
    background: #6DAB24;
    color: #fff !important;
}
nav ul.special li {
    height: 70px;
}
nav ul.special li a {
    color: #fff;
    width: 69px;
    height: 29px;
    margin: 0;
    font-size: 14px;
    margin-top: 22px;
    margin-right: 10px;
    background: rgb(86, 140, 13);
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}
nav ul.special li a:hover {
    background: #333;
}
.login {
    display: block;
    float: left;
    height: 70px;
    margin: 0 0px 0 0;
    padding: 0 0x 0 0;
}
.login a {
    border-left: 1px solid #dfdfdf;
    color: #6dab24;
    display: block;
    font: 400 12px/100% "Source Sans Pro", sans-serif;
    height: 50px;
    padding: 20px 9px 0 8px;
    text-align: center;
    width: 49px;
}
.login.logged {
    border-left: 1px solid #DFDFDF;
    width: 81px;
    padding: 20px 5px 0 10px;
    height: 50px;
    position: relative;
}
.login.logged .label {
    color: #666666;
    font: 300 13px 'Source Sans Pro', sans-serif;
    line-height: 10px;
}
.login.logged .name a {
    text-decoration: underline;
    color: #6CAB24;
    font: 300 13px 'Source Sans Pro', sans-serif;
    display: block;
    border: 0;
    padding: 0;
    width: auto;
    height: 16px;
    text-align: left;
}
.login.logged .ultimas_encomendas a {
    text-decoration: underline;
    color: #6CAB24;
    font: 300 12px 'Source Sans Pro', sans-serif;
    display: block;
    border: 0;
    padding: 0;
    width: auto;
    height: 16px;
    text-align: left;
}
.login.logged .close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.login.logged .close a {
    background: url(../imgs/btn-close-minha-area.png) no-repeat;
    width: 9px;
    height: 9px;
    display: block;
    border: 0;
    padding: 0;
}
.login a:hover {
    display: block;
    color: #666666;
}
.contactoTopo {
    display: block;
    float: left;
    font: 600 18px 'Source Sans Pro', sans-serif;
    color: #6DAB24;
    padding: 23px 10px 0 30px;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    height: 47px;
	/*height: 50px;*/
    background: url(../imgs/icone-contacto-topo.png) no-repeat 10px center;
}
.inputPesquisaTopo {
    display: block;
    float: left;
    margin: 0px 0 0 0px;
    padding: 0;
}
.inputPesquisaTopo > input {
    display: block;
    background: 0;
    padding: 0 15px;
    width: 120px;
    height: 32px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #999999;
    border: 1px solid #CCCCCC;
    border-right: 0;
}
.okPesquisaTopo {
    display: block;
    float: left;
    margin: 0px 12px 0 0px;
    padding: 0;
}
.okPesquisaTopo > input[type="submit"] {
    display: block;
    height: 34px;
    width: 34px;
    border: 0;
    padding: 0 0px;
    text-indent: -5000px;
    font: 400 15px "Lato", sans-serif;
    color: #FFFFFF;
    background: url(../imgs/icon-lupa.png) no-repeat center center;
    border: 1px solid #CCCCCC;
    border-left: 0;
}
/***** content geral *****/

#divGeralContent {
    display: block;
    padding: 0 0 0px 0;
    width: 980px;
    margin: 0 auto;
}
.divGeralDestaqueHome {
    display: block;
    float: left;
    width: 682px;
    height: 442px;
    position: relative;
    margin: 0px 0 26px 0px;
}
.imgDestaqueHome {
    display: block;
    width: 682px;
    height: 442px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0px;
    left: 0px;
}
.imgDestaqueHome img {
    max-width: 100%;
}
.txtDestaqueHome {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    width: 582px;
    font: 700 27px 'Lato', sans-serif;
    color: #FFF;
    line-height: 100%;
    background: url(../imgs/bg-texto-destaque-grande.png);
    padding: 20px 30px;
    text-transform: uppercase;
}
.txtDestaqueHome > div.subtitulo {
    display: block;
    font: 700 17px 'Lato', sans-serif;
    color: #FFFFFF;
    margin: 0px 0 0px 0;
}
.txtDestaqueHome > div.subtitulo > span {
    font: 700 17px 'Lato', sans-serif;
    color: #41A940;
}
.caixaPesquisaRight {
    display: block;
    float: right;
    background: #E5E5E5 url(../imgs/bg-pesquisa-right.png) no-repeat;
    width: 298px;
    min-height: 442px;
    height: 442px;
}
.caixaCampanha {
    height: 490px;
}
.caixaPesquisaRight > .titulo {
    display: block;
    width: 258px;
    height: 55px;
    padding: 20px 20px 0 20px;
    color: #FFFFFF;
    font: 900 22px 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
}
div.selects .ver_todos a {
    color: #787878;
    display: block;
    text-align: right;
    width: 100%;
    position: relative;
    font-size: 11px;
    margin-top: -5px;
}
.caixaPesquisaRight > div.selects {
    display: block;
    width: 258px;
    margin: 10px 20px 10px 20px;
    color: #FFFFFF;
    font: 900 22px 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
}
.caixaPesquisaRight > div.selects div.inputCidade {
    display: block;
    margin: 0px 0px 5px 0px;
}
.caixaPesquisaRight > div.selects div.inputCidade > input,
.inputUpdateData,
.inputCodigoPromocional > input {
    display: block;
    font: 300 15px 'Source Sans Pro', sans-serif;
    font-style: italic;
    color: #787878;
    width: 238px;
    height: 35px;
    border: 0;
    padding: 0 10px;
}
.inputCodigoPromocional {
    margin-bottom: 7px;
}
.inputUpdateData {
    height: 25px;
}
.caixaPesquisaRight > div.selects div.inputData {
    display: block;
    float: left;
    opacity: 0.6;
    margin: 0px 0px 5px 0px;
}
.caixaPesquisaRight > div.selects div.inputData > input,
.inputUpdateDataDay {
    display: block;
    font: 300 15px 'Source Sans Pro', sans-serif;
    font-style: italic;
    background: #fff;
    color: #787878;
    background: #fff url(../imgs/icon-calendario-select.png) no-repeat;
    width: 154px;
    background-position: 95% center;
    height: 38px;
    border: 0;
    padding: 0 10px;
}
.inputUpdateDataDay {
    height: 25px;
}
.caixaPesquisaRight > div.selects div.inputAceito {
    float: left;
    width: 10px;
    margin-top: 4px;
}
.caixaPesquisaRight > div.selects div.inputAceito input {
    height: 17px;
    width: 17px;
}
.caixaPesquisaRight > div.selects div.labelAceito {
    color: #787878;
    width: 230px;
    float: right;
    text-transform: initial;
    font: 300 15px 'Source Sans Pro', sans-serif;
    margin-bottom: 10px;
    margin-top: 2px;
    position: relative;
}
.caixaPesquisaRight > div.selects div.selectHora {
    display: block;
    float: right;
    opacity: 0.6;
    /* margin:0px 0px 5px 0px; */
}
.caixaPesquisaRight > div.selects div.pesquisar {
    display: block;
    /* margin:10px 0px 0px 0px; */
}
.caixaPesquisaRight > div.selects div.pesquisar > input {
    display: block;
    width: 100%;
    background: #6DAB24;
    text-align: center;
    padding: 12px 0;
    text-transform: none;
    font: 400 20px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
}
.caixaPesquisaRight > div.selects div.pesquisar > input:hover {
    background: #333;
    color: #FFFFFF;
    border: 0px;
}
.caixaNoticias {
    display: block;
    border: 1px solid #E4E4E4;
    margin: 30px 0;
}
.caixaNoticias > div.tituloCaixa {
    display: inline-block;
    background: #6DAB24;
    padding: 1px 6px;
    margin: 0px 0 0px 0;
    font: 300 11px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
}
.listnoticias {
    display: block;
    margin: 0 0px 0px 0;
    padding: 0 0 0px 0;
    float: left;
}
.listnoticias > ul {
    margin: 0;
    padding: 0;
}
.listnoticias > ul > li {
    margin: 30px 35px;
    padding: 0 0px 0 0px;
    list-style: none;
    display: block;
    font: 300 14px 'Source Sans Pro', sans-serif;
    color: #7E7E7E;
    float: left;
    width: 250px;
    line-height: 110%;
}
.listnoticias > ul > li > span.titulo {
    display: block;
    font: 600 16px 'Source Sans Pro', sans-serif;
    color: #4B4B4B;
    margin: 0 0 6px 0;
}
.listnoticias > ul > li > span.texto {
    display: block;
    font: 300 14px 'Source Sans Pro', sans-serif;
    color: #7E7E7E;
    margin: 0 0 10px 0;
}
.listnoticias > ul > li > a {
    margin: 0px 0px 0px 0;
    padding: 0;
    font: 300 14px 'Source Sans Pro', sans-serif;
    color: #6DAB24;
}
.listnoticias > ul > li > a:hover {
    color: #666666;
}
/****** footer ******/

#divGeralFooter {
    display: block;
    padding: 30px 0px;
    background: #F5F5F5;
}
#divCenterFooter {
    display: block;
    padding: 0;
    width: 980px;
    margin: 0 auto 0px auto;
}
.menuFooter {
    display: block;
    margin: 0 0px 0px 0;
    padding: 0 0 0px 0;
    float: left;
}
.menuFooter > ul {
    margin: 0;
    padding: 0;
}
.menuFooter > ul > li {
    margin: 0 0px 0px 0px;
    padding: 0 0px 0 0px;
    list-style: none;
    float: left;
}
.menuFooter > ul > li > a {
    margin: 0px 30px 0px 0!important;
    padding: 0;
    font: 300 14px 'Source Sans Pro', sans-serif;
    color: #666666;
    display: block;
    float: left;
}
.menuFooter > ul > li > a:hover {
    color: #6DAB24;
}
.seara {
    display: block;
    float: right;
    width: 51px;
    height: 12px;
}
.seara a {
    display: block;
    width: 51px;
    height: 12px;
    background: url(../imgs/logo-seara.png);
}
#copyright {
    float: left;
    display: block;
    padding: 20px 0 0 0;
    font: 300 13px 'Source Sans Pro', sans-serif;
    color: #999999;
}
#paginacaoDestaqueHome {
    display: block;
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    padding: 0px 0px 0 0;
    margin: 0 14px 0px 0;
}
#paginacaoDestaqueHome ul {
    padding: 0px;
    margin: 0px;
}
#paginacaoDestaqueHome ul li {
    list-style: none;
    float: left;
    margin: 0 0 0 0px;
}
#paginacaoDestaqueHome ul li a {
    display: block;
    float: left;
    margin: 0px 0px 0 0px;
    padding: 0px 0px 0 0px;
    height: 26px;
    width: 16px;
    background: url(../imgs/bullets-paginacao-destaqueGrande.png) no-repeat -16px 0;
}
#paginacaoDestaqueHome ul li a:hover {
    opacity: 0.5;
}
#paginacaoDestaqueHome ul li.active a {
    display: block;
    float: left;
    margin: 0px 0px 0 0px;
    padding: 0px 0px 0 0px;
    height: 26px;
    width: 16px;
    background: url(../imgs/bullets-paginacao-destaqueGrande.png) no-repeat 0px 0;
}
.breadCrumbs,
.breadCrumbs a {
    font: 400 12px 'Source Sans Pro', sans-serif;
    color: #999999;
}
#menuLeft {
    width: 208px;
    padding-right: 20px;
    margin: 20px 0px;
    float: left;
}
#menuLeft ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menuLeft ul li {
    margin: 7px 0px;
    font-size: 12px;
}
#menuLeft ul li ul {
    padding-left: 20px;
    padding-bottom: 5px;
}
#menuLeft ul li ul li:first-child {
    border-top: 0;
    margin-top: 2px;
}
#menuLeft ul li ul li {
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('/temas/guerin_responsive/imgs/arrow.png') !important;
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border-top: 1px solid #D5D9D0;
    margin-right: 20px;
    padding-left: 20px;
}
#menuLeft ul li ul li:hover,
#menuLeft ul li ul li.active {
    background-color: #6CAB24;
}
#menuLeft ul li ul li:hover > a,
#menuLeft ul li ul li.active > a {
    color: #fff;
}
#menuLeft ul li a {
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #fff;
}
#menuLeft ul li a.ui-state-active {
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #4D4D4D;
}
#menuLeft ul li ul li a {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #4D4D4D;
}
#menuLeft ul li a:hover,
#menuLeft ul li a.active {
    color: #4D4D4D;
}
#menuLeft ul li ul li a:hover,
#menuLeft ul li ul li a.active {
    font: 500 14px 'Source Sans Pro', sans-serif;
    color: #fff;
}
#contentRight {
    float: right;
    margin: 20px 0px 70px 0px;
    width: 709px;
    padding-left: 40px;
    min-height: 200px;
    border-left: 1px solid #DEECFA;
}
.titleGca {
    font: 700 20px 'Source Sans Pro', sans-serif;
    color: #6CAB24;
    margin-bottom: 10px;
}
.tituloInterior {
    font: 700 25px 'Source Sans Pro', sans-serif;
    color: #6cab24;
    margin: 10px 0;
}
/******* Frotas ********/

.topBar {
    margin: 25px 0px;
    width: 100%;
    display: block;
}
.topBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.topBar ul li {
    display: table-cell;
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.topBar ul li:last-child {
    border-right: 1px solid #EAEAEA;
}
.topBar ul li a {
    white-space: nowrap;
    text-transform: uppercase;
    display: block;
    font: 600 13px 'Source Sans Pro', sans-serif;
    color: #999999;
    padding: 20px 30px;
    text-align: center;
    position: relative;
}
.topBar ul li a:hover,
.topBar ul li a.active {
    background: #666666 url('../imgs/seta-categoria.png') no-repeat bottom center;
    color: #FFFFFF;
}
.topBar ul li a:hover .seta-bottom,
.topBar ul li a.active .seta-bottom {
    display: block;
}
.seta-bottom {
    display: none;
    position: absolute;
    bottom: -5px;
    left: 47%;
    width: 14px;
    height: 5px;
    background: url('../imgs/seta-categoria.png') no-repeat;
}
.typesBar {
    width: 100%;
    font: 400 12px 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.typesBar .organizar {
    float: left;
    margin-right: 50px;
}
.typesBar .transmissao {
    float: left;
    margin-right: 80px;
}
.typesBar .combustivel {
    float: left;
}
.typesBar .tipos {
    float: left;
}
.typesBar .titulo {
    color: #666666;
    float: left;
    margin-right: 5px;
}
.typesBar .tipos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.typesBar .tipos ul li:first-child {
    border: 0;
}
.typesBar .tipos ul li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #EAEAEA;
}
.typesBar .tipos ul li a {
    color: #AAAAAA;
    display: block;
}
.typesBar .tipos ul li a:hover,
.typesBar .tipos ul li a.active {
    font: 700 12px 'Source Sans Pro', sans-serif;
    color: #6CAB24;
}
.listCars {
    margin-bottom: 30px;
}
.listCars .car {
    float: left;
    background: #F5F5F5;
    width: 315px;
    padding: 0px 0px 0px 0px;
    margin-right: 17px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.listCars .car:nth-child(3n+0) {
    margin: 0;
}
.listCars .car > .desde {
    display: block;
    border: 1px solid #aaa;
    background: #fff;
}
.listCars .car:hover> .mask {
    display: block;
}
.listCars .car > .desde > .texto {
    color: #598A1F;
    float: right;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-right: 3px;
    display: block;
}
.listCars .car > .desde > .euro {
    color: #2D490F;
    font: 600 21px 'Source Sans Pro', sans-serif;
    display: block;
    margin-top: 12px;
    margin-bottom: 5px;
    margin-right: 35px;
    float: right;
}
.listCars .car .mask {
    width: 127px;
    float: right;
    height: 42px;
    z-index: 99;
    margin: 5px;
    margin-left: 6px;
}
.listCars .car .mask a {
    position: absolute;
    z-index: 100;
    padding: 10px 25px;
    background: #6BAD0F;
    color: #FFFFFF;
    text-transform: uppercase;
    font: 600 17px 'Source Sans Pro', sans-serif;
}
.listCars .car .img {
    margin-bottom: 30px;
    overflow: hidden;
    width: 305px;
    height: 180px;
    background: #FFFFFF;
    border: 5px solid #F5F5F5;
}
.listCars .car .titulo {
    font: 600 19px 'Source Sans Pro', sans-serif;
    color: #4B4B4B;
    padding: 0px 35px;
    min-height: 50px;
}
.listCars .car .stitulo {
    font: 600 14px 'Source Sans Pro', sans-serif;
    color: #999999;
    padding: 0px 35px;
}
.listCars .car .line {
    border-top: 1px solid #999999;
    width: 245px;
    margin: 20px 35px;
}
.listCars .car .extras {
    float: left;
    margin-left: 35px;
}
.listCars .car .extras ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.listCars .car .extras ul li {
    float: left;
    padding-right: 25px;
}
.listCars .car .extras ul li a span {
    display: block;
    width: 24px;
    height: 20px;
    text-align: center;
    font: 600 14px 'Source Sans Pro', sans-serif;
    color: #999999;
}
/*
.listCars .car .extras ul li a.mala {
	background:url('../imgs/icon-mala.png') no-repeat top left;
}
.listCars .car .extras ul li a.mala:hover {
	background:url('../imgs/icon-mala-hover.png') no-repeat top left;
}
.listCars .car .extras ul li a.user {
	background:url('../imgs/icon-passageiros.png') no-repeat top left;
}
.listCars .car .extras ul li a.user:hover {
	background:url('../imgs/icon-passageiros-hover.png') no-repeat top left;
}
.listCars .car .extras ul li a.porta {
	background:url('../imgs/icon-portas.png') no-repeat top left;
}
.listCars .car .extras ul li a.porta:hover {
	background:url('../imgs/icon-portas-hover.png') no-repeat top left;
}
*/

.listCars .car .extras2 {
    float: right;
    margin-right: 35px;
}
.listCars .car .extras2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.listCars .car .extras2 ul li {
    float: left;
    padding-right: 10px;
}
.listCars .car .extras2 ul li a {
    display: block;
    width: 20px;
    padding-top: 10px;
    height: 35px;
    text-align: center;
    font: 600 14px 'Source Sans Pro', sans-serif;
    color: #999999;
}
/*
.listCars .car .extras2 ul li a.ac {
	background:url('../imgs/icon-ac.png') no-repeat center left;
}
.listCars .car .extras2 ul li a.ac:hover {
	background:url('../imgs/icon-ac-hover.png') no-repeat center left;
}
.listCars .car .extras2 ul li a.mudanca {
	background:url('../imgs/bg-manual-automatico.png') no-repeat center left;
}
.listCars .car .extras2 ul li a.mudanca:hover {
	background:url('../imgs/bg-manual-automatico-hover.png') no-repeat center left;
}
.listCars .car .extras2 ul li a.combustivel {
	color:#FFFFFF;
	background:url('../imgs/bg-combustivel.png') no-repeat center left;
}
.listCars .car .extras2 ul li a.combustivel:hover {
	color:#FFFFFF;
	background:url('../imgs/bg-combustivel-hover.png') no-repeat center left;
}
*/

.listCars .vermais {
    margin-top: 10px;
    border-top: 1px solid #C7C7C7;
    width: 100%;
    background: #FFFFFF url('../imgs/btn-vermais.png') no-repeat top center;
}
.listCars .vermais .seta {
    margin: 0 auto;
    background: #FFFFFF url('../imgs/btn-vermais.png') no-repeat top center;
    width: 123px;
    height: 29px;
    margin-top: -1px;
    text-align: center;
}
.listCars .vermais .seta a {
    font: 600 13px 'Source Sans Pro', sans-serif;
    color: #666666;
    text-transform: uppercase;
    width: 123px;
    height: 29px;
    display: block;
    text-align: center;
}
.bannersFundo {
    margin: 60px 0px 30px 0px;
}
.bannersFundo .banner1 {
    float: left;
}
.bannersFundo .banner2 {
    float: right;
}
.greenBar {
    width: 100%;
    height: 102px;
}
.greenBar .left {
    float: left;
    position: relative;
    height: 102px;
    width: 495px!important;
    background: #ECF6DE url('../imgs/bg-itinerario.png') no-repeat top left;
    margin: 0!important;
}
.greenBar .left .bigTitle {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    width: 100px;
    text-transform: uppercase;
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    line-height: 20px;
}
.greenBar .left .levantamento {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 200px;
}
.greenBar .left .levantamento .title {
    font: 600 13px 'Source Sans Pro', sans-serif;
    color: #76AF30;
    text-transform: uppercase;
}
.greenBar .left .levantamento .text {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #666666;
    margin-top: 5px;
}
.greenBar .middle {
    float: left;
    position: relative;
    width: 320px;
    height: 102px;
    background: #ECF6DE;
    margin-left: 1px;
}
.greenBar .middle .content {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 40px;
}
.greenBar .middle .content .title {
    font: 600 13px 'Source Sans Pro', sans-serif;
    color: #76AF30;
    text-transform: uppercase;
}
.greenBar .middle .content .text {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #666666;
    margin-top: 5px;
}
.greenBar .right {
    float: left!important;
    position: relative!important;
    height: 102px!important;
    width: 163px!important;
    background: #ECF6DE!important;
    margin-left: 1px!important;
    margin-top: 0!important;
    min-height: 0!important;
}
.greenBar .right a,
.greenBar .right input.inptSubmit {
    cursor: pointer;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 25px;
    background: #B4DD83;
    width: 55px;
    height: 36px;
    padding: 10px 30px;
    font: 600 13px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
}
.greenBar .right input.inptSubmit {
    width: 115px!important;
    height: 55px!important;
}
.barSteps {
    width: 100%;
    margin-top: 30px;
}
.barSteps ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}
.barSteps ul li {
    display: table-cell;
    width: 33%;
}
.barSteps ul li a {
    font: 600 14px 'Source Sans Pro', sans-serif;
    color: #999999;
    text-transform: uppercase;
    display: table;
    /* white-space:nowrap; */
}
.barSteps ul li a span.imagem {
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #999999;
    display: inline-block;
    width: 10px;
    height: 30px;
    display: table-cell;
    padding: 10px 20px;
    margin-right: 10px;
    background: url('../imgs/bg-number-inactive.png') no-repeat top left;
}
.barSteps ul li a span.texto {
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
.barSteps ul li a:hover,
.barSteps ul li a.active {
    color: #6DAB24;
}
.barSteps ul li a:hover span.imagem,
.barSteps ul li a.active span.imagem {
    color: #FFFFFF;
    background: url('../imgs/bg-number-active.png') no-repeat top left;
}
.barSteps ul li a.checked {
    color: #D1D1D1;
    display: block !important;
}
.barSteps ul li a.checked span.imagem {
    text-indent: -5000px;
    background: url('../imgs/checked.png') no-repeat top left;
}
.titleBar {
    width: 100%;
    margin-top: 20px;
}
.titleBar .title {
    float: left;
    font: 600 25px 'Source Sans Pro', sans-serif;
    color: #6cab24;
    text-transform: uppercase;
}
.titleBar .info {
    float: right;
}
.titleBar .info a {
    font: 700 12px 'Source Sans Pro', sans-serif;
    color: #333333;
    text-transform: uppercase;
    background: url('../imgs/icon-info.png') no-repeat top left;
    padding: 6px 0 0 30px;
    height: 20px;
    display: block;
}
.listBuyCars {
    width: 100%;
}
.listBuyCars .line {
    position: relative;
    width: 980px;
    height: 199px;
    background: #F5F5F5 url('../imgs/bg-preco-frota.png') no-repeat top right;
}
.listBuyCars .line .imagens {
    overflow: hidden;
    float: left;
    height: 190px;
    width: 350px;
    text-align: center;
    border: 5px solid #F5F5F5;
    background-color: #fff;
}
.listBuyCars .line .arrowLeft {
    padding-top: 100px;
    float: left;
    margin-left: 30px;
}
.listBuyCars .line .arrowLeft a {
    width: 12px;
    height: 18px;
    display: block;
    background: url('../imgs/seta-anterior.png') no-repeat top right;
}
.listBuyCars .line .arrowLeft a:hover {
    background: url('../imgs/seta-anterior-hover.png') no-repeat top right;
}
.listBuyCars .line .arrowRight {
    padding-top: 100px;
    float: left;
    margin-right: 30px;
}
.listBuyCars .line .arrowRight a {
    width: 12px;
    height: 18px;
    display: block;
    background: url('../imgs/seta-seguinte.png') no-repeat top right;
}
.listBuyCars .line .arrowRight a:hover {
    background: url('../imgs/seta-seguinte-hover.png') no-repeat top right;
}
.listBuyCars .line .composicao {
    width: 300px;
    margin-top: 35px;
    padding-left: 15px;
}
.listBuyCars .line .composicao .titulo {
    font: 600 19px 'Source Sans Pro', sans-serif;
    color: #4B4B4B;
    text-transform: none;
}
.listBuyCars .line .composicao .titulo span {
    font: 400 12px 'Source Sans Pro', sans-serif;
    color: #666666;
    text-transform: none;
}
.listBuyCars .line .composicao .linebreak {
    border-top: 1px solid #999999;
    width: 245px;
    margin: 20px 0px;
}
.listBuyCars .line .composicao .blockExtras {
    width: 245px;
}
.listBuyCars .line .composicao .extras {
    float: left;
}
.listBuyCars .line .composicao .extras ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.listBuyCars .line .composicao .extras ul li {
    float: left;
    padding-right: 25px;
}
.listBuyCars .line .composicao .extras ul li a {
    display: block;
    width: 24px;
    height: 20px;
    text-align: center;
    font: 600 14px 'Source Sans Pro', sans-serif;
    color: #999999;
}
.listBuyCars .line .composicao .extras ul li a.mala {
    background: url('../imgs/icon-mala.png') no-repeat top left;
}
.listBuyCars .line .composicao .extras ul li a.mala:hover {
    background: url('../imgs/icon-mala-hover.png') no-repeat top left;
}
.listBuyCars .line .composicao .extras ul li a.user {
    background: url('../imgs/icon-passageiros.png') no-repeat top left;
}
.listBuyCars .line .composicao .extras ul li a.user:hover {
    background: url('../imgs/icon-passageiros-hover.png') no-repeat top left;
}
.listBuyCars .line .composicao .extras ul li a.porta {
    background: url('../imgs/icon-portas.png') no-repeat top left;
}
.listBuyCars .line .composicao .extras ul li a.porta:hover {
    background: url('../imgs/icon-portas-hover.png') no-repeat top left;
}
.listBuyCars .line .composicao .extras2 {
    float: right;
}
.listBuyCars .line .composicao .extras2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.listBuyCars .line .composicao .extras2 ul li {
    float: left;
    padding-right: 10px;
}
.listBuyCars .line .composicao .extras2 ul li a {
    display: block;
    width: 20px;
    padding-top: 10px;
    height: 35px;
    text-align: center;
    font: 600 14px 'Source Sans Pro', sans-serif;
    color: #999999;
}
.listBuyCars .line .composicao .extras2 ul li a.ac {
    background: url('../imgs/icon-ac.png') no-repeat center left;
}
.listBuyCars .line .composicao .extras2 ul li a.ac:hover {
    background: url('../imgs/icon-ac-hover.png') no-repeat center left;
}
.listBuyCars .line .composicao .extras2 ul li a.mudanca {
    background: url('../imgs/bg-manual-automatico.png') no-repeat center left;
}
.listBuyCars .line .composicao .extras2 ul li a.mudanca:hover {
    background: url('../imgs/bg-manual-automatico-hover.png') no-repeat center left;
}
.listBuyCars .line .composicao .extras2 ul li a.combustivel {
    color: #FFFFFF;
    background: url('../imgs/bg-combustivel.png') no-repeat center left;
}
.listBuyCars .line .composicao .extras2 ul li a.combustivel:hover {
    color: #FFFFFF;
    background: url('../imgs/bg-combustivel-hover.png') no-repeat center left;
}
.listBuyCars .line .rightInfo {
    position: absolute;
    width: 260px;
    height: 200px;
    right: 0;
    text-align: center;
}
.listBuyCars .line .rightInfo .price {
    font: 600 45px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.listBuyCars .line .rightInfo .price.margem_top_20 {
    margin-top: 20px;
}
.listBuyCars .line .rightInfo .price_antigo {
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #fff;
    margin: 0 auto;
    margin-top: 8px;
    text-align: right;
    width: 157px;
}
.listBuyCars .line .rightInfo .valort {
    font: 600 12px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
}
.listBuyCars .line .rightInfo .veja a {
    font: 600 14px 'Source Sans Pro', sans-serif;
    color: #2E4910;
    margin-top: 10px;
    display: block;
}
.listBuyCars .line .rightInfo .reservar {
    margin-top: 10px;
}
.listBuyCars .line .rightInfo .reservar a {
    font: 600 17px 'Source Sans Pro', sans-serif;
    color: #333301;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 40px;
    display: inline-block;
}
.listBuyCars .greenArea {
    width: 980px;
    padding-bottom: 20px;
    min-height: 205px;
    background: #6DAB24;
    display: block;
    position: relative;
}
.listBuyCars .greenArea .close {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    text-indent: -5000px;
    background: url('../imgs/btn-close.png') no-repeat;
}
.listBuyCars .greenArea .leftText {
    width: 505px;
    margin: 30px 0px 0 40px;
    float: left;
    border-right: 1px solid #54861E;
}
.listBuyCars .greenArea .leftText .title {
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #2E4910;
}
.listBuyCars .greenArea .leftText .items {
    margin-top: 20px;
}
.listBuyCars .greenArea .leftText .items ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-image: url('../imgs/checked-list.png');
}
.listBuyCars .greenArea .leftText .items ul li {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    line-height: 20px;
}

.listBuyCars .greenArea .leftText .items ul li a{
    display: inline-block;
    color: #2E4910;
    margin-left: 10px;
    margin-bottom: 10px;
	text-decoration:underline;
}
.listBuyCars .greenArea .leftText .items ul li .descricao{
    display: none;
}
.listBuyCars .greenArea .rightText {
    width: 360px;
    margin: 30px 0px 0 0px;
    float: right;
}
.listBuyCars .greenArea .rightText .title {
    font: 600 25px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
}
.listBuyCars .greenArea .rightText .stitle {
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    margin-top: -15px;
}
.listBuyCars .greenArea .rightText .stitle span {
    font: 600 34px 'Source Sans Pro', sans-serif;
}
.listBuyCars .greenArea .rightText .stitle2 {
    font: 600 22px 'Source Sans Pro', sans-serif;
    color: #2E4910;
}
.listBuyCars .greenArea .rightText .seguro {
    margin-top: 10px;
}
.listBuyCars .greenArea .rightText .seguro a {
    font: 600 13px 'Source Sans Pro', sans-serif;
    color: #333301;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
}
#divGeralContent .left {
    float: left;
    width: 650px;
    margin-top: 30px;
}
#divGeralContent .left .inclui {
    width: 570px;
    padding: 40px;
    border: 1px solid #E5E5E5;
}
#divGeralContent .left .inclui .title {
    font: 600 25px 'Source Sans Pro', sans-serif;
    color: #333333;
}
#divGeralContent .left .inclui .options {
    margin-top: 15px;
}
#divGeralContent .left .inclui .options ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-image: url('../imgs/checked-list-cinza.png');
}
#divGeralContent .left .inclui .options ul li {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #666666;
    line-height: 20px;
}
#divGeralContent .left .extras {
	background: #F5F5F5;
    width: 610px;
    margin-top: 10px;
    padding: 30px 11px 10px 31px;
}
#divGeralContent .left .extras .title {
	font: 600 16px 'Source Sans Pro', sans-serif;
	color: #4D4D4D;
	float: left;
	width: 307px;
}
#divGeralContent .left .extras .vl_md {
     font: 400 15px 'Source Sans Pro', sans-serif;
    color: #4D4D4D;
    float: left;
    width: 288px;
}
#divGeralContent .left .extras .vl_md b {
    font: 500 16px 'Source Sans Pro', sans-serif;
    color: #4D4D4D;
}
#divGeralContent .left .extras .imagem {
    margin-right: 30px;
    float: left;
    height: 60px;
    width: 26px;
    text-align: center;
}
#divGeralContent .left .extras .title span {
    font: 600 14px 'Source Sans Pro', sans-serif;
}
#divGeralContent .left .extras .help,
.valor .help,
.info .help,
.labelAceito .help {
    float: left;
}
.labelAceito .text {
    display: block;
    margin-right: 35px;
}
.labelAceito .help {
    float: right;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}
#divGeralContent .left .extras .help a,
.valor .help a,
.info .help a,
.labelAceito .help a {
    display: block;
    background: url('../imgs/icon-question.png') no-repeat;
    width: 24px;
    height: 24px;
}
#divGeralContent .left .extras .help a:hover,
.valor .help a:hover,
.info .help a:hover,
.labelAceito .help a:hover {
    background: url('../imgs/icon-question-hover.png') no-repeat;
}
.valor .help {
    padding: 3px 0 0 5px;
}
.info .help {
    padding: 0 0 0 5px;
}
.info .texto {
    float: left;
    padding-bottom: 10px;
}
#divGeralContent .left .extras .price {
    font: 600 18px 'Source Sans Pro', sans-serif;
    color: #4D4D4D;
    margin-left: 20px;
    float: left;
    width: 65px;
    text-align: right;
}
#divGeralContent .left .extras .add {
    float: right;
    margin-top: -6px;
}
#divGeralContent .left .extras .add span {
    padding: 10px 25px 10px 35px;
    font: 600 14px 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #6DAB24;
    display: block;
}
#divGeralContent .left .extras .add .bloqueado {
    display: block;
    text-transform: uppercase;
    font: 600 14px 'Source Sans Pro', sans-serif;
    padding: 10px 20px;
    background: #aaa;
    color: #FFFFFF;
}
#divGeralContent .left .extras .add a {
    text-transform: uppercase;
    font: 600 14px 'Source Sans Pro', sans-serif;
    display: block;
    padding: 10px 30px;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    background: #6DAB24;
    color: #FFFFFF;
}
#divGeralContent .left .sub-extras {
    background: #F5F5F5;
    width: 610px;
    margin-top: 10px;
    padding: 30px 11px 0px 31px;
}
#divGeralContent .left .sub-extras .title {
    font: 600 18px 'Source Sans Pro', sans-serif;
    color: #4D4D4D;
    float: left;
    margin-top: 3px;
    width: 300px;
}
#divGeralContent .left .sub-extras .line {
    border-bottom: 1px solid #E5E5E5;
}
#divGeralContent .left .sub-extras .imagem {
    margin-right: 30px;
    float: left;
    height: 50px;
    width: 26px;
    text-align: center;
}
#divGeralContent .left .sub-extras .extra-lines > div:last-child {
    border: 0;
}
#divGeralContent .left .sub-extras .extra-lines > div {
    border-bottom: 1px solid #E5E5E5;
    padding: 30px 0px 20px 0;
}
#divGeralContent .left .sub-extras .extra-lines .title {
    font: 400 16px 'Source Sans Pro', sans-serif;
    color: #666666;
    width: 240px;
}
#divGeralContent .left .sub-extras .extra-lines .priceu {
    float: left;
    font: 400 13px 'Source Sans Pro', sans-serif;
    color: #666666;
    margin-right: 20px;
}
#divGeralContent .left .sub-extras .extra-lines .qtd {
    float: left;
    margin-right: 10px;
    margin-top: -8px;
}
#divGeralContent .left .sub-extras .extra-lines .pricet {
    float: left;
    font: 600 18px 'Source Sans Pro', sans-serif;
    color: #4D4D4D;
}
#divGeralContent .left .sub-extras .extra-lines .add {
    float: right;
    margin-top: -8px;
}
#divGeralContent .left .sub-extras .extra-lines .add span {
    padding: 10px 25px 10px 35px;
    font: 600 14px 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #6DAB24;
    display: block;
}
#divGeralContent .left .sub-extras .extra-lines .add a {
    display: block;
    text-transform: uppercase;
    font: 600 14px 'Source Sans Pro', sans-serif;
    padding: 10px 30px;
    background: #6DAB24;
    color: #FFFFFF;
}
#divGeralContent .right {
    float: right;
    width: 310px;
    margin-top: 30px;
    background: #ECF6DF;
    min-height: 400px;
}
#divGeralContent .right .header {
    background: #B4DD83;
    padding: 15px 20px 15px 30px;
}
#divGeralContent .right .header .title {
    text-transform: uppercase;
    font: 600 15px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    float: left;
}
#divGeralContent .right .header .dados {
    float: right;
    padding-top: 3px;
}
#divGeralContent .right .header .dados a,
#divGeralContent .right .header .dados > input.inptSubmit,
input.inptSubmitCar {
    text-transform: uppercase;
    font: 600 12px 'Source Sans Pro', sans-serif;
    color: #2D450E;
    display: inline;
    border: 0;
    background: none;
    cursor: pointer;
}
#divGeralContent .right .locais {
    padding: 20px 20px 15px 30px;
}
#divGeralContent .right .locais .devolucao {
    margin-top: 15px;
}
#divGeralContent .right .locais .levantamento .title,
#divGeralContent .right .locais .devolucao .title {
    text-transform: uppercase;
    font: 600 13px 'Source Sans Pro', sans-serif;
    color: #76AF30;
}
#divGeralContent .right .locais .levantamento .desc,
#divGeralContent .right .locais .devolucao .desc {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #666666;
}
#divGeralContent .right .extras-list {
    padding-bottom: 15px;
}
#divGeralContent .right .extras-list > div {
    padding: 15px 10px 0px 30px;
}
#divGeralContent .right .extras-list > div .name {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #666666;
    float: left;
    width: 180px;
}
#divGeralContent .right .extras-list > div .price {
    width: 60px;
    float: left;
    font: 600 15px 'Source Sans Pro', sans-serif;
    color: #666666;
    text-align: right;
}
#divGeralContent .right .extras-list > div .remove {
    float: left;
    width: 30px;
    text-align: right;
}
#divGeralContent .right .extras-list > div .remove a {
    display: inline-block;
    background: url('../imgs/btn-close-cart.png') no-repeat;
    width: 19px;
    height: 19px;
}
#divGeralContent .right .imagens {
    margin: 20px 0 0 0;
}
#divGeralContent .right .imagens .title {
    font: 600 19px 'Source Sans Pro', sans-serif;
    color: #4B4B4B;
    margin-left: 30px;
}
#divGeralContent .right .imagens .stitle {
    font: 400 12px 'Source Sans Pro', sans-serif;
    color: #666666;
    margin-left: 30px;
}
#divGeralContent .right .imagens .type {
    font: 600 14px 'Source Sans Pro', sans-serif;
    color: #999999;
    margin: 10px 0 0 30px;
}
#divGeralContent .right .imagens .imagem {
    float: left;
    width: 100%;
    height: 130px;
    overflow: hidden;
    vertical-align: center;
    margin-bottom: 20px;
    text-align: center;
}
#divGeralContent .right .imagens .arrowLeft {
    float: left;
    margin: 60px 10px 20px 10px;
}
#divGeralContent .right .imagens .arrowLeft a {
    width: 12px;
    height: 18px;
    display: block;
    background: url('../imgs/seta-anterior.png') no-repeat top right;
}
#divGeralContent .right .imagens .arrowLeft a:hover {
    background: url('../imgs/seta-anterior-hover.png') no-repeat top right;
}
#divGeralContent .right .imagens .arrowRight {
    float: left;
    margin: 60px 10px 20px 10px;
}
#divGeralContent .right .imagens .arrowRight a {
    width: 12px;
    height: 18px;
    display: block;
    background: url('../imgs/seta-seguinte.png') no-repeat top right;
}
#divGeralContent .right .imagens .arrowRight a:hover {
    background: url('../imgs/seta-seguinte-hover.png') no-repeat top right;
}
#divGeralContent .right .imagens .line {
    border-bottom: 1px solid #E5E5E5;
    margin: 20px 30px 20px 30px;
}
#divGeralContent .right .imagens .valor .label {
    font: 600 15px 'Source Sans Pro', sans-serif;
    color: #999999;
    float: left;
    width: 85px;
    margin: 0px 10px 20px 30px;
    line-height: 100%;
}
#divGeralContent .right .imagens .valor .preco {
    font: 600 30px 'Source Sans Pro', sans-serif;
    color: #333333;
    float: left;
    margin-top: -5px;
}
#divGeralContent .right .codigo_esquerda {
    color: #588B1D;
    background: #FFFFFF;
    padding: 20px 0;
    padding-top: 40px;
    /* text-align: center; */
}
#divGeralContent .right .codigo_esquerda .info {
    font: 600 18px 'Source Sans Pro', sans-serif;
    color: #6cab24;
}
#divGeralContent .right .codigo_esquerda .erroCodigo {
    padding: 5px 0px;
    display: block;
}
#divGeralContent .right .codigo_esquerda .editarCodigo .campo_50 {
    padding: 5px 0px;
    color: #818181;
}
#divGeralContent .right .codigo_esquerda .validarCodigo input[type="text"] {
    display: block;
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #818181;
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #ccc;
    margin: 5px 0px;
    padding: 0 2%;
    float: left;
}
#divGeralContent .right .codigo_esquerda .inputsubm {
    float: right;
    width: 100%;
}
#divGeralContent .right .total {
    font: 600 16px 'Source Sans Pro', sans-serif;
    color: #588B1D;
    background: #FFFFFF;
    border: 1px solid #B4DD83;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
#divGeralContent .right .total .valor {
    font: 600 30px 'Source Sans Pro', sans-serif;
    color: #2E4910;
}
.topRegions {
    margin-bottom: 10px;
}
.topRegions .paises {
    float: left;
}
.topRegions .regioes {
    float: left;
    margin-left: 7px;
}
.estacoesLeft {
    float: lefT;
    width: 640px:
}
.estacoesRight {
    float: right;
    width: 307px;
    background: #ECF6DF;
    overflow: hidden;
    max-height: 622px;
    position: relative;
}
.estacoesRight .header {
    background: #B4DD83;
    font: 600 15px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 14px 30px;
}
.estacoesRight .pais {
    font: 700 17px 'Source Sans Pro', sans-serif;
    color: #76AD30;
    text-transform: uppercase;
    padding: 12px 30px;
}
.estacoesRight .regiao {
    background: #F4FFE9;
    font: 600 19px 'Source Sans Pro', sans-serif;
    color: #4B4B4B;
    text-transform: normal;
    padding: 0px 30px;
}
.estacoesRight .regiao h4 {
    background: #F4FFE9;
    font: 600 19px 'Source Sans Pro', sans-serif;
    color: #4B4B4B;
    text-transform: normal;
    width: 250px;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 12px 0px;
}
.estacoesRight .estacoes {
    background: transparent;
}
.estacoesRight .estacoes .estacao {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #666666;
    padding: 7px 0px;
    margin: 0 30px;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    width: 250px;
}
.estacoesRight .estacoes a.estacao:last-child {
    border: none!important;
}
.estacoesRight .estacoes .estacao .nome {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #666666;
    padding-left: 5px;
    height: 26px;
    display: inline-block;
    vertical-align: sub;
}
.estacoesRight .estacoes .estacao span.letra {
    font: 600 16px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    text-align: center;
    width: 25px;
    height: 24px;
    white-space: nowrap;
    background: url('../imgs/bg-pontos-estacoes.png') no-repeat 0 1px;
    display: inline-block;
    vertical-align: text-top;
    padding-top: 2px;
}
.estacoesRight .estacao-head {
    width: 307px;
    min-height: 77px;
    background: #F5F5F5 url('../imgs/bg-titulo-estacao.png') no-repeat 0 0px;
}
.estacoesRight .estacao-head .head .letra {
    padding-top: 2px;
    width: 25px;
    height: 24px;
    margin-top: 25px;
    margin-left: 30px;
    background: url('../imgs/bg-pontos-estacoes-mapa-withe.png') no-repeat 0 0px;
    float: left;
    text-align: center;
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #6DAB24;
    line-height: 18px;
}
.estacoesRight .estacao-head .head .nome {
    padding-top: 25px;
    font: 600 17px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    margin-left: 15px;
    float: left;
}
.estacoesRight .estacao-head .head .morada {
    padding: 50px 30px 15px 30px;
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #666666;
}
.estacoesRight #cycle_run {
    width: 307px;
    background: #ECF6DF;
    overflow: hidden;
    max-height: 515px;
    position: relative;
}
.estacoesRight .seta_cima > a {
    width: 19px;
    height: 12px;
    background: url('../imgs/seta-top.png') no-repeat;
    position: absolute;
    z-index: 10;
    top: 110px;
    right: 10px;
}
.estacoesRight .seta_baixo > a {
    width: 19px;
    height: 12px;
    background: url('../imgs/seta-bottom.png') no-repeat;
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 10px;
}
.paymentArea {
    background: #6DAB24;
    width: 593px;
    min-height: 300px;
    padding: 30px 30px 30px 30px;
    margin-top: 50px;
}
.paymentArea .leftpay {
    float: left;
}
.paymentArea .leftpay .title {
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #20330B;
    text-transform: uppercase;
}
.paymentArea .leftpay .stitle {
    font: 600 15px 'Source Sans Pro', sans-serif;
    color: #20330B;
}
.paymentArea .price {
    float: right;
    font: 600 45px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    line-height: 30px;
}
.paymentArea .line {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    margin-top: 20px;
}
.paymentArea .loginBlock {
    margin-top: 30px;
}
.paymentArea .loginBlock label {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #fff;
}
.engloba_formulario .formulario select,
.engloba_formulario .formulario input[type="text"],
.engloba_formulario .formulario input[type="password"],
.checkinDados .formulario select,
.checkinDados .formulario input[type="text"],
.checkinDados .formulario input[type="password"] {
    display: block;
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #818181;
    width: 96%;
    height: 35px;
    border: 1px solid #ccc;
    margin: 5px 0px;
    padding: 0 2%;
}
.engloba_formulario .formulario .campo_100,
.checkinDados .formulario .campo_100 {
    width: 100%;
    float: left;
}
.engloba_formulario .formulario .campo_100 > div,
.engloba_formulario .formulario .campo_50 > div,
.checkinDados .formulario .campo_100 > div,
.checkinDados .formulario .campo_50 > div {
    margin: 5px 0;
}
.engloba_formulario .formulario .campo_50,
.checkinDados .formulario .campo_50 {
    width: 263px;
    float: left;
    margin-right: 19px;
}
.campo_50 > .pagamento:hover,
.campo_50 > .pagamento.active{
	border:2px solid #6DAB24;
}
.campo_50 > .pagamento{
	display:block;
	width: 185px;
	height: 108px;
	clear:both;
	border:1px solid #848484;
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
}
.campo_50 > .pagamento > .lblradio_clientes{
	display:block;
	width:100%;
}
.campo_50 > .pagamento > .imagem{
	display: inline-block;
	width: auto;
	height: auto;
}
.campo_50 > .pagamento > .radio_pagamento{
	visibility:hidden;
	position: absolute;
}
.no_margin {
    margin: 0px !important;
}
#divGeralContent .paymentArea .loginBlock input[type='submit'] {
    display: block;
    width: 151px;
    background: #333;
    text-align: center;
    padding: 12px 0;
    height: 49px;
    text-transform: none;
    font: 400 16px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    border: 0;
    margin: 0px;
    cursor: pointer;
}
#divGeralContent .paymentArea .loginBlock .label {
    font: 400 24px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
}
#divGeralContent .paymentArea .loginBlock .right {
    background: none !important;
    float: right;
    margin-top: 0px;
    width: 190px;
    min-height: 62px !important;
}
#divGeralContent .paymentArea .loginBlock .left {
    background: none !important;
    float: left;
    margin-top: 0px;
    width: 191px;
    margin-right: 10px;
}
#divGeralContent .paymentArea .loginBlock a {
    /* color:#fff; */
    display: block;
    height:  auto;
}
.payBlock {
    margin-top: 30px;
}
.payBlock .label {
    font: 400 24px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
}
.payBlock .agora,
.registo .inner {
    display: inline-block;
    float: left;
    width: 657px;
    /* margin-top:20px; */
}
.payBlock .agora .inner {
    float: right;
    font: 400 16px 'Source Sans Pro', sans-serif;
    width: 137px;
    background-color: #6DAB24;
    border: 0px;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
    margin-top: 10px;
    color: #fff !important;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    cursor: pointer;
}
.payBlock .agora .title {
    color: #fff;
}
.payBlock .agora .stitle {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #2e4910;
}
.payBlock .agora .metodos {
    margin-top: 15px;
}
.payBlock .agora .metodos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.payBlock .agora .metodos ul li {
    float: left;
}
.payBlock .agora .metodos ul li.padding {
    padding-left: 15px;
}
.payBlock .levantamento {
    display: inline-block;
    float: left;
    width: 655px
}
.payBlock .levantamento .inner {
    float: right;
    font: 400 16px 'Source Sans Pro', sans-serif;
    width: 250px;
    height: 18px;
    background-color: #6DAB24;
    border: 0px;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
    margin-top: 10px;
    color: #fff !important;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    cursor: pointer;
}
.payBlock .levantamento .title {
    font: 400 16px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
}
.payBlock .levantamento .stitle,
.registo .inner .stitle {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
}
.sem_hover_registo {
    border: 0px !important;
    cursor: pointer !important;
}
/* OPCOES */

.paymentArea .registo {
    display: inline-block;
    float: right;
    margin-top: 20px;
}
.paymentArea .registo .inner {
    width: 150px;
    min-height: 155px;
    padding: 20px;
    display:  flex;
    flex-wrap:  wrap;
    align-items: flex-end;
    background: #2E4910;
}
.paymentArea .registo .inner.branco {
    background: #ECF6DF;
}
.paymentArea .registo .inner.branco_transp {
    background: #B4DD83;
}
.paymentArea .registo .inner.preto {
    background: #fff;
}

.paymentArea .registo .title a {
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #2E4910;
    height: auto;
}
.paymentArea .registo .inner .btn_submit{
	width:100%;
}
.paymentArea .registo .stitle,
.registo .inner .stitle a {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #677D4E;
    height: 36px;
    float: initial;
    margin-bottom: 27px;
}
.paymentArea .registo .stitle,
.registo .inner.preto .stitle a {
    color: #677D4E;
}
.registo .inner .stitle .btn_submit{
	margin-top: auto;
	margin-bottom: 0;
	display: flex;
	width: 100%;
}
.registo .inner.preto input[type='submit'] {
    margin-top: 34px;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    background: #6DAB24;
}
.registo .inner.preto .stitle {
    height: auto;
    margin-bottom:  auto;
}
.registo input[type='submit'] {
    width: 148px;
    height: auto !important;
    padding: 10px 0px !important;
    font: 600 16px 'Source Sans Pro', sans-serif;
    text-transform: uppercase !important;
    margin-top: 20px;
    float: initial !important;
    border-bottom: 2px solid #588B1D !important;
    border-right: 2px solid #588B1D !important;
    background: #6DAB24 !important;
}
/* FIM */
/* ESCOLHER TIPOS */

.paymentArea .escolher_tipos {
    display: block;
}
/* FIM */
/* loginForm */

.paymentArea .loginForm {
    display: none;
}
/* FIM */
/* REGISTO */

.paymentArea .registoForm {
    margin-top: 20px;
    color: #fff;
    display: none;
}
/* FIM */
/* SEM REGISTO */

.paymentArea .semregistoForm {
    margin-top: 20px;
    color: #fff;
    display: none;
}
.block {
    display: block !important;
}
.none {
    display: none !important;
}
#fancybox-content #politica_privacidade {
    display: block !important;
}
.engloba_formulario {
    width: 92%;
    min-height: 200px;
    background-color: #fff;
    padding: 4%;
    margin-top: 20px;
}
.engloba_formulario > .info {
    font: 600 18px 'Source Sans Pro', sans-serif;
    color: #6cab24;
}
.engloba_formulario > .formulario {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #818181;
}
.engloba_formulario > .formulario input[type='submit'] {
    display: block;
    width: 200px;
    background: #6DAB24;
    text-align: center;
    padding: 12px 0;
    text-transform: none;
    font: 400 20px 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    /* float: right; */

    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    margin-top: 20px;
}
#submitTxWeb2pay {
    display: block!important;
    width: 200px!important;
    background: #6DAB24!important;
    text-align: center!important;
    padding: 12px 0!important;
    text-transform: none!important;
    font: 400 20px 'Source Sans Pro', sans-serif!important;
    color: #FFFFFF!important;
    border: 0!important;
    cursor: pointer!important;
    /* float: right; */

    border-bottom: 2px solid #588B1D!important;
    border-right: 2px solid #588B1D!important;
    margin-top: 20px!important;
}
.engloba_formulario > .formulario a {
    color: #6DAB24;
    display: initial;
}
.largura_60 {
    width: 97px !important;
    float: left;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.largura_30 {
    width: 78px !important;
    float: left;
}
.engloba_formulario_exterior {
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    float: left;
    margin-top: 20px;
}
.engloba_formulario_exterior > .info {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #000;
}
.engloba_formulario_exterior > .formulario {
    font: 400 14px 'Source Sans Pro', sans-serif;
    color: #818181;
}
.engloba_formulario_exterior > .formulario a {
    color: #6DAB24;
}
.engloba_formulario_exterior .formulario select,
.engloba_formulario_exterior .formulario input[type="text"],
.engloba_formulario_exterior .formulario input[type="password"] {
    display: block;
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #6CAB24;
    width: 96%;
    height: 35px;
    border: 1px solid #ccc;
    margin: 5px 0px;
    padding: 0 2%;
}
.engloba_formulario_exterior .formulario .campo_100 {
    width: 100%;
    float: left;
}
.engloba_formulario_exterior .formulario .campo_100 > div,
.engloba_formulario_exterior .formulario .campo_50 > div {
    margin: 5px 0;
}
.engloba_formulario_exterior .formulario .campo_50 {
    width: 345px;
    float: left;
    margin-right: 19px;
}
input.newbtnsubmit {
    float: right;
    font: 600 16px 'Source Sans Pro', sans-serif;
    background-color: #6CAB24;
    border: 0px;
    padding: 10px 25px;
    margin-top: 10px;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    color: #fff;
    cursor: pointer;
}
.inputsubm {
    width: 100%;
    background: #fff;
    padding-top: 20px;
}
.inputsubm a {
    font: 400 16px 'Source Sans Pro', sans-serif;
    display: block;
    background-color: #6DAB24;
    border: 0px;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    cursor: pointer;
}
.engloba_formulario > .formulario .inputsubm a {
    color: #fff;
}
.validaCodigo {
    padding: 0px;
    width: 170px;
}
.validaCodigo a,
.editaCodigo a {
    padding: 8px 25px;
}
.engloba_formulario_exterior input[type='submit'],
.checkinDados input[type='submit'] {
    font: 600 16px 'Source Sans Pro', sans-serif;
    background-color: #6CAB24;
    border: 0px;
    padding: 10px 25px;
    margin-top: 10px;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    color: #fff;
    cursor: pointer;
}
input.newbtnsubmit {
    margin-top: 0!important;
}
.margint_40 {
    margin-top: 40px !important;
}
.label_exterior {
    font: 400 24px 'Source Sans Pro', sans-serif;
    color: #6CAB24;
    text-transform: uppercase;
}
.novo_utilizador {
    width: 200px;
    float: right;
}
.novo_utilizador {
    width: 300px;
    float: right;
}
.novo_utilizador .titulo {
    font: 600 20px 'Source Sans Pro', sans-serif;
    background-color: #6CAB24;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}
.novo_utilizador .descricao {
    font: 400 14px 'Source Sans Pro', sans-serif;
    background-color: #ECF6DE;
    color: #666;
    text-transform: normal;
    padding: 20px;
}
.novo_utilizador .descricao a {
    font: 600 16px 'Source Sans Pro', sans-serif;
    background-color: #588B1D;
    border: 0px;
    padding: 10px 25px;
    margin: 20px 0px;
    color: #fff;
    display: block;
    text-align: center;
    border-bottom: 2px solid #6CAB24;
    border-right: 2px solid #6CAB24;
}
.erros_web2pay {
    margin: 0 0 20px 0;
}
.erros_web2pay > li {
    color: #990000;
}
.lnkVoltar {
    font: 400 12px 'Source Sans Pro', sans-serif;
    color: #999999;
    text-transform: uppercase;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
}
.lnkVoltar:hover {
    background: #666666;
    color: #FFFFFF;
}
.innerContent {
    padding: 0px 0px 40px 0px;
}
.idiomaActual {
    font: 400 12px 'Source Sans Pro', sans-serif;
    padding: 27px 10px;
    cursor: pointer;
    color: #9A9A9A;
    position: relative;
}
.idiomaActual:hover {
    background: #E8E8E8;
}
.idiomas {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 99;
    width: 100px;
    right: 0;
    top: 70px;
}
.idiomas li a {
    font: 400 12px 'Source Sans Pro', sans-serif;
    display: block;
    color: #9A9A9A;
    background: #E8E8E8;
    padding: 5px 10px;
}
.idiomas li a:hover {
    background: #BFBFBF;
    color: #FFFFFF;
}
.idiomaActual:hover > ul.idiomas {
    display: block;
}
.idioma_bandeira {
    display: block;
    margin-top: 28px;
    float: left;
    margin-left: 10px;
}
.idioma_bandeira:hover,
.idioma_bandeira.active {
    opacity: 0.6;
}
.insideRegisto {
    font: 400 12px 'Source Sans Pro', sans-serif !important;
    color: #999999 !important;
    text-transform: uppercase !important;
    border: 1px solid #CCCCCC !important;
    padding: 10px 20px !important;
    width: 60px !important;
}
.lnkVoltarTopo:hover {
    background: #666666;
    color: #FFFFFF;
}
.lnkVoltarTopo {
    font: 400 12px 'Source Sans Pro', sans-serif;
    color: #999999;
    text-transform: uppercase;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    float: right;
}
#contentRight .lnkVoltarTopo {
    margin-top: 0px;
}
.divLabelPartilhePagamentoFooter {
    display: block;
    margin: -5px 0px 0 0px;
    padding: 5px 0px 10px 0px;
    color: #666;
    border-top: 1px solid #ccc;
    font: normal 14px 'Source Sans Pro';
}
.st_sharethis_custom {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
    background: url("../imgs/icone-share-footer.png") no-repeat scroll left top transparent;
    cursor: pointer;
}
.facebookFooter {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
}
.facebookFooter a {
    display: block;
    background: url(../imgs/facebook-icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
}
.facebookFooter a:hover {
    background: url(../imgs/facebook-icon-orig.png) no-repeat 0 0;
}
.twitterFooter {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
}
.twitterFooter a {
    display: block;
    background: url(../imgs/icone-twitter-footer.png) no-repeat 0 0px;
    width: 20px;
    height: 20px;
}
.twitterFooter a:hover {
    background: url(../imgs/icone-twitter-footer.png) no-repeat 0 -30px;
}
.youtubeFooter {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
}
.youtubeFooter a {
    display: block;
    background: url(../imgs/youtube-icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
}
.youtubeFooter a:hover {
    background: url(../imgs/youtube-icon-orig.png) no-repeat 0 0;
}
.pinterestFooter {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 5px;
}
.pinterestFooter a {
    display: block;
    background: url(../imgs/icone-pinterest.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
}
.pinterestFooter a:hover {
    background: url(../imgs/icone-pinterest.png) no-repeat 0 0;
}
.instagramFooter {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
}
.instagramFooter a {
    display: block;
    background: url(../imgs/icone-instagram.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
}
.instagramFooter a:hover {
    background: url(../imgs/icone-instagram.png) no-repeat 0 0;
}
.linkedinFooter {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
}
.linkedinFooter a {
    display: block;
    background: url(../imgs/linkedin-icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
}
.linkedinFooter a:hover {
    background: url(../imgs/linkedin-icon-orig.png) no-repeat 0 0;
}
.google_plusFooter {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
}
.google_plusFooter a {
    display: block;
    background: url(../imgs/googleplus-icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
}
.google_plusFooter a:hover {
    background: url(../imgs/googleplus-icon-orig.png) no-repeat 0 0;
}
.lblradio_clientes {
    display: block;
    float: left;
}
.radio_clientes {
    display: block;
    float: left;
    margin-top: 8px;
    margin-right: 15px;
}
.noneBI,
.Dnone {
    display: none;
}
.Dinline {
    display: inline;
}
.ling_pai {
    height: 70px;
    float: left;
    width: 50px;
}
.sht {
    width: 40px;
    float: right;
}
.sht > span {
    float: right;
    margin-right: 0px;
    margin-top: 24px;
}
.lingua.jquery-selectbox {
    width: 40px!important;
    background: url(../imgs/arrow-idioma.png) no-repeat !important;
    height: 18px;
    border: 0px;
    padding: 0px 0px 0 0px;
    margin: 26px 6px 0px 5px;
    text-transform: none;
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #787878;
}
.lingua.jquery-selectbox .jquery-selectbox-toggle {
    background: url(../imgs/arrow-idioma.png) no-repeat !important;
}
.js-real.jquery-selectbox ul li:hover {
    background-color: #76AD30 !important;
    color: #fff !important;
}
.js-real.jquery-selectbox ul li {
    cursor: pointer;
}
.aviso {
    font-size: 20px;
    margin-bottom: 20px;
}
.cursorNone {
    cursor: default;
}
.menu_mobile {
    display: none;
}
.menu_tablet {
    display: none;
}
.conteudo_menu_tablet {
    display: none;
}
.imagem_responsive {
    display: none;
}
.formularioLoginClientes {
    width: 600px;
}
#map-canvas {
    width: 650px;
    height: 450px;
}
.telemovel_mobile {
    display: none;
}
.erroCodigo {
    color: #990000;
}
.editarCodigo .campo_50 {
    font-size: 22px;
}
.editarCodigo .campo_50 .editaCodigo {
    width: 174px;
    padding: 0px;
    font: 400 14px 'Source Sans Pro', sans-serif;
}
.banner-footer {
    float: left;
}
.imagem_redeunicre {
    max-width: 275px;
    width: 100%;
}
.ling_pai_topo {
    display: none;
}
.ling_pai_topo .active,
.ling_pai_topo a:hover {
    opacity: 0.6;
}
.ui-accordion-content {
    height: auto !important;
    border: 1px solid #F2F8E9;
    background: #F2F8E9;
    border-radius: 0;
}
#menuLeft .ui-state-default,
#menuLeft .ui-widget-content .ui-state-default,
#menuLeft .ui-widget-header .ui-state-default {
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    background-image: url('/temas/guerin_responsive/imgs/more.png');
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 185px center;
    color: #777777;
    text-decoration: none;
    border-radius: 0px;
    height: 38px;
    box-sizing: border-box;
    padding-left: 20px;
    height: auto;
    padding-right: 23px;
}
#menuLeft .ui-state-active,
#menuLeft .ui-widget-content .ui-state-active,
#menuLeft .ui-widget-header .ui-state-active {
    border-bottom: 1px solid #fff;
    background: #F2F8E9;
    background-image: url('/temas/guerin_responsive/imgs/less.png');
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 185px center;
    font-weight: bold;
    color: #4D4D4D;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 6px;
    display: none;
    left: auto;
}
.fbDiv {
    height: 25px;
    margin-top: 8px;
    width: 305px;
    margin-right: 20px;
}
.menQuarentaTop {
    margin-top: -40px;
}
.checkin .formulario {
    margin: 40px;
    border: 2px solid #EAEAEA;
    padding: 40px;
    position: relative;
}
.checkinDados .formulario {
    margin: 40px;
    border: 2px solid #EAEAEA;
    padding: 40px;
}
.checkin .formulario .label,
.checkinDados .formulario .label {
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}
.checkinDados .formulario .reserva .label {
    color: #6cab24;
}
.checkinDados .formulario .reserva .valor .data {
    width: 100%;
    display: block;
    font-weight: 500;
}
.checkinDados .formulario .campo_100 {
    margin-bottom: 10px;
}
.checkinDados .formulario .campo_50 {
    margin-bottom: 10px !important;
}
.checkinDados .formulario .reserva {
    margin-bottom: 20px;
    width: 100%;
}
.checkin > .formulario > .input {
    float: left;
}
.checkin > .formulario > .ou {
    position: absolute;
    margin: 0 12px;
    left: 220px;
    margin-top: 12px;
}
.checkin > .formulario > .leftcenter {
    margin-left: 39px;
}
.checkin > .formulario > .center {
    margin: 0px 12px;
}
.checkin .formulario .erro,
.checkinDados .formulario .erro {
    color: red;
    margin-bottom: 20px;
}
.checkinDados .sucesso {
    border: 4px solid #6cab24;
    margin: 40px;
    padding: 50px;
    font-weight: 600;
}
.checkinDados .sucesso .erro {
    color: red;
    margin-top: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}
.checkin > .formulario > .input > input {
    display: block;
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #6CAB24;
    width: 100%;
    height: 36.5px;
    border: 1px solid #ccc;
    margin: 5px 0px;
    padding: 0px 8px;
    box-sizing: border-box;
    width: 180px;
}
.checkin > .formulario > .input > select,
.checkin > .formulario > .input .jquery-selectbox {
    display: block;
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #999;
    width: 200px !important;
    height: 35px;
    border: 1px solid #ccc;
    margin: 5px 0px;
    padding: 0 2%;
}
.checkin > .formulario > .input .jquery-selectbox-toggle {
    background-image: url(/temas/guerin_responsive/imgs/arrow-idioma.png);
    width: 16px;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.checkin > .formulario > .input .jquery-selectbox-text {
    padding: 6px 2%;
    height: 31px;
    box-sizing: border-box;
    border: 0px;
    background: transparent;
    cursor: default;
    margin: 1px;
    display: block;
    margin-right: 16px;
}
.checkin > .formulario > .submit {
    width: 100%;
    margin-top: 20px;
}
.checkin > .formulario > .submit > input {
    font: 600 16px 'Source Sans Pro', sans-serif;
    background-color: #6CAB24;
    border: 0px;
    padding: 10px 25px;
    float: right;
    margin-top: 10px;
    border-bottom: 2px solid #588B1D;
    border-right: 2px solid #588B1D;
    color: #fff;
    cursor: pointer;
}
.checkin > .formulario .jquery-selectbox ul li {
    padding: 5px 10px;
}
.checkin > .formulario .jquery-selectbox ul li:hover,
.checkin > .formulario .jquery-selectbox ul li.jquery-selectbox-selected,
.checkin > .formulario .jquery-selectbox ul li.jquery-selectbox-selected.jquery-selectbox-disabled {
    background: #6CAB24;
}
.checkinDados input[type='submit'] {
    float: right;
}
.checkinDados {
    padding-bottom: 50px;
}
.checkinDados .formulario .campo_50 {
    width: 45%;
    margin-right: 5%;
}
.conteudoCampanha {
    margin-bottom: 50px;
}
.estadoEncomendas {
    width: 100%;
    color: #000;
    display: table;
}
.estadoEncomendas .head {
    display: table-row;
}
.estadoEncomendas .head >div {
    display: table-cell;
    height: 60px;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    float: none;
    box-sizing: border-box;
    background: #fbfbfb;
    padding: 20px;
    vertical-align: middle;
}
.estadoEncomendas .body {
    display: table-row;
}
.estadoEncomendas .body >div > .estacao {
    font-weight: 500;
}
.estadoEncomendas .body > div > a {
    display: block;
    text-decoration: underline;
}
.estadoEncomendas .body >div {
    float: none;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #E7E7E7;
    padding: 20px;
}
.estadoEncomendas .body .numeroEncomenda,
.estadoEncomendas .head .numeroEncomenda {
    width: 100px;
}
.estadoEncomendas .body > div > a.alterar {
    font-size: 12px;
    color: #2C450C;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.estadoEncomendas .body > div > a.alterar img {
    padding-left: 5px;
    display: inline-block;
}
.estadoEncomendas .body > div > a.cancelar img {
    padding-left: 8px;
    display: inline-block;
}
.estadoEncomendas .body > div > a.cancelar {
    font-size: 12px;
    font-weight: 500;
    color: #6DAB24;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}
.content_contactos {
    display: flex;
    width: 100%;
}
.content_contactos > .contactos {
    width: 33.33%;
    border: 1px solid #FFF;
    background: #EAF1DD;
}
.content_contactos > .contactos > .titulo {
    background: rgb(79, 98, 40);
    color: #fff;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}
.content_contactos > .contactos > .conteudo_contactos > .pergunta {
    padding: 10px 20px;
    background: rgb(131, 168, 62);
    color: #fff;
    font-size: 14px;
}
.content_contactos > .contactos > .conteudo_contactos > .resposta {
    padding: 10px 20px;
    box-sizing: border-box;
}
.content_contactos > .contactos > .conteudo_contactos > .resposta.horarios {
    padding-bottom: 0;
    min-height: 260px;
}
.content_contactos > .contactos > .conteudo_contactos > .resposta.horarios > .dias {
    padding-bottom: 10px;
}
.content_contactos > .contactos > .conteudo_contactos > .resposta.horarios > .dias > .pergunta {
    font-weight: 700;
}
.content_contactos > .contactos > .conteudo_contactos > .resposta.horarios > .dias > .resposta {

}
#destaques_home{
	width:100%;
	height:500px;
}

#divGeralContent .paymentArea .loginBlock a.politica{
   display:inline;
}