body {
    background-color: #F4F6FA;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins;
}

body._dark:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 21
}

.site-wrap {
    background-color: #F4F6FA;
    width: 100%;
}

.div-logo {
    padding-left: 50px;
}

.imagem-capa {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: center center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #eaeadd;
    height: 365px;
}

.imagem-capa.overlay {
    position: relative;
}

.imagem-capa.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.imagem-capa .player {
    position: absolute;
    bottom: -250px;
    width: 100%;
}

.imagem-capa,
.imagem-capa>.container>.row {
    min-height: 365px;
}

.imagem-capa.inner-page-cover,
.imagem-capa.inner-page-cover>.container>.row {
    min-height: 400px;
    height: calc(20vh);
}

.imagem-capa h1 {
    font-size: 30px;
    font-weight: 400;
    color: #14142b;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .imagem-capa h1 {
        font-size: 2rem;
    }
}

.imagem-capa p {
    color: #14142b;
    font-weight: 300;
    font-size: 20px;
}

.imagem-capa .desc {
    font-size: 1.4rem;
    font-weight: 300;
}

.imagem-capa .desc a {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: dotted 1px #fff;
}

.imagem-capa .desc a:hover {
    color: #fff;
}

.imagem-capa .intro-text {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .imagem-capa .display-1 {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .div-logo {
        padding-left: 30px;
    }
    .btn-scroll {
        display: none;
    }
}

h1 {
    color: #14142B;
    font-size: 30px;
    font-weight: 700;
}

h2 {
    color: #14142B;
    font-size: 22px;
    font-weight: 700;
}

h3 {
    color: #14142b;
    font-size: 18px;
    font-weight: 700;
}

p {
    color: #14142b;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.div-header {
    top: 120px;
    padding: 50px;
    background-color: #FFF;
    border-radius: 37px;
    color: #14142B;
    max-width: 600px;
}

.div-header .form-control {
    height: 58px;
    margin-top: 30px;
}

.div-header .btn-lg {
    line-height: 2.5;
}

.section-title {
    color: #14142b;
    font-size: 30px;
    font-weight: 700;
}

.subtitulo {
    color: #ff9100;
    font-size: 19px;
    font-weight: 700;
}

.texto {
    color: #14142b;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.descricao {
    padding: 40px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 32px;
}

.mapa {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 32px;
}

#info-localizacao {
    padding: 40px;
    width: 100%;
    min-height: 250px;
    background-color: #ffffff;
    border-radius: 32px;
}

#info-localizacao ul {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding-left: 0px;
}

#info-localizacao ul li {
    margin-bottom: 30px;
    padding-left: 50px;
}

#info-localizacao ul.horarios li {
    margin-bottom: 10px;
    padding-left: 50px;
}

#info-localizacao ul li.localizacao {
    background: url("/images/ico_localizacao.png") no-repeat left 7px;
}

#info-localizacao ul.horarios li:first-child {
    background: url("/images/ico_horario_funcionamento.png") no-repeat left 7px;
}

#info-localizacao ul li.horario-funcionamento {
    display: block;
}


/* FEIRINHAS POPULARES */


/* FEIRINHAS POPULARES */

.feirinhas-populares {
    padding-left: 70px;
    margin-left: auto;
    margin-right: auto;
}

.feirinhas-populares .ver-todos {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    color: #FF9100!important;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 70px
}

.feirinhas-populares .ver-todos:hover {
    text-decoration: underline;
}

.feirinhas-populares .ver-todos:after {
    content: " ";
    /* background: url(../img/icones.svg) -258px 0 no-repeat; */
    width: 8px;
    color: #FF9100;
    height: 13px;
    position: absolute;
    margin-left: 8px;
    margin-top: 6px
}


/* COMPONENTE SWIPE */

.swiper-container {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 15px;
}

.swiper-wrapper {
    background-color: #FFFFFF;
}


/* BOX FEIRINHA */

.box-feirinha {
    float: left;
    width: 32.4%;
    border-radius: 32px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(239, 239, 239, .25);
}

.box-feirinha a,
.box-feirinha a:hover {
    text-decoration: none
}

.box-feirinha+.box-feirinha {
    margin-left: 16px
}

.box-feirinha img {
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
    border-radius: 32px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 190px;
    min-height: 190px;
    height: 100%;
    margin-bottom: 10px
}

.box-feirinha-body {
    margin: 14px;
}

