/*------------------------------------------------ 
    Media Queries
------------------------------------------------*/
    @media (min-width: 1200px) {
        .container {
            width: 1200px;
        }

        main#cadastro-usuario .container, main#cadastro-empresa .container {
            max-width: 825px !important;
        }

        main#home .top-div{
            height: 37%;
            min-height: 260px;
        }
    
        main#home .middle-div {
            height: 45%;
            min-height: 316px;
        }
    
        main#home .footer-div {
            height: 18%;
            min-height: 125px;
        }

        main#home2 .top-div{
            height: 94%;
            min-height: 550px;
        }
    
        main#home2 .footer-div {
            height: 22%;
            min-height: 145px;
        }
    }

    @media (max-width: 414px) {
        section#index .img-buscador {
            height: 140px !important;
            width: 317px !important;
        }

        section#home .img-home {
            height: 140px !important;
            width: 317px !important;
        }

        section#home2 .img-home {
            height: 140px !important;
            width: 317px !important;
        }
    }

    @media (min-width: 768px) {
        .dropdown-web {
            margin-top: 0 !important;
            padding: 0 !important;
            border-bottom: none !important;
        }

        .drop-mobile {
            display: none !important;
        }

        .adap-col {
            max-width: 22% !important;
        }

        .search-mob {
            display: none;
        }

        #form-cid .col-md-6:first-child {
            margin-right: 5% !important;
        }

        .visualizar .col-md-6:last-child{
            padding-top: 187px !important;
        }

        #form-cid .col-md-6 {
            max-width: 47.5% !important;
        }

        .termos-web {
            display: block;
        }

        .termos-mobile {
            display: none;
        }

        .col-principal {
            padding-top: 100px;
        }
        
        main#home .img-home {
            margin-bottom: 10px !important;
        }

        main#home2 .img-home {
            margin-bottom: 5px !important;
        }

        main#index .img-buscador {
            margin-bottom: 30px !important;
        }

        .banner-mobile {
            display: none !important;
        }

        .banner-web {
            display: block !important;
        }

        .user-web {
            display: block !important;
        }

        .user-mobile {
            display: none !important;
        }

        .swal-text {
            width: 295px;
            margin-bottom: 20px;
        }

        .modalCadastro {
            height: 300px;
            max-width: 395px !important;
        }

        .navbar-expand-md {
            padding: 0 !important;
        }

        .div-mt {
            margin-top: 49px !important;
        }

        main#home .footer .footer-logo .footer-home {
            margin: 0px auto !important;
        }

        main#home .footer .footer-logo .footer-icons {
            margin: 0px auto !important;
            float: none !important;
            text-align: center;
        }

        main#home .footer .footer-info {
            padding-bottom: 0px !important;
        }

        main#home .middle .info {
            padding-bottom: 15px !important;
        }

        main#home .middle .info p {
            margin: 2px !important;
        }

        main#home2 .footer .footer-logo .footer-home {
            margin: 0px auto !important;
        }

        main#home2 .footer .footer-logo .footer-icons {
            margin: 0px auto !important;
            float: none !important;
            text-align: center;
        }

        main#home2 .footer .footer-info {
            padding-bottom: 0px !important;
        }
    }

    @media (max-width: 768px) {
        .navbar-brand.abs p{
            margin-bottom: 0 !important;
        }

        .img-logo {
            margin-top: 0 !important;
        }

        .m-toggle, .s-toggle {
            display: none !important;
        }
        
        #identificacao-cidade {
            display: none !important;
        }

        #search .col-md-3 {
            margin-top: 10px;
        }

        .box-anuncio {
            margin: 0 auto;
        }

        h1 {
            font-size: 23px;
        }

        main#home {
            margin-top: 15% !important;
        }

        main#home .img-home {
            max-width: 230px !important;
        }

        main#home2 {
            margin-top: 15% !important;
        }

        main#home2 .img-home {
            max-width: 230px !important;
        }

        main#index {
            margin-top: 25% !important;
        }

        main#home2 .footer .footer-info {
            padding: 35px 0px !important;
        }

        main#index .img-buscador {
            max-width: 230px !important;
            height: 190px !important;
            margin-bottom: 13px !important;
        }

        .banner-mobile {
            display: block !important;
        }

        .banner-web {
            display: none !important;
        }

        .img-anuncio, .img-exposicao-cashback {
            max-width: 100% !important;
            font-size: 14px;
        }

        .subdiv-turbinado {
            max-width: 100% !important;
        }

        .subdiv-turbinado-oferta {
            max-width: 100% !important;
        }

        .subdiv-exposicao-cashback {
            max-width: 100% !important;
        }

        .estab-anuncio {
            font-size: 18px !important;
        }

        .estab-exposicao-cashback {
            font-size: 18px !important;
        }

        .titulo-anuncio, .titulo-anuncio-convite {
            font-size: 20px !important;
        }

        .telefone-anuncio {
            font-size: 18px !important;
        }
        
        .endereco-anuncio {
            font-size: 18px !important;
            line-height: 20px !important;
            margin-bottom: 10px !important;
        }

        .validade-anuncio {
            font-size: 16px !important;
        }

        .validade-anuncio-simples, .validade-exposicao-cashback {
            font-size: 16px !important;
        }

        .user-web {
            display: none !important;
        }

        .user-mobile {
            display: block !important;
        }

        .termos-web {
            display: none;
        }

        .termos-mobile {
            display: block;
        }

        .dropdown-web {
            display: none !important;
        }
        .navbar-header {
            max-width: 135px;
        }

        .user-mobile .img-icon {
            margin-top: 7px;
        }

        .col-principal {
            padding-top: 105px;
        }

        main#home .footer .footer-logo .footer-home {
            margin: 0px auto !important;
        }

        main#home .footer .footer-logo .footer-icons {
            margin: 0px auto !important;
            float: none !important;
            text-align: center;
        }

        main#home .footer .footer-info {
            padding-bottom: 0px !important;
        }

        main#home .footer .footer-logo {
            padding-top: 0px !important;
        }

        main#home .middle .info {
            padding-bottom: 15px !important;
        }

        main#home .middle .info p {
            margin: 2px !important;
        }

        main#home .top {
            height: 37%;
            min-height: 260px;
        }
    
        main#home .middle {
            height: 45%;
            min-height: 316px;
        }
    
        main#home .footer {
            height: 18%;
            min-height: 125px;
        }

        main#home2 .footer .footer-logo .footer-home {
            margin: 30px 20px 30px auto !important;
        }

        main#home2 .footer .footer-logo .footer-icons {
            margin: 0px auto !important;
            float: none !important;
            text-align: center;
        }

        main#home2 .footer .footer-info {
            padding-bottom: 0px !important;
            padding-left: 20px !important;
        }

        main#home2 .footer .footer-logo {
            padding-top: 0px !important;
        }

        main#home2 .top {
            height: 94%;
            min-height: 660px;
        }
    
        main#home2 .footer {
            height: 18%;
            min-height: 125px;
        }

        .div-upload-produto .img-div-no {
            height: auto;
        }

        .div-upload-produto .img-div {
            width: 100%!important;
            height: auto!important;
        }

        .div-upload-produto {
            width: auto!important;
            height: auto!important;
        }

        
    }

    .div-btn-tabs, .div-btn-sub-tabs {
        overflow: auto; 
        white-space: nowrap;
        overflow-y: hidden;
        margin-bottom: 0px !important;
        background-color: #ffffff;
        z-index:1000;
    }
