/* Minification failed. Returning unminified contents.
(230,14): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(242,14): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/*!
 * Material Modal v0.1.2
 * Copyright 2015 Mark Rabey <mark@markrabey.com> (markrabey.com)
 * Licensed under the MIT license
 */

.modal {
    will-change: visibility,opacity;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition-delay: 0s;
}

.modal--active {
    visibility: visible;
    opacity: 1;
}

.modal--align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal__bg {
    background-color: #888;
    background-color: rgba(0,0,0,0.8);
}

.modal__dialog {
    max-width: 95%;
    padding: 25px;
    max-height: 95%;
}
.modal__dialog_site {

    width:95%;
    height:95%;
    padding: 1.2rem;
    overflow:hidden;
   
   
    
}

.modal__content {
    will-change: transform,opacity;
    position: relative;
    opacity: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    min-height: 200px;
    max-height:100%;
    z-index: 1;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.modal__content--active {
    opacity: 1;
}

.modal__close {
    z-index: 1100;
    cursor: pointer;
}

.close-btn .modal__close {
    top: 28% !important;
    left: 65% !important;
}

.modal__trigger {
    overflow: visible;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.modal__trigger--active {
    z-index: 10;
}

.modal__title {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    line-height: normal;
    padding: 16px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    -webkit-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
    box-sizing: border-box;
}
.modal__title div{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

    .modal__title .modal__title-text {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        color: inherit;
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        overflow: hidden;
        -webkit-transform-origin: 149px 48px;
        transform-origin: 149px 48px;
        margin: 0;
    }
@media (max-width: 768px) {
    .modal__title .modal__title-text {
        
        font-size: 18px;
      
    }
}
    .modal__text {
        color: rgba(0,0,0,0.54);
        font-size: 13px;
        line-height: 18px;
        overflow: auto;
        padding: 16px;
        height: 100%;
    }

    .modal__text_site {
        color: rgba(0,0,0,0.54);
        font-size: 13px;
        line-height: 18px;
        overflow-y: auto;
        padding: 16px;
    }

    .modal__footer {
        font-size: 16px;
        line-height: normal;
        width: 100%;
        background-color: transparent;
        padding: 8px;
        box-sizing: border-box;
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .modal__close {
        z-index: 1100;
        cursor: pointer;
    }

    .modal__header .close-btn {
        position: absolute;
        top: -25px;
        right: -25px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }

    .modal__header .modal__close:before {
        content: 'close';
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
    }

    #modal__temp {
        will-change: transform,opacity,background-color;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
        transition: background-color .2s linear,opacity .1s ease-out,-webkit-transform .5s cubic-bezier(.23, 1, .32, 1);
        transition: background-color .2s linear,opacity .1s ease-out,transform .5s cubic-bezier(.23, 1, .32, 1);
    }

#erro {
    background-color: #F00;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 50 %;
    margin-left: -150px;
    filter: alpha(opacity = 90);
    -moz-opacity: 0.9;
    text-align: center;
}

#alerta {
    background-color: #FC0;
    color: #666;
    padding: 10px 10px 10px 10px;
    width: 300px;
    left: 50 %;
    top: 0;
    margin-left: -150px;
    position: absolute;
    filter: alpha(opacity = 90);
    -moz-opacity: 0.9;
    text-align: center;
}

.inputFormulario {
    font-size: 14px;
    margin: 0 0 10px;  
    height: 35px;
    border: 1px solid #d7d7d7;
}


.labelFormulario {
    color: #6f6f6f;
    font-size: 14px;
    margin: 0 0 10px;    
    font-weight: normal;
}

.btn {
    display: block;
    font-size: 16px;
    border-radius: 16px;
    text-align: center;
  
}

.preloader {
    max-width: 50px;
    max-height: 50px;
    right: calc(100vw / 2 - 25px);
}

    .preloader img {
        max-width: 50px;
        max-height: 50px;
    }


.conteinerStatus {
    float: right;
    width: 3px;
    height: 40px;
}

.salvo {
    float: right;
    width: 3px;
    height: 40px;
    background-color: #06a813;
}

.nSalvo {
    float: right;
    width: 3px;
    height: 40px;
    background-color: #ffd800;
}

.erro {
    float: right;
    width: 3px;
    height: 40px;
    background-color: #ff0000;
}

.obrigatorio {
    background-color: #ff0000;
    height: 10px;
    float: right;
    width: 3px;
}


.mdl-button {
    background: transparent;
    border: none;
    border-radius: 2px;
    color: rgb(0,0,0);
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mdl-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}


.img-user {
    height: 32px;
}


/* Dropdown Button */
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 15px 0;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /*margin-top: 10px;*/
    right: -10px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content div {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #ddd;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

       
.navbar {   
    z-index: 500;
    left: 0;
    right: 0;
    top:0;
}

.menu_fixed {
    position: fixed;
   
}

.navbar-brand img {
    max-height: 45px;
}


.btn-default {
    background-color: coral;
    color: #FFF;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    /*font-weight: bold;*/
}

.btn-default:hover {    
    color: #FFF;    
    font-weight: bold;
}
.btnEntrarCliente {
    border: none;
    width: fit-content;
    display: block;
    font-size: 14px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.btCarrinho {
    background: none;
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    margin-right: 30px;
}

    .btCarrinho i {
        font-size: 32px;
    }

.navbar-toggle {    
    border: none;
    background: transparent;
    padding: 0;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    border: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
    margin: 3px 0;
    background-color: #444;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
}



/* col-LG */
@media (min-width: 1200px) {
    
.navbar-toggle {
    display: none;
}
}

/* col-MD */
@media (min-width: 992px) and (max-width: 1199px) {
    
.navbar-toggle {
    display: none;
}
}

/* col-SM */
@media (min-width: 768px) and (max-width: 991px) {

    
    /*.navbar-toggle {
        display: none;
    }*/

}

/* col-XS */
@media (max-width: 767px) {
    .btnEntrarCliente {       
        font-size: 12px;      
    }
  
        .btCarrinho i {
            font-size: 28px;
        }
}


/* TABLET - LANDSCAPE e DESKTOP */
@media (min-width: 1024px) {

}

/* TABLET - PORTRAIT */
@media (min-width: 768px) and (max-width: 1023px) {
        
}

/* SMARTPHONE - LANDSCAPE */
@media (min-width: 480px) and (max-width: 767px)  {
   
}


/* SMARTPHONE - PORTRAIT */
@media (max-width: 479px) {
   
}



.prs_footer_main_section_wrapper {
    background: #111111;
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
   
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prs_footer_cont1_wrapper {
    float: left;
    width: 100%;
}

    .prs_footer_cont1_wrapper h2 {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        position: relative;
        text-transform: uppercase;
    }

        .prs_footer_cont1_wrapper h2:after {
            content: '';
            border: 1px solid rgba(255, 255, 255, 0.28);
            width: 90px;
            position: absolute;
            bottom: -20px;
            left: 0;
        }



    .prs_footer_cont1_wrapper p {
        font-size: 15px;
        padding-top: 55px;
        color: rgba(255, 255, 255, 0.57);
    }

    .prs_footer_cont1_wrapper ul {
        padding-top: 45px;
    }

.prs_footer_cont1_wrapper_4 ul {
    padding-top: 10px;
}

.prs_footer_cont1_wrapper_4 li {
    float: left;
    width: 49%;
    margin-top: 0;
}

.prs_footer_cont1_wrapper_4 h5 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: rgba(255, 255, 255, 0.57);
    padding-top: 25px;
    float: left;
    width: 100%;
}

.prs_bottom_footer_cont_wrapper p {
    color: rgba(255, 255, 255, 0.57);
}

.prs_footer_cont1_wrapper_4 h5 span {
    color: #d9871c;
}

.prs_footer_cont1_wrapper_4 li:last-child {
    margin-left: 5px;
}

.prs_footer_cont1_wrapper_4 li img {
    width: 100%;
}



.prs_footer_cont1_wrapper li {
    margin-top: 10px;
}

    .prs_footer_cont1_wrapper li a {
        color: rgba(255, 255, 255, 0.57);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .prs_footer_cont1_wrapper li a:hover {
            color: #d9871c;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

        .prs_footer_cont1_wrapper li a img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.footer_img {
    margin-top: 20px !important;
}

.prs_footer_social_wrapper {
    float: left;
    width: 100%;
}

    .prs_footer_social_wrapper h2 {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
    }

    .prs_footer_social_wrapper ul {
        float: right;
    }

    .prs_footer_social_wrapper li {
        float: left;
        margin-right: 10px;
    }

        .prs_footer_social_wrapper li a {
            float: left;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.37);
            color: rgba(255, 255, 255, 0.75);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

            .prs_footer_social_wrapper li a:hover {
                border: 1px solid #d9871c;
                background: #d9871c;
                color: #ffffff;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
            }

.prs_bottom_footer_wrapper {
    font-size:12px;
    float: left;
    width: 100%;
    background: #0e0e0e;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer {
    background-color: #111;
    color: #FFF;
    padding: 20px 0 70px 0;
    clear:both;
}


.coluna-footer {
    width: 25%;
    margin: 0;
    padding: 0;
}
.coluna-footer-imgPagSeguro {
    width: 50%;
    margin: 0;
    padding: 0;
}

footer h4 {
    font-size: 14px;
}

footer p {
    font-size: 14px;
    font-weight: normal;
}

footer ul {
    /*list-style: none;*/
    padding: 0;
}

footer li {
    font-size: 14px;
    list-style: none;
    color: #fff;
}

footer a {
    color: #fff;
}

    footer a:hover {
        color: #fff;
    }


.img-whatsapp {
    width: 35px;
    margin-right: 5px;
}


footer input {
    float: left;
}

    footer input[type=text] {
        width: 150px;
        height: 25px;
    }

    footer input[type=button] {
        width: 70px;
        margin-left: 5px;
        padding: 1px 2px;
        background-color: orangered;
        color: #FFF;
        border: none;
        font-size: 16px;
        height: 25px;
    }


.footer h4 {
    margin-left: 0px;
}

/* col-LG */
@media (min-width: 1200px) {
}

/* col-MD */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* col-SM */
@media (min-width: 768px) and (max-width: 991px) {

    /*.estatisticas-cerveja-item {
        width: 32%;
    }*/

    .coluna-footer {
        width: 100%;
        padding: 10px 20px;
    }
    .coluna-footer-imgPagSeguro {
        width: 100%;
        padding: 10px 20px;
    }

    footer input[type=text] {
        width: 220px;
        height: 25px;
    }

}

/* col-XS */
@media (max-width: 767px) {

    .coluna-footer {
        width: 100%;
        padding: 10px 20px;
    }
    .coluna-footer-imgPagSeguro {
        width: 100%;
        padding: 10px 20px;
    }

    
}


/* TABLET - LANDSCAPE e DESKTOP */
@media (min-width: 1024px) {
}

/* TABLET - PORTRAIT */
@media (min-width: 768px) and (max-width: 1023px) {
}

/* SMARTPHONE - LANDSCAPE */
@media (min-width: 480px) and (max-width: 767px) {
}


/* SMARTPHONE - PORTRAIT */
@media (max-width: 479px) {
}


@media (max-width: 767px){
    .prs_bottom_footer_wrapper {
        text-align: center;
    }
}
#loading-panel {
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(252,252,252,0.6);
    text-align: center;
    margin: auto;
}

    #loading-panel img {
        /* margin: auto; */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 110px;
    }


#loading-panel.hide {
    display: none !important;
}
.searchbox {
    margin: 30px 0;
}

.input-group {
    margin: auto;
    max-width: 600px;
    border-style: solid;
    border-width: 0.8px;
    border-color: #CDCDCD;
}

    .input-group span {
        background-color: #FFF;
        z-index:200;
    }

    .input-group input {
        padding: 10px;
        border: none;
    }

.searchbox i {
    color: #999;
    padding-right: 10px;
    padding-top: 8px;
    font-size: 1.6em !important;
}

.input-group-addon {
    position: absolute;
    right: 5px;
  
}

html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;   
    font-style: normal;
}

header,
section {
    min-height: 100%;
}


p, h3, h4 {
    font-family: 'Roboto', 'Helvetica', 'Arial',sans-serif !important;
    font-style: normal;
}




h2 {
  
    font-size: 18px;
}
@media (max-width: 768px) {
    h2 {
       
        font-size: 16px;
    }
}


.containerListaEvento{
    max-width:1320px;
    margin:auto;
}

.containerDataCardEvento{
    padding:6px;
}


.evento-image a {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

    .evento-image img {
        width: 100%;
        height: 100%;
    }


      

    .btn-orange {
        background-color: #F26522;
        color: #FFF;
    }

  
    .title-banner {
        color: #FFF;
    }

    .carousel {
        width: 100%;
    }

.carousel-item {
    max-width: 1920px;
    max-height: 535px;
    width: calc(100vw);
    height: calc(100vw*0.278645833);
    min-height: 5px;
   
}
#imagemBanner {
    max-width: 1920px;
    max-height: 535px;
    width: 100%;
    height: calc(100vw*0.278645833);
   
}
.evento-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: calc(270px*1.33333333333);
}
#imagemDestaque{
    display:none;
}
.evento-item {
    cursor: pointer;
    margin: 30px;
    height: 100%;
    width: 270px;
}