.botao-avaliacao,
.botao-feira,
.botao-novo,
.botao-categoria,
.botao-compartilhar,
.botao-favoritar {
    font-family: Poppins;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
}

.botao-avaliacao {
    padding: 10px;
    margin-left: 5px;
    width: auto;
    height: 32px;
    background-color: #FFEBA6;
    border-radius: 39px;
    color: #FFC700;
}

.botao-feira {
    padding: 10px;
    margin-left: 5px;
    width: auto;
    height: 32px;
    background-color: #FDEFFF;
    border-radius: 39px;
    color: #BB7CC3;
}

.botao-categoria {
    padding: 10px;
    margin-left: 5px;
    width: auto;
    height: 32px;
    background-color: #EFF1FF;
    border-radius: 39px;
    color: #8393FF;
}

.botao-novo {
    padding: 8px;
    margin-left: 5px;
    width: auto;
    height: 32px;
    background-color: #E9F0FF;
    border-radius: 39px;
    color: #3A7DFD;
}

.botoes-left {
    display: inline;
    white-space: nowrap;
}

.botoes-right {
    display: inline;
    float: right;
}

.botao-compartilhar,
.botao-favoritar {
    padding: 10px;
    margin-left: 5px;
    width: auto;
    height: 32px;
    background-color: #FFEBD1;
    border-radius: 39px;
    color: #FF9100;
}

.box-feirinha h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #14142B;
}

.box-feirinha p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #4E4B66;
}

.reset {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.figure {
    margin: 0 !important;
}

#botoes-form-etapa-1 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#btnContinuarEtapa1 {
    width: 100%;
}

#botoes-form-etapa-2 {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

#btnContinuarEtapa2 {
    width: 100%;
}

#btnVoltarEtapa2 {
    width: 100%;
    margin-top: 20px;
    background-color: #FFF;
    color: #FF9100;
}

.iframe-mapa-feirinha {
    width: 100%;
    height: 100%;
    border-radius: 32px;
}

@media (min-width: 1200px) {
    .site-wrap {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .container-header {
        max-width: 100%;
    }
}

.txt-direitos-reservados {
    font-size: 20px !important;
    text-align: center;
}

.Form ._modal-form-success {
    display: none;
    position: fixed;
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
    border-radius: 0;
    text-align: center;
    z-index: 99999;
    transition: 200ms;
}

.Form ._modal-form-success .text {
    width: 100%;
    left: 0;
}

.Form ._modal-form-success .modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.Form ._modal-form-success .modal-close:before {
    transform: rotate(45deg);
}

.Form ._modal-form-success .modal-close:after {
    transform: rotate(-45deg);
}

.Form ._modal-form-success .modal-close:before,
.Form ._modal-form-success .modal-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    display: block;
    height: 20px;
    width: 1px;
    background-color: #333;
    opacity: 0.5;
}

.Form ._modal-form-success .modal-close:hover:before,
.Form ._modal-form-success .modal-close:hover:after {
    opacity: 1;
}

.Form .form-item {
    margin-bottom: 50px;
}