/*------------------------------------------------ 
    Header
------------------------------------------------*/ 
    .hidden {
        display: none;
    }

    .bg-white {
        border-bottom: 1px solid #d9d9d9;
    }

    .navbar-expand-md {
        min-height: 67px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-dark .navbar-toggler-icon {
        margin-top: 7px !important;
    }

    /* dropdown do menu */
    .dropdown-menu img {
        vertical-align: bottom !important;
    }

    .dropdown-m {
        left: unset !important;
        right: 20px !important;
        background: #fff !important;
        border: 1px solid #e1e1e0 !important;
        border-radius: 10px !important;
    }

    .dropdown-s-mob {
        background: #ffffff !important;
        border: #ffffff;
        padding: 5px;
        border-radius: 0;
        margin-top: -2px;
        border-bottom: 1px solid #d9d9d9;
    }

    .dropdown-m a, .drop-mobile a{
        color: #4d4d4d !important;
    }

    .dropdown-m a:active {
        background: #4d4d4d;
        color: #ffffff;
    }
    
    /* dropdown do search */
    .dropdown-s {
        width: 100%;
    }

    .lupa-icon {
        font-size: 1.25rem;
    }

    .lupa, .menu-icon, .user-icon {
        color: #4d4d4d !important;
    }

    #navbarDropdownMenuLink, .a-icon {
        font-size: 1.25rem;
    }

    .dropdown-toggle img, .img-icon {
        width: 1.5em !important;
    }
  
    .dropdown-toggle::after {
        border-top: unset !important;
    }
    
    #identificacao-cidade .i-cidade {
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 0 !important;
        font-weight: bold;
    }

    #identificacao-cidade .t-cidade {
        font-size: 12px;
        margin-bottom: 0 !important;
    }

    #identificacao-cidade .t-cidade a {
        color: #4d4d4d;
    }

    .navbar-nav {
        list-style: none !important;
    }

    .img-logo {
        max-width: 135px;
    }

    .div-a-icon {
        margin-top: 8px;
        margin-right: 20px;
    }

    .search-mob {
        width: 60px;
        height: 45px;
    }

    .modalCadastro {
        max-width: 350px;
        border-radius: 0;
        background: #136cb7;
        padding: 10px;
    }

    .modalCadastro .swal-text {
        color: #fff;
        text-align: center;
        height: 125px;
        font-size: 22px;
    }

    .modalCadastro .swal-footer {
        text-align: center;
    }

    .modalCadastro .swal-button {
        padding: 5px 24px;
        background: #fff;
        color: #136cb7;
        font-weight: 700;
    }

    #options-form {
        background: #fff;
        max-width: 410px;
        margin: 0;
        margin-top: 20px;
    }

    input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -3px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -3px;
        left: -1px;
        position: relative;
        background-color: #94c73c;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    .form-menu {
        background: #fff;
        max-width: 410px;
        padding: 20px 20px 0 20px;
    }

    .form-menu-all .col-form-label{
        font-size: 13px;
        font-weight: 500;
    }

    .show-form {
        width: 400px;
        padding: 5px;
    }

    .label_form {
        font-size: 14px;
        vertical-align: top;
        margin-left: 2px;
        margin-right: 30px;
    }
    