.textHome {
    font-size: 32px;
    text-align: center;
    position: relative;
    font-weight: 600;
}
    .textHome:before {
        content: '';      
        width: 30px;
        position: absolute;
        bottom: -21px;
        left: 0;
        right: 0;
        margin: 0px auto;
        z-index: 1;
    }
    .textHome:after {
        content: '';
        width: 170px;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0px auto;
    }
    .textoLocal {
        line-height: 22px;
        font-size: 13px;
        text-align: left;
        padding-left: 20px;
        margin-left: 50px;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

.evento-item-box {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    border-radius: 20px;
}
.evento-item-conteudo {
    text-align: start;
    margin-left:16px; 
    padding-top: 20px;
    padding-bottom: 10px;
}
    .evento-item-conteudo a {
        font-size: 18px;      
    }



    .evento-item-conteudo p {
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .evento-item-conteudo p {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .divTextoCard {
        width: 100%;
        height: 80px;
        margin-top: 20px;
        color: #808080;
    }

@media (max-width: 1320px) {
        .containerListaEvento {
            max-width: 978px;
            margin: auto;
        }

        .evento-image {          
            height: calc(270px*1.33333333333);
        }

        .evento-item {
            cursor: pointer;
            margin: 28px;
            height: 100%;
            width:270px;
        }
        .containerDataCardEvento{
            font-size:14px;
        }
        .textHome {
            font-size: 28px;
            text-align: center;
            position: relative;
            font-weight: 600;
        }
    }

@media (max-width: 978px) {
    .containerListaEvento {
        max-width: 100%;
        margin: auto;
    }

    .evento-image {
        height: calc((100vw * 0.3333333333 - 56px) *1.33333333333);
    }

    .evento-item {
        cursor: pointer;
        margin: 28px;
        height: 100%;
        width: calc(100vw * 0.3333333333 - 56px);
    }
}
@media (max-width: 768px) {
    .evento-image {
        height: calc((100vw * 0.5 - 56px) *1.33333333333);
    }

    .evento-item {
        cursor: pointer;
        margin: 28px;
        height: 100%;
        width: calc(100vw * 0.5 - 56px);
    }
}


@media(max-width: 640px){
    #imagemBanner{
        display:none;
    }
    #imagemDestaque {
        display: block;
        max-width: 640px;
        max-height: 535px;
        width: calc(100vw);
        height: calc(100vw*0.8359375);
    }
    .carousel-item {
        max-width: 640px;
        max-height: 535px;
        width: calc(100vw);
        height: calc(100vw*0.8359375);
    }
}

@media (max-width: 462px) {
    .containerListaEvento {
        max-width: 326px;
        margin: auto;
    }
    .evento-image {
        height: calc(270px *1.33333333333);
    }

    .evento-item {
        cursor: pointer;
        margin: 28px;
        height: 100%;
        width: 270px;
    }
}
    /*@media (max-width: 767px) {
        .carousel-indicators {
            bottom: 0;
        }

        .carousel-control-prev-icon, .carousel-control-next-icon {
            width: 10px;
            height: 10px;
        }

        .pt-5, .py-5 {
            padding-top: 10px;
        }
    }*/


   


