.p20right {
    padding-right: 20px !important;
}
.row-traveller {
    padding-top: 30px;
}
.row-traveller h1 {
    font-size: 30px;
    font-family: "lexend_light";
}
.card-traveller-lab {
    margin-top: 45px;
}
.card-traveller-lab h1 {
    font-size: 33px;
    font-family: "lexend_light";
}
.card-traveller-lab .conteudo {
    font-size: 15px;
    font-family: "lexend_light";
    text-align: justify;
    margin-top: 35px;
}
.card-traveller-lab img {
    width: 100%;
}
.card-traveller-lab .info-traveller-lab span {
    font-family: 'lexend_medium';
}
.conteudo {
    font-size: 15px;
    font-family: "lexend_light";
    text-align: justify;
    margin-top: 18px;
    margin-bottom: 30px;
}
.comentar {
    float: left;
}
@media (max-width: 767px) {
    .card-traveller-lab {
        margin-top: 20px;
    }
    .card-traveller-lab h1 {
        font-size: 33px;
        font-family: "lexend_light";
    }
    .card-traveller-lab .conteudo {
        font-size: 15px;
        font-family: "lexend_light";
        text-align: justify;
        margin-top: 35px;
    }
    .card-traveller-lab img {
        width: 100%;
    }
    .card-traveller-lab .info-traveller-lab span {
        font-family: 'lexend_medium';
    }
}
.categorias-card {
    width: 100%;
    background-color: #f1f2f2;
    padding-left: 34px;
    padding-top: 23px;
    padding-bottom: 23px;
}
.categorias-card h4 {
    font-family: 'lexend_medium';
    font-size: 16px;
}
.categorias-card ul {
    padding-left: 0px;
    list-style: none;
}
.categorias-card li {
    padding-top: 13px;
    font-size: 16px;
    font-family: "lexend_light";
    cursor: pointer;
}
.categorias-card li a {
    text-decoration: none;
    color: black;
}
.card-traveller-express-page {
    margin-bottom: 40px;
}
.card-traveller-express-page .legenda {
    font-family: "lexend_light";
    font-size: 18px;
    padding-bottom: 5px;
    height: 2.6em;
}
.card-traveller-express-page .img-express {
    width: 100%;
}
.card-traveller-express-page .img-express img {
    width: 100%;
}
.card-traveller-express-page .franco-titulo {
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin-bottom: 10px;
}
.card-traveller-express-page .detalhes {
    font-family: "lexend_light";
    font-size: 14px;
    height: 7em;
    overflow: hidden;
}
.card-traveller-express-page .local {
    font-family: "lexend_light";
    margin-bottom: 10px;
}
.card-traveller-express-page .local:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 21px;
    height: 23px;
    content: " ";
    background-image: url(/img/tag.png);
    margin-right: 2px;
}
.card-traveller-express-page .btn-local button {
    background-color: #58595b;
    color: white;
    font-family: "lexend_light";
    margin-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
}
.modal-express {
    background-color: #f1f2f2;
    font-family: 'lexend_medium';
    border-radius: 12px;
}
.modal-express .head-modal {
    padding-bottom: 15px;
}
.modal-express .materia {
    padding-bottom: 15px;
}
.modal-express .materia span {
    font-family: 'lexend_medium';
}
.modal-express label {
    font-family: 'lexend_medium';
    font-weight: inherit;
}
.modal-express .close {
    background-color: black;
    color: white;
    opacity: 0;
    opacity: 3.2;
    border-radius: 90px;
    width: 22px;
    height: 22px;
}
.modal-express .close span {
    line-height: 16px;
}
.modal-content {
    border-radius: 12px;
}
.datepicker-days {
    display: block !important;
}
@media only screen and (min-width: 768px) {
    .card-traveller-lab .info-traveller-lab .franco-titulo {
        padding-bottom: 26px;
    }
    .card-traveller-lab .info-traveller-lab .data {
        padding-bottom: 28px;
    }
    .card-traveller-lab .info-traveller-lab .local {
        padding-bottom: 28px;
    }
    .card-traveller-lab {
        margin-top: 85px;
    }
}
.categorias-card-scrolled {
    position: fixed;
    top: 0;
    width: 278.5px;
    z-index: 2;
    margin-top: 20px;
}
.card-traveller-express-page .legenda {
    padding-top: 15px;
    height: 4.0em;
}
.local a {
    color: #333;
}


.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 80%;
    left: 0%;
    top: 10%;
/*    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    cursor: pointer;
}

.hovereffect.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hovereffect.active img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width: 100%;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.btn-dark{
    background-color: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;

    font-family: "lexend_light";
    font-size: 15px;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    margin-bottom: 5px; 
}

.btn-dark:hover{
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    text-decoration: none;
    color: #fff;
}

.btn-dark.active{
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    text-decoration: none;
    color: #fff;
}