/*------------------------------------------------ 
    Breadcrumb
------------------------------------------------*/
    #breadcrumb {
        margin-top: 20px;
    }

    #breadcrumb p {
        font-size: 11px;
        font-weight: bold;
    }

    #breadcrumb label {
        background: #dcf2fc;
        padding: 4px 5px;
        border-radius: 2px;
        margin-left: 8px;
    }

    #breadcrumb label a {
        margin-left: 7px;
        color: #000;
    }


/*------------------------------------------------ 
    Search
------------------------------------------------*/
    #search {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    #search select {
        font-size: 15px;
        height: 36px !important;
    }

    #search label {
        color: #94c73c;
        font-weight: 600;
    }

    #filtraMobile, #filtraWeb {
        background: unset;
        border: unset;
        float: right;
    }

    #filtraMobile .lupa, #filtraWeb .lupa {
        font-size: 30px;
    }

    #filtraWeb {
        max-width: 53px;
    }

    #filtraWeb img {
        width: 100%;
    }

/*------------------------------------------------ 
    Index
------------------------------------------------*/
    main#index {
        padding-top: 20px;
        padding-bottom: 50px;
        margin-top: 10%;
        padding-left: 25px;
        padding-right: 25px;
    }

    main#index .img-buscador {
        max-width: 250px;
        height: 185px;
        margin: 0 auto;
    }

    main#index .img-buscador img {
        width: 100%;
    }

    main#index .buscador {
        max-width: 350px;
        margin: 0 auto;
    }

    main#index #seleciona-categoria {
        margin-top: 15px;
    }

    main#index #seleciona-cidade {
        margin-top: 15px;
    }

    main#index #seleciona-cidade option::selection {
        background: #94c73c;
        color: #ffffff;
    }

/*------------------------------------------------ 
    Home
------------------------------------------------*/
    main#home {
        margin-top: 67px;
        padding-left: 0px;
        padding-right: 0px;
        height: 100%;
    }

    main#home .img-home {
        max-width: 200px;
        margin: 0 auto;
        padding-top: 4%;
    }

    main#home .img-home img {
        width: 100%;
    }

    main#home .footer-home {
        max-width: 155px;
        margin: 0 0 0 auto;
    }

    main#home .footer-home img {
        width: 100%;
    }

    main#home .footer-icons {
        max-width: 155px;
        margin: 0 0 0 auto;
        float: right;
        padding-right: 15px;
    }

    main#home .footer-icons img {
        width: 20px;
    }

    main#home .top-div{
        padding: 0;
    }

    main#home .middle-div {
        padding: 0;
    }

    main#home .footer-div {
        padding: 0;
    }

    main#home .top {
        background-color: #ffffff;
        max-width: 100%;
        margin: 0 auto;
        flex:1;
        height: 100%;
    }

    main#home .middle {
        width: 100%;
        margin: 0 auto;
        background-color: #fafbfb;
        flex:1;
        padding: 10px 0px;
        text-align: center;
        height: 100%;
    }

    main#home .footer {
        background-color: #60c332;
        width: 100%;
        color: white;
        text-align: left;
        flex:1;
        height: 100%;
    }

    main#home .top .buttons{
        padding-top: 2px; 
        max-width: 350px; 
        margin: 0 auto;
    }

    main#home .middle .container-info {
        margin: 2em 0px 2em 0px;
    }

    main#home .footer .footer-info {
        padding: 15px 0px;
    }

    main#home .footer .footer-logo {
        padding: 15px 0px;
    }

    main#home .footer .footer-info p {
        margin-bottom: 0px;
    }

    main#home .footer .info {
        margin: 0px;
    }

    main#home .btn-home-white {
        width: 50%;
        border-radius: 5px;
        border: none;
        padding: 3px 25px;
        font-size: 15px;
        font-weight: bold;
        background: #ffffff;
        border: 1px solid #D8D8D8;
        color: #333333;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline:none;
    }

    main#home .btn-home-green {
        width: 35%;
        border-radius: 5px;
        border: none;
        padding: 8px;
        font-size: 15px;
        font-weight: bold;
        background: #ffffff;
        border: 1px solid #60c332;
        color: #60c332;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline:none;
    }

    main#home .btn-home-orange {
        width: 35%;
        border-radius: 5px;
        border: none;
        padding: 8px;
        font-size: 15px;
        font-weight: bold;
        background: #ffffff;
        border: 1px solid #f35829;
        color: #f35829;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline:none;
    }

    main#home .btn-home-purple {
        width: 35%;
        border-radius: 5px;
        border: none;
        padding: 8px;
        font-size: 15px;
        font-weight: bold;
        background: #ffffff;
        border: 1px solid #5959b2;
        color: #5959b2;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline:none;
    }

    main#home2 {
          margin-top: 67px;
          padding-left: 0px;
          padding-right: 0px;
          height: 100%;
    }
  
    main#home2 .img-home {
        max-width: 230px;
        margin: 0 auto;
        padding-top: 7%;
    }
  
    main#home2 .img-home img {
        width: 100%;
    }

    main#home2 .footer-home {
        max-width: 155px;
        margin: 0 0 0 auto;
    }

    main#home2 .footer-home img {
        width: 100%;
    }

    main#home2 .footer-icons {
        max-width: 155px;
        margin: 0 0 0 auto;
        float: right;
        padding-right: 15px;
    }

    main#home2 .footer-icons img {
        width: 20px;
    }

    main#home2 .top-div{
        padding: 0;
    }

    main#home2 .footer-div {
        padding: 0;
    }

    main#home2 .top {
        background-color: #ffffff;
        max-width: 100%;
        margin: 0 auto;
        flex:1;
        height: 100%;
    }

    main#home2 .footer {
        background-color: #6fc400;
        width: 100%;
        color: white;
        text-align: left;
        flex:1;
        height: 100%;
    }

    main#home2 .top .buttons{
        padding-top: 18px; 
        max-width: 350px; 
        margin: 0 auto;
    }

    main#home2 .top .raw-text{
        padding-top: 18px; 
        text-align: center;
        font-size: 18px;
    }
  
    main#home2 .footer .footer-info {
        padding: 0px 0px 15px 0px;
    }

    main#home2 .footer .footer-logo {
        padding: 50px 0px 15px 0px;
    }

    main#home2 .footer .footer-info p {
        margin-bottom: 0px;
    }

    main#home2 .footer .info {
        margin: 0px;
    }

    main#home2 .btn-home-white {
        width: 50%;
        border-radius: 8px;
        border: none;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: bold;
        background: #ffffff;
        border: 2px solid #D8D8D8;
        color: #333333;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline:none;
    }

    main#home2 .btn-home-green {
        width: 35%;
        border-radius: 5px;
        border: none;
        padding: 8px;
        font-size: 15px;
        font-weight: bold;
        background: #ffffff;
        border: 1px solid #60c332;
        color: #60c332;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline:none;
    }

    main#home2 .btn-home-orange {
        width: 35%;
        border-radius: 5px;
        border: none;
        padding: 8px;
        font-size: 15px;
        font-weight: bold;
        background: #ffffff;
        border: 1px solid #f35829;
        color: #f35829;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline:none;
    }

    main#home2 .btn-home-purple {
        width: 35%;
        border-radius: 5px;
        border: none;
        padding: 8px;
        font-size: 15px;
        font-weight: bold;
        background: #ffffff;
        border: 1px solid #5959b2;
        color: #5959b2;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline:none;
    }
    
