@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500i,900,900i');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Montserrat', sans-serif;;
}
/****************************************

                                GERAL

****************************************/
.content{
    max-width: 100%;
    width: 960px;
    margin: 0 auto;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.section{
    padding: 2em 0;
}

.flex{
    display: flex;
}
/****************************************

                                HEADER

****************************************/
header{
    background-color: #f26a35;
    padding: 1.5em 0;
}

header .topo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header #nav-categorias {
    margin-top: 1.5em;
}

header #nav-categorias ul{
    list-style: none;
    text-align: center;
}

header #nav-categorias ul li {
    display: inline-block;	
    width: 33%;
}

header #nav-categorias a{
    text-decoration: none;
    padding: 1em 1.5em;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
}

.brand{
    flex-basis: 30%;
}
/****************************************

         NAVEGUE

****************************************/
.navegue{
    text-align: center;
    margin-bottom: .5em;
}

.navegue h2 {
    display: table;
    white-space: nowrap;
    color: #a94c28;
    font-size: 1.2rem;
    color: #a94c28;
}
.navegue h2:before,
.navegue h2:after {
    border-top: 1px solid #a94c28;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}
.navegue h2:before {
    right: 1.5%;
}
.navegue h2:after {
    left: 1.5%;
}
/****************************************

         BUSCADOR

****************************************/
header .busca{
    flex-basis: 65%;
}

header .busca form{
    padding: .75em .75em .75em 1em;
    background: #fff;
    border-radius: 36px;
    display: flex;
    justify-content: space-between;
}

header .busca form input {
    border: none;
    width: 100%;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}

header .busca form input:focus {
    border: none;
}

header .busca form button {
    border-radius: 20px;
    padding: .75em 1em;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    background-color: #2199BA;
    color: #fff;
    cursor: pointer;
}
/****************************************

                SLIDER

****************************************/
#slider .slide img{
    display: block;
    width: 100%;
    height: auto;
}
/****************************************

                CONTEUDO

****************************************/
main.content-area{
    background-color: #f1f1f1;
    padding: 2.5em 0;
}

main.content-area h1{
    margin-bottom: .5em;
    position: relative;
    font-weight: normal;
}

main.content-area h1:before{
    content: "";
    position: absolute;
    height: 5px;
    width: 100px;
    bottom: -1.5rem;
    border-radius: 3px;
}

main.content-area .results{
    margin-top:3.75em;
}

.parceiro-card{
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 50%);
    border-radius: 5px;
    background: #fff;
    padding: 2em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 1em;
}

.meta{
    flex-basis: 14%;
    margin-left: 5%;
    text-align: center;
}

.meta .logo {
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    border: 10px solid;
}

.meta .logo img {
    border-radius: 100%;
}

.links{
    margin-top: 1em;
}

a.site{
    color: #fff;
    padding: .3em .75em;
    text-decoration: none;
    background-color: #014d61;
    border-radius: 5px;
}

a.social{
    text-decoration: none;
    color: #014d61;
    font-size: 2rem;    
}

.descricao{
    flex-basis: 76%;
}

a.categoria{
    font-size: .75rem;
    color: #fff;
    padding: .3em .75em;
    text-decoration: none;
    border-radius: 5px;
}

.parceiro-card h2{
    color: #014d61;
}

.desconto{
    padding: 0.1em;
    border-radius: 5px;
    font-size: 1.15rem;
   /* margin: 1em 0;*/
}

.desconto p:first-child{
    margin-bottom: 1em;
    position: relative;
}

.desconto p:first-child:after{
    content: "";
    position: absolute;
    height: 1px;
    background: #199bbd;
    width: 100%;
    left: 0;
    bottom: -12px;
    border-radius: 3px;
}

p.contato{
    color: #b1b1b1;
    line-height: 2;      
    margin-bottom: 0 !important;

}

p.contato.endereco:before{
    content:"\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5em;
}

p.contato.tel:before{
    content:"\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5em;
}
/****************************************

                HOSPEDAGEM

****************************************/
main.content-area .hospedagem h1:before{
    background: #f18105;
}

.hospedagem .parceiro-card .logo{
    border-color: #f08123;
}

.hospedagem .parceiro-card .desconto{
    background-color: #f08123;
}

.hospedagem .parceiro-card a.categoria{
    background-color: #f08123;
}
/****************************************

                LAZER

****************************************/
main.content-area .lazer h1:before{
    background: #fbc400;
}

.lazer .parceiro-card .logo{
    border-color: #fac500;
}

.lazer .parceiro-card .desconto{
    background-color: #fac500;
}

.lazer .parceiro-card a.categoria{
    background-color: #fbc400;
}
/****************************************

        GASTRONOMIA

****************************************/
main.content-area .gastronomia h1:before{
    background: #079478;
}

.gastronomia .parceiro-card .logo{
    border-color: #079478;
}

.gastronomia .parceiro-card .desconto{
    background-color: #079478;
}

.gastronomia .parceiro-card a.categoria{
    background-color: #079478;
}
/****************************************

        RESULTADO DE BUSCA

****************************************/
main.content-area .resultado-busca h1:before{
    background: #014d61;
}

