:root {
    --bg-color: #eae9e6;
    --amarelo: #f1c222;
    --preto: #282828;
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("../fonts/montserrat-extrabold.ttf") format("truetype");
}

html, body { width: 100%; height: 100%; }

body { color: var(--preto); background-color: var(--bg-color); font-family: Montserrat-Regular; }

.font-Montserrat-Regular {
    font-family: Montserrat-Regular;
}

.font-Montserrat-Medium {
    font-family: Montserrat-Medium;
}

.font-Montserrat-Bold {
    font-family: Montserrat-Bold;
}

.font-Montserrat-ExtraBold {
    font-family: Montserrat-ExtraBold;
}



/* --------------------------------- Página index -------------------------------- */

.area-assinante { border-radius: 12px; }

.fundo-amarelo {
    background-color: var(--amarelo);
    color: var(--preto);
}

.fundo-preto {
    background-color: var(--preto);
    color: var(--amarelo);
}

.logo { width: 390px; }

#area-pesquisar-index {
    background-color: transparent;
    border: solid 1px var(--preto);
    border-radius: 20px;
    width: 100%;
    height: 42px;
}

.area-pesquisar {
    background-color: transparent;
    border: solid 1px var(--preto);
    border-radius: 20px;
    width: 100%;
    height: 40px;
}


.iconePesquisar {
    float: left;
    width: 10%;
    height: 100%;
    background: var(--amarelo);
    border-right: solid 1px var(--preto);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.campoPesquisa {
    /* background-color: transparent; */
    padding: 5px 15px;
    border: none;
    height: 100%;
    width: 80%;
}

input[type=text]:focus { border: none; }

.btnPesquisa {
    float: right;
    width: 10%;
    height: 100%;
    background: var(--amarelo);
    cursor: pointer;
    border-left: solid 1px var(--preto);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.footer-container {
    border-left: solid 1px var(--preto);
    border-image: linear-gradient(to bottom, #000 72%, rgba(40,40,40,0) 72%);
    border-image-slice: 1;
    color: var(--preto);
}

/* --------------------------------- Header -------------------------------- */

#area-menu { width: 100%; }

#logo { width: 70%; height: 80%; }

.largura-total { width: 100%; }

.circle { border-radius: 100%; }


/* --------------------------------- Página Contéudos -------------------------------- */

.container-conteudo {
    width: 65% !important;
    height:auto !important;
    float: left;
}

.sidebar {

    margin-right: 0 !important;
    margin-left: 1.5rem !important;
    width: 96% !important;
    height: 265px !important;
}

.sidebar-esquerda {
    float: left;
    max-width: 50%;
    margin: 0;
    border-radius: 0.25rem !important;
}

.sidebar-direita {
    float: right;
    max-width: 50%;
    margin: 0;
    border-radius: 0.25rem !important;
}

.titulo-sidebar {
    border-bottom: solid 1px var(--preto);
    border-image: linear-gradient(to bottom, #000 72%, rgba(40,40,40,0) 72%);
    border-image-slice: 1;
    color: var(--preto);
}

.footer-carrousel {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1.5rem !important;
    list-style: none;
    width: 90% !important;
}

.button-carrousel {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    margin-right: 0.25rem !important;
}

.button-carrousel:active {
    background-color: var(--preto);
}

#content-aside {
    float: right;
}

.alinhar-esquerda {
    float: left;
    /*max-width: 50%;*/
    margin: 0;
}

.alinhar-direita {
    float: right;
    /*max-width: 50%;*/
    margin: 0;
}

/* --------------------------------- Página  -------------------------------- */

.estrelas input[type=radio] {
    display: none;
}

i.fa {
    color: var(--preto);
}

.estrelas label i.fa:before {
    content:'\f005';
    color: var(--preto);
}
.estrelas input[type=radio]:checked ~ label i.fa:before {
    color: var(--bg-color);
}


.estrelas span i.fa:before {
    content:'\f005';
    color: var(--bg-color);
}

.estrelas span i.fa:before {
    color: var(--preto);
}

.destaques-cards {
    display: block;
    transition: none;

    position: relative;
    /* display: none; */
    float: left;
    width: 100%;
    margin-right: -100%;
    /* -webkit-backface-visibility: hidden; */
    backface-visibility: hidden;
    /* transition: transform 0.6s ease-in-out; */
}
#agricultura {
    display: block;
}
#servicos-c {
    display: none;
}
#servicos-t {
    display: none;
}
#gastronomia {
    display: none;
}
#cidade-por-regiao {
    display: none;
}
#mais-avaliados {
    display: none;
}
#todas-barracas {
    display: none;
}

/* #fieldset-3 input[type="file"] {
    display: none;
} */

#labelImagens {
    padding: 20px 10px;
    width: 90px;
    height: 90px;
    background-color: rgb(92, 92, 92);
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}


/* --------------------------------- Página  -------------------------------- */