/*------------------------------------------------ 
    Comum 
------------------------------------------------*/
    .center {
        text-align: center;
    }

    .buscador-cidade,
    .buscador-regiao,
    .buscador-bairro  {
        max-width: 200px;
        margin-top: 10px;
    }

    .categorias-div {
        margin-top: 30px;
    }

    #list-categorias li {
        background: #f2f2f2;
        padding: 8px;
    }

    #list-categorias .a-categoria {
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: none;
        color: #ff6600;
        font-weight: 600;
    }

    #list-categorias .a-subcategoria {
        display: block;
        color: #616161;
        font-size: 12px;
    }

    .select-hide {
        display: none;
    }

/*------------------------------------------------ 
    Cidade
------------------------------------------------*/
    main#cidade {
        padding-top: 100px;
        padding-bottom: 50px;
    }

/*------------------------------------------------ 
    Categoria
------------------------------------------------*/
    main#categoria {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    section#estabelecimentos {
        margin-top: 50px;
    }

    .endereco-box-anuncio {
        margin-bottom: 20px;
    }

    .div-anuncios .box-anuncio {
        padding: 12px 12px 0px 12px;
    }

    .icon-tel {
        max-width: 17px;
    }

    .div-anuncios-turbinados .img-anuncio {
        max-width: 326px;
        margin: 0 auto;
    }

    .div-anuncios .img-exposicao-cashback {
        max-width: 326px;
        margin: 0;
    }

    .div-anuncios .img-anuncio {
        max-width: 325px;
        margin-bottom: 0px;
        line-height: 0px;
    }

    .div-anuncios .img-exposicao-cashback {
        max-width: 325px;
        margin-bottom: 0px;
    }

    .img-anuncio img {
        width: 100%;
    }

    .img-exposicao-cashback img {
        width: 100%;
    }

    #ofertas-turbinadas .img-anuncio img, #anuncios-simples .img-anuncio img{
        max-height: 217.33px;
    }

    #estabelecimentos .img-anuncio img {
        min-height: 141px;
    }

    #exposicao-cashback .img-exposicao-cashback img {
        max-height: 141px;
    }

    .titulo-anuncio, .titulo-anuncio-convite, .preco-anuncio {
        font-weight: bold;
        font-size: 24px;
        text-align: center;
    }

    .titulo-anuncio, .titulo-anuncio-convite {
        line-height: 22px;
    }

    .preco-anuncio {
        line-height: 20px;
    }

    .preco-anuncio {
        margin-bottom: 14px !important;
    }

    .preco-anuncio {
        height: 38px;
    }

    .titulo-anuncio {
        color: black;
        height: 60px !important;
        margin-bottom: 14px !important;
    }

    .titulo-anuncio-convite {
        color: black;
        height: 30px !important;
        margin-bottom: 0px !important;
    }

    .preco-anuncio-orange {
        color: #ff6600;
    }

    .preco-anuncio-blue {
        color: #136cb7;
    }

    .descricao-anuncio {
        color: black;
        font-size: 16px;
        line-height: 18px;
        /* height: 90px; */
        text-align: center;
        margin-bottom: 14px;
    }

    .descricao-anuncio-convite {
        color: black;
        font-size: 16px;
        line-height: 18px;
        height: 10px;
        text-align: center;
        margin-bottom: 14px;
    }

    .descricao-exposicao-cashback {
        color: black;
        font-size: 16px;
        line-height: 18px;
        min-height: 50px;
        text-align: center;
        margin-bottom: 14px;
    }

    .cashback-anuncio {
        text-align: center;
        margin-bottom: 14px;
    }

    .descricao-cashback-anuncio {
        color: #666666;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .porcentagem-cashback-anuncio {
        color: #94c73c;
        font-size: 40px;
        font-weight: bold;
        margin: 0;
    }

    .endereco-anuncio {
        color: #616161;
        font-size: 16px;
        line-height: 18px;
        min-height: 45px;
        margin-bottom: 0 !important;
        text-align: center;
    }

    .telefone-anuncio {
        font-weight: bold;
        min-height: 42px;
        font-size: 13px;
        margin-bottom: 5px;
        text-align: center;
    }

    .validade-anuncio {
        font-size: 11px;
        text-align: center;
        margin-bottom: 14px;
    }

    .validade-anuncio-simples, .validade-exposicao-cashback {
        font-size: 11px;
        text-align: center;
        margin-bottom: 0px;
    }

    .estab-anuncio {
        color: red;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        min-height: 38px;
        text-align: center;
        margin-bottom: 14px !important;
        line-height: 19px;
    }

    .estab-anuncio-convite {
        color: red;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        min-height: 38px;
        text-align: center;
        margin-bottom: 0px !important;
        line-height: 19px;
    }

    .estab-exposicao-cashback {
        color: red;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin-top: 15px !important;
        line-height: 19px;
    }

    #ofertas-promocoes h3 {
        margin-bottom: 20px;
    }

    .div-anuncios-turbinados .box-anuncio {
        margin-bottom: 30px;
    }

    .subdiv-turbinado {
        padding: 14px 0px;
        max-width: 325px;
        margin: 0;
        border: 1px solid #e6e6e6;
        min-height: 230px;
    }

    .subdiv-turbinado-oferta {
        padding: 14px 48px;
        max-width: 325px;
        margin: 0;
        border: 1px solid #e6e6e6;
    }

    .subdiv-turbinado-oferta {
        min-height: 381px;
    }

    .titulo-box-anuncio {
        padding: 0px 48px;
    }

    .contato-box-anuncio-cashback {
        padding-bottom: 30px;
    }

    .titulo-box-anuncio-cashback {
        padding: 0px 0px;
        margin-bottom: 10px;
        min-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .subdiv-turbinado-footer {
        padding: 0px 15px;
        margin-top: 20px;
    }


    /* .see-adicionais-box-anuncio {
        min-height: 60px;
    } */

    .see-adicionais-box-anuncio-icone {
        text-align: center;
    }

    .see-adicionais-box-anuncio-produtos {
        display: none;
        padding: 0px 15px;
    }

    .subdiv-exposicao-cashback {
        padding: 14px 48px;
        max-width: 325px;
        margin: 0;
        border: 1px solid #e6e6e6;
    }

    .subdiv-exposicao-cashback {
        min-height: 293px;
    }

    .box-turbinado .p-bonus{
        font-size: 14px;
        text-align: center;
        color: #616161;
        margin-bottom: 0px;
    }

    .box-turbinado .p-valor {
        font-size: 13px;
        text-align: center;
        font-weight: 700;
        color: #4e789f;
        margin-bottom: 10px;
        min-height: 19px;
    }

    .btn-clique {
        border-radius: 7px;
        padding: 1px 60px 3px 60px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        text-align: center;
        margin-bottom: 10px;
    }

    .btn-red {
        background: red;
    }

    .btn-gray {
        background: gray;
    }

    .btn-green {
        background: #60c332;
    }

    .div-clique {
        max-width: 227px;
        margin: 0 auto; 
    }
    
/*------------------------------------------------ 
    Cadastrar Usuário e Cadastrar Empresa
------------------------------------------------*/
    .register-page {
        background-color: #f6f8f8;
    }

    main#atualiza-usuario {
        padding-bottom: 100px;
    }

    main#cadastro-usuario, main#cadastro-empresa {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #form-cid .form-group label, #form-emp .form-group label {
        font-size: 14px;
        color: #5b5b5a;
        margin-left: 10px;
        font-weight: 500;
    }

    #form-cid small {
        font-size: 14px;
        color: #5b5b5a;
        font-weight: 500;
    }

    #form-cid .form-group select, #form-emp .form-group select {
        font-size: 13px;
        font-weight: 500;
    }

    .titulo {
        font-size: 20px;
        color: #5b5b5a;
        margin-left: 10px;
        font-weight: 500;
        margin-bottom: 25px;
    }

    #file {
        display: none;
    }

    #imagem_nome {
        font-style: italic;
        text-align: center;
        margin-top: 5px;
        font-size: 15px;
        height: 22px;
    }

    #apelido, #genero {
        width: 50% !important;
    }

    .div-upload {
        max-width: 122px;
        margin: 32px auto 46px;
    }

    .div-upload-empresa {
        width: 350px;
        background-size: cover;
        border-radius: 3px;
        background-position: center;
        margin: 32px auto;
    }

    .div-upload-produto {
        max-width: 479px;
        background-size: cover;
        border-radius: 3px;
        background-position: center;
        margin: 0px auto;
    }

    .div-upload-view {
        margin: 30px auto 10px !important;
    }

    .div-upload a,  .div-upload-empresa a{
        text-align: center;
        color: #5b5b5a;
        font-weight: 500;
    }

    .div-upload a img {
        max-width: 120px;
    }

    .div-upload-empresa a img {
        max-width: 348px;
    }

    .div-upload-produto a img {
        max-width: 100%;
    }

    .div-upload-produto .img-div-no {
        margin-top: 10px;
    }

    .div-upload .img-div {
        width: 120px;
        height: 120px;
        background-size: cover;
        border-radius: 65px;
        background-position: center;
    }

    .div-upload-empresa .img-div {
        width: 348px;
        height: 148px;
        background-size: cover;
        border-radius: 3px;
        background-position: center;
    }

    .div-upload-empresa .img-div-square {
        width: 150px;
        height: 150px;
        background-size: cover;
        border-radius: 3px;
        background-position: center;
    }

    .div-upload-empresa .img-div-banner {
        width: 448px;
        height: 148px;
        background-size: cover;
        border-radius: 3px;
        background-position: center;
    }

    .div-upload-produto .img-div {
        width: 477px;
        background-size: cover;
        border-radius: 3px;
        background-position: center;
    }

    .div-upload a small, .div-upload-empresa a small {
        display: block;
    }

    .div-nascimento label, .div-upload-empresa label {
        display: block;
    }

    .div-nascimento select{
        max-width: 30%;
        display: inline;
    }

    #mes-nascimento {
        margin-left: 3.5%;
        margin-right: 3.5%;
    }
    .div-btn {
        max-width: 135px;
        margin: 25px auto 0;
    }

    .btn-submit, #btn-dados, #btn-tipo, #btn-indic, #btn-avancar-hr, #btn-cadastrar-hr {
        border-radius: 5px;
        padding: 0 25px;
        font-size: 15px;
        font-weight: bold;
        background: #0071bc;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-back {
        border-radius: 5px;
        border: none;
        padding: 0 25px;
        font-size: 15px;
        font-weight: bold;
        background: #009933;
        border: 2px solid #077b2b;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-olive {
        border-radius: 5px;
        border: none;
        padding: 3px 25px;
        font-size: 15px;
        font-weight: bold;
        background: #60c332;
        border: 2px solid #60c332;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-resgatar-brinde {
        border-radius: 5px;
        border: none;
        padding: 3px 25px;
        font-size: 15px;
        font-weight: bold;
        background: #6666ff;
        border: 2px solid #6666ff;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-purple-button {
        border-radius: 5px;
        border: none;
        padding: 3px 25px;
        font-size: 15px;
        font-weight: bold;
        background: #6666ff;
        border: 2px solid #6666ff;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-new-green {
        border-radius: 3px;
        border: none;
        padding: 5px 25px;
        font-size: 17px;
        font-weight: bold;
        background: #17c542;
        border: 2px solid #17c542;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-black {
        border-radius: 5px;
        border: none;
        padding: 3px 25px;
        font-size: 15px;
        font-weight: bold;
        background: #000000;
        border: 2px solid #000000;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-dangerous {
        border-radius: 5px;
        padding: 3px 25px;
        font-size: 15px;
        font-weight: bold;
        background: #ff0000;
        border: 2px solid #ff0000;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-anunciar {
        border-radius: 5px;
        padding: 3px 25px;
        font-size: 15px;
        font-weight: bold;
        background: #ff0000;
        border: 2px solid #ff0000;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-abater {
        border-radius: 3px;
        padding: 5px 25px;
        font-size: 17px;
        font-weight: bold;
        background: #ff0000;
        border: 2px solid #ff0000;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-abater-blue {
        border-radius: 3px;
        padding: 5px 25px;
        font-size: 17px;
        font-weight: bold;
        background: #6666FF;
        border: 2px solid #6666FF;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-imprimir {
        border-radius: 3px;
        padding: 5px 25px;
        font-size: 17px;
        font-weight: bold;
        background: #ff6600;
        border: 2px solid #ff6600;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-pegar {
        border-radius: 3px;
        padding: 5px 25px;
        font-size: 17px;
        font-weight: bold;
        background: #2469A7;
        border: 2px solid #2469A7;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }


    .btn-repositorio {
        border-radius: 5px;
        padding: 3px 25px;
        font-size: 15px;
        font-weight: bold;
        background: #2469A7;
        border: 2px solid #2469A7;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-grey {
        border-radius: 3px;
        padding: 5px 25px;
        font-size: 17px;
        font-weight: bold;
        background: #b3b3b3;
        border: 2px solid #b3b3b3;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-blue {
        border-radius: 3px;
        padding: 5px 25px;
        font-size: 17px;
        font-weight: bold;
        background: #6666ff;
        border: 2px solid #6666ff;
        color: #ffffff;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-tabs, .btn-sub-tabs {
        border-radius: 4px;
        padding: 1px 10px;
        font-size: 15px;
        background: #ffffff;
        border: 1px solid #a8a6a6;
        color: #000000;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        outline: none;
    }

    .btn-white {
        border-radius: 3px;
        padding: 5px 25px;
        font-size: 17px;
        border: 1px solid grey;
        color: black;
        -webkit-appearance: unset !important;
        cursor: pointer;
        margin-top: 10px;
        width: 100%;
        background-color: white;
    }

    *:focus {
        outline: 0 !important;
    }

    .active-tab{
        background-color:#60c332;
        outline: none;
    }

    .olive {
        background: #60c332;
        border: 2px solid #60c332;
        color: #ffffff;   
    }

    .oliveText {
        color: #60c332 !important;   
    }

    .redText {
        color: red !important;   
    }

    .checkmark-disabled {
        background-color: #b1b1b1 !important;
    }


    #tipo-estabelecimento, #indicado-por, #horario-fun {
        display: none;
    }

    .div-btn-tipo {
        max-width: 222px;
        margin: 0 auto;
    }

    #form-horario .titulo {
        margin-left: 0;
    }

    #form-horario .subtitulo {
        font-weight: 700;
        color: #5b5b5a;
    }

    #form-horario .div-dias {
        margin-left: 0;
    }

    .btn-horarios {
        margin-right: 10px;
    }

    .btn-horarios img {
        width: 20px;
    }

    /* Customize the label (the container) */