h2.destaque {
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.75;
}
/****************************************

             SOBRE

****************************************/
#sobre .flex{
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

#sobre .coluna-6{
    flex-basis: 45%;
}

#sobre .coluna p{
    line-height: 2;
}
/****************************************

            VÍDEOS

****************************************/
#videos .content{
    width: 90%;
    align-items: center;
}

#videos.section{
    padding-left:1em;
    padding-right: 1em;
}

#videos h2{
    font-weight: 100;
    text-transform: uppercase;
    font-size: 4rem;
    color: #0a4e60;
}

#videos .coluna-6{
    flex-basis: 50%;
}

.container-videos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.video {
    flex-grow: 1;
    position: relative;
    ooverflow: hidden;
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    padding: .1em;
}
.video a {
    outline: none;
}
.video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .15s;
}
.video figure {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.video figure img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(0.5);
    transition: all .20s;
}
.video figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1rem;
    /*font-weight: 600;*/
    padding: 1rem;
    opacity: 1;
}

.video figure figcaption a {
    color:#fff;
    text-decoration: none;
}

.video:hover figure img {
    opacity: 1;
    transform: scale(1);
}

.video:hover:before {
    /*background-color: rgba(0, 0, 0, 0.3);*/
}

@media screen and (max-width: 800px) {
    .video {
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 640px) {
    .video {
        width: 100%;
    }
}

/* This adds padding from top and bottom */
.custom-popup-class .mfp-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
/* This adds max-width to popup content */
.custom-popup-class .mfp-content {
    width: 100%;
    max-width: 1000px;
}

/* This makes "#popup-with-something" scale down proportionally */
#popup-video {
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This is scale ratio */
    padding-top: 56.25%;
}
/* This shifts close button outside of the container */
#popup-video .mfp-close {
    top: -44px;
    color: #FFF;
    text-align: right;
    right: 1px;
}
#popup-video1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This is scale ratio */
    padding-top: 56.25%;
}
/* This shifts close button outside of the container */
#popup-video1 .mfp-close {
    top: -44px;
    color: #FFF;
    text-align: right;
    right: 1px;
}
#popup-video2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This is scale ratio */
    padding-top: 56.25%;
}
/* This shifts close button outside of the container */
#popup-video2 .mfp-close {
    top: -44px;
    color: #FFF;
    text-align: right;
    right: 1px;
}
#popup-video3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This is scale ratio */
    padding-top: 56.25%;
}
/* This shifts close button outside of the container */
#popup-video3 .mfp-close {
    top: -44px;
    color: #FFF;
    text-align: right;
    right: 1px;
}
/* This is an element itself */
.popup {
    background: #EBE8E8;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
/****************************************

            FOOTER

****************************************/
footer{
    background-color: #0a4e60;
    padding: 3em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

footer .coluna-4{
    flex-basis: 33%;
    display: inline-flex;
    justify-content: center;
}

footer .parceiros{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .parceiros .logo{
    padding: .75em;
}

footer nav ul {
    list-style: none;
    width: 100%;
    text-align: center;
}

footer nav ul li{
    padding: .75em 0;
}

footer nav ul li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    span.br{
        display: none;
    }

    header .topo {
        flex-flow: column wrap;
    }

    .brand {
        flex-basis: 100%;
    }

    .busca {
        flex-basis: 100%;
    }

    .navegue {
        display: none;
    }

    header #nav-categorias ul {
        display: flex;
        flex-flow: column wrap;
    }

    header #nav-categorias ul li {
        width: 100%;
        padding: .5em 0;
    }

    #sobre .content , .content-area .content {
        padding: 2em;
    }

    #videos .content{
        flex-direction: column;
        width: auto;
    }

    #videos h2{
        font-size: 3rem;
        text-align: center;
    }

    #sobre .coluna-6 , #videos .coluna-6 {
        flex-basis: 100%;
    }

    .parceiro-card {
        flex-flow: column wrap;
    }

    .meta {
        width: 50%;
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 2em;
    }

    .descricao {
        display: flex;
        flex-flow: column wrap;
        text-align: center;
    }

    .parceiro-card h2 {
        order: -1;
    }

    footer {
        flex-flow: column wrap;
    }
}

/* Novo Sustentabilidade */
#sustentavel .coluna-6 {
    flex-basis: 47%;

}
#sustentavel .coluna p {
    line-height: 1.7;

}
#sustentavel .flex {
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
#sustentavel .img-coluna-6 {
    flex-basis: 50%;
}
#sustentavel .section {
    padding: 0;
}
.help-block{
    font-size: 0.8rem;
    margin-top: -10px;
}
#sobre input {

    width: 100%;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
}

#sobre select {

    width: 100%;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
}

div .form-group {

    margin-top: 10px;
}

.form-group button {
    border-radius: 20px;
    padding: .75em 1em;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    background-color: #00cc00;
    color: #fff;
    cursor: pointer;
}            

@media only screen and (max-width: 768px){
    #sustentavel .coluna-6, #sustentavel .img-coluna-6 {
        flex-basis: 100%;
    }
    #sustentavel .coluna-6 {

        order: 2;
    }
    #sustentavel .coluna p {

        order: 1;
    }
}