.Form .form-item label {
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
    color: #a2acb4;
    font-size: 12px;
    font-weight: 700;
    transform: translate(0, 16px) scale(1);
    transition: all .1s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.Form .form-item input:focus+label {
    color: #008cff;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.Form .form-item._small {
    margin-bottom: 45px;
}

.Form .form-item._button {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.Form .form-item ._checkboxes label {
    display: block;
    position: relative;
    bottom: auto;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    z-index: 1;
    transform: none;
}

.Form .form-item input {
    padding: 0;
    color: #a2acb4;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #bdc4c9;
}

.Form .form-item input:focus {
    border-bottom: 1px solid #008cff;
    box-shadow: none;
}

.Form .form-item input::placeholder {
    color: #a2acb4;
    font-size: 20px;
    font-weight: 500;
}

.Form .form-item .Button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #008cff;
    transition: 300ms;
}

.Form .form-item .Button:hover {
    color: #008cff;
    background-color: transparent;
    border: 1px solid #008cff;
}

.error {
    color: red;
    font-weight: bold;
}

.cadastro-etapa-1 {
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    background-color: #fff;
    z-index: 30;
    overflow: hidden;
    transition: 800ms;
}

.cadastro-etapa-2 {
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    background-color: #fff;
    z-index: 30;
    overflow: hidden;
    transition: 800ms;
}

.Formulario {
    position: fixed;
    padding: 20px 40px 40px;
    right: -100%;
    width: 0;
    max-width: 400px;
    height: 100vh;
    background-color: #fff;
    z-index: 30;
    overflow: hidden;
    transition: 800ms;
}

.Formulario._success {
    display: block;
}

.Formulario .close {
    position: relative;
    color: #a2acb4;
    font-size: 60px;
    line-height: 33px;
    text-decoration: none;
    z-index: 20;
}

.Formulario h2 {
    margin-top: 26px;
    font-size: 19.5px;
}

.Formulario p {
    color: #a2acb4;
    font-size: 18px;
}

.Formulario .before_send {
    height: 100%;
}

.Formulario .after_send {
    display: none;
}

.Formulario .after_send .emoji {
    margin: 90px auto 32px;
}

.Formulario .after_send b {
    color: #a2acb4;
    font-size: 20px;
}

.Formulario .after_send .buttons .Button {
    position: relative;
    margin-right: 10px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    color: #a2acb4;
    border: 1px solid #dee1e4;
    transition: 300ms;
}

.Formulario .after_send .buttons .Button img {
    position: absolute;
    top: 20px;
}

.Formulario .after_send .buttons .Button:last-child {
    margin-right: 0;
}

.Formulario .after_send .buttons .Button:hover {
    border: 1px solid #c7c7c7;
}

@media (max-width: 768px) {
    body {
        width: 100%;
    }
    .site-wrap {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .Formulario {
        padding: 30px 30px 20px;
        max-width: 100%;
        overflow: scroll;
    }
    .Formulario h2 {
        font-size: 28px;
    }
    .Formulario p {
        font-size: 18px;
    }
    .Form .form-item {
        margin-bottom: 42px;
    }
    .Form .form-item._small {
        margin-bottom: 20px;
    }
    .Form .form-item._button {
        position: relative;
    }
    .Form .form-item:nth-child(5) {
        margin-bottom: 22px;
    }
    .section-title {
        font-size: 22px;
        text-align: center;
    }
    .texto {
        color: #14142b;
        font-size: .875rem;
        line-height: 1.7;
        font-weight: 300;
        text-align: justify;
    }
    .txt-direitos-reservados {
        font-size: 14px !important;
    }
    .site-navbar {
        max-width: 100%;
    }
    .sticky-wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    body {
        width: 100%;
    }
    .site-wrap {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .Formulario {
        padding: 30px 30px 20px;
        max-width: 100%;
        overflow: scroll;
    }
    .Formulario h2 {
        font-size: 19.5px;
    }
    .Formulario p {
        font-size: 16px;
    }
    .Formulario .after_send .emoji {
        margin: 30px auto;
    }
    .Formulario .after_send p {
        margin-bottom: 15px;
    }
    .Formulario .after_send .buttons .Button {
        margin-bottom: 10px;
        width: 100%;
    }
    .img-saiba-mais {
        padding-top: 40px;
    }
    .section-title {
        font-size: 22px;
        text-align: center;
    }
    .texto {
        color: #14142b;
        font-size: .875rem;
        line-height: 1.7;
        font-weight: 300;
        text-align: justify;
    }
    .sua-feirinha-clique img {
        padding-top: 20px;
        padding-left: 40px;
    }
    .txt-direitos-reservados {
        font-size: 12px !important;
    }
    .header-titulo {
        max-width: 100%;
    }
    .post-meta {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%
    }
    .site-navbar {
        max-width: 100%;
    }
    .sticky-wrapper {
        width: 100%;
    }
    .div-header {
        padding: 30px;
    }
    .site-blocks-cover h1 {
        font-size: 1.7rem;
    }
    .Formulario .before_send {
        height: auto;
    }
    .cadastro-etapa-1 {
        height: 100vh;
    }
    .cadastro-etapa-2 {
        height: 100vh;
    }
    .cadastro-sucesso {
        height: 100vh;
    }
    .div-logo {
        padding-left: 30px;
    }
    .voce-nao-precisa {
        text-align: center;
    }
    .botoes-left {
        height: 53px;
        padding-top: 5px;
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .botoes-right {
        float: none;
        display: block;
        text-align: center;
        padding-top: 5px;
        height: 43px;
    }
    #info-localizacao {
        padding: 20px;
        height: auto;
        font-size: 10px;
    }
    .horario-funcionamento {
        border-bottom: 1px solid #dcdcdc;
    }
    ul.horarios li {
        min-height: 35px;
    }
    .imagem-capa {
        height: auto;
    }
    .imagem-capa,
    .imagem-capa>.container>.row {
        min-height: auto;
    }
}