.container-label {
    display: block;
    float: left;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #5b5b5a;
  }
  
  /* Hide the browser's default checkbox */
  .container-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    float: left;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    margin-top: 4px;
    margin-right: 5px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .container-label:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-label input:checked ~ .checkmark {
    background-color: #94c73c;
    border: 1px solid #969696;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-label input:checked ~ .checkmark:after {
    display: block;
  }
  
/*------------------------------------------------ 
    Subcategoria
------------------------------------------------*/
    main#subcategoria {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .sub-selected {
        color: #009933 !important;
        font-weight: bold !important;
    }

    .not-found {
        margin-left: 20px;
    }

    .carousel-inner {
        max-height: 600px;
    }

    #carouselExampleIndicators {
        margin-bottom: 20px;
    }

    #btn-submit, #btn-submit-est {
        border-radius: 18px;
        padding: 0 25px;
        font-size: 15px;
        font-weight: bold;
        background: #0071bc;
        -webkit-appearance: button-bevel;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 20px;
    }

/*------------------------------------------------ 
    Oferta
------------------------------------------------*/
main#oferta {
    padding-top: 75px;
  /*  padding-bottom: 50px;*/
}

main#oferta .subtitulo {
    color: #4d4d4d;
    font-size: 20px;
}

main#oferta h3 {
    color: #4d4d4d;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

main#oferta h4 {
    color: #333333;
}

main#oferta h3, main#oferta h4, main#oferta h5 {
    font-weight: 700;
    margin-top: 15px;
}

main#oferta .banner {
    max-height: 100%;
}

main#oferta .p-endereco {
    font-size: 15px;
}

main#oferta .p-horario  {
    margin-bottom: 2px;
    font-size: 15px;
}

main#oferta .div-seguidor {
    max-width: 455;
    margin: 20px auto;
    text-align: center;
}

main#oferta .div-seguidor button {
    border-radius: 6px;
    font-weight: 500;
    padding: 5px 12px;
    margin-bottom: 10px;
    min-width: 120px;
    border: 1px;
}

main#oferta .div-seguidor .btn-green {
    color: #fff;
    background: #60c332;
    border: 1px solid #60c332;
}

p[data-f-id="pbf"] {
    display: none;
}

.modalCaptura {
    max-width: 350px;
    border-radius: 0;
    background: #e6e6e6;
    padding: 10px;
}

.modalCaptura .swal-text {
    color: #136cb7;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.modalSeguidor {
    max-width: 280px;
    background: #e6e6e6;
    border-radius: 0;
    border: 1px solid #d4ded9;
    padding: 0 45px;
}

.modalSeguidor .swal-title, .modalSeguidorSub .swal-title {
    color: #94c73c;
    font-weight: 600;
    font-size: 21px;
}

.modalSeguidor .swal-text {
    text-align: center;
    color: #000000;
}

.modalSeguidor .swal-button-container {
    text-align: center;
    display: inherit !important;
    margin: 0 !important;
}

.modalSeguidor .swal-button--confirm, .modalSeguidorRevogar .swal-button--confirm, .modalSeguidorSub .swal-button--confirm {
    border-radius: 6px;
    font-weight: 500;
    padding: 5px 12px;
    margin-bottom: 10px;
    min-width: 120px;
    color: #fff;
    background: #94cb5e;
    border: 1px solid #94cb5e;
}

.modalSeguidor .swal-button--confirm:hover, .modalSeguidorRevogar .swal-button--confirm:hover, .modalSeguidorSub .swal-button--confirm:hover{
    background-color: #5ca712 !important;
}

.modalSeguidorRevogar {
    max-width: 430px;
    background: #e6e6e6;
    border-radius: 0;
    border: 1px solid #d4ded9;
    padding: 0 30px;
}

.modalSeguidorRevogar .swal-title {
    color: #94c73c;
    font-weight: 600;
    font-size: 21px;
}

.modalLogado {
    max-width: 360px;
    border-radius: 0;
    background: #e6e6e6;
    padding: 10px;
}

.modalLogado .swal-title {
    color: #0071bc;
    font-weight: bold;
    text-align: center;
}

.modalLogado .swal-text {
    color: #4c4c4c;
    text-align: center;
}

.modalLogado .swal-footer {
    margin-top: 0;
}

.modalLogado .swal-button-container {
    display: block;
    text-align: center;
}

.modalLogado .swal-button {
    padding: 5px 24px;
    color: #fff;
    font-weight: 700;
    width: 150px;
}

.modalLogado .swal-button--entrar {
    background: #009933;
}

.modalLogado .swal-button--entrar:hover {
    background: #39d66e;
}

.modalLogado .swal-button--cadastrar {
    background: #0071bc;
}

.modalLogado .swal-button--cadastrar:hover {
    background: #38a2e9;
}

.accordion a {
    color: #000;
    vertical-align: middle;
}

.accordion a.collapsed:before {
    content: url('../imgs/arrow-rigth.png') !important;
    float: left;
    color: grey;
    margin-right: 5px;
}

.accordion a::before {
    content: url('../imgs/arrow-down.png');
    margin-right: 5px;

}

.titulo-horario {
    font-weight: 500;
    margin-bottom: 15px;
}

.btn-excluir {
    padding: 1px 5px;
    margin-left: 10px;
    font-size: 14px;
}

#selectSubcategoria{
    margin-bottom: 10px;
}

.opcoes-subcategoria p {
    margin-bottom: 10px;
}

/*------------------------------------------------ 
    Tranferencia empresa
------------------------------------------------*/
.label_form_Trans {
    font-size: 14px;
    font-style: normal;
    color: #60c332;
    font-weight: bold;
}

.label_form_Trans_Vlro {
    font-size: 14px;
    font-style: normal;
    color: red;
    font-weight: bold;
}

.fr-quick-insert { 
    display: none !important; 
}

.fr-wrapper div:first-child {
    display: none;
}

.pedido-icon {
    color: black; 
    font-weight: bold; 
    font-size: 12px;
}

.pedido-icon-selected {
    color: #ff6600; 
    font-weight: bold; 
    font-size: 12px;
}

.pedido-icon-active {
    color: #6fc400; 
    font-weight: bold; 
    font-size: 12px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.fa-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.footer {
    padding: 0 !important;
}

#footer-oferta {
    padding: 0 !important;
}

@media (min-width: 1200px){
    #footer-oferta {
        height: 270px;
        min-height: 270px;
    }
}


#footer-oferta .footer {
    background-color: #f7f4ef;
    width: 100%;
    color: #454545;
    text-align: center;
    flex: 1;
    padding-bottom: 50px !important;
}

#footer-oferta .footer .info {
    margin: 0px;
}

#footer-oferta .footer .footer-info {
    padding: 15px 0px;

}

@media (min-width: 768px){
    #footer-oferta .footer .footer-info {
        padding-bottom: 0px !important;
    }

    #footer-oferta .footer .footer-logo .footer-home {
        margin: 0px auto !important;
    }

    #footer-oferta .footer .footer-logo .footer-icons {
        margin: 0px auto !important;
        float: none !important;
        text-align: center;
    }
}

#footer-oferta .footer .footer-logo {
    padding: 15px 0px;
}

#footer-oferta .footer-home {
    max-width: 155px;
    margin: 0 0 0 auto;
}

#footer-oferta .footer-icons {
    max-width: 155px;
    margin: 0 0 0 auto;
    float: right;
    padding-right: 15px;
}

#footer-oferta .footer-icons img {
    width: 20px;
}

.redicon-left {
    position: absolute;
    top: 9px;
    left: 8px;
    background: red;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 100%;
}

.redicon-right-top {
    position: relative;
    top: -7px;
    left: 32px;
    background: red;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 100%;
    width: 6px;
    display: inline-block;
}

#videos-educativos iframe {
    display: block; 
    margin: 0 auto; 
    width: 100%; 
    height: 450px;
} 

#videos-educativos .descricao {
    text-align: center;
    margin-top: 15px;
} 