.funcionamento h3{
    font-size: 20px !important;
    color: white;
}

.funcionamento {
    color: white;
}

.funcionamento h2{
    font-size: 20px;
    color: #fff;
}

.funcionamento p{
    font-size: 16px;
    color: #fff;
}

.funcionamento a {
    color: #fff !important;
}



.ftco-footer a img {
    width: 70px;
    max-width: 100%;
}


.funcionamento i{
    font-size: 30px;
    color: #fff;
}

.footer-custom div a h4 {
    color: #202020;
}

.titulo-section h2 {
    color: #00561e;
}

.menu-entry-c {
  margin-bottom: 30px; }
  .menu-entry-c .img {
    display: block;
    height: 400px; }
  .menu-entry-c .text h3 {
    font-size: 18px;
    text-transform: uppercase; }
    .menu-entry-c .text h3 a {
      color: #fff; }
  .menu-entry-c .text .price span {
    color: #fff;
    font-size: 18px; }


.titulo-verde {
    color: #009b54;
}

.linkcontato a{
    color: gray;
}

.footer-custom a i{
    font-size: 30px;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.btn-transparente {
    background: transparent !important;
}

@media (max-width: 767.98px) {
	.eventos .botao-reserva {
        text-align: center;        
    }
}
.btn {
    font-size: 16px;
}

.bg-vermelho {
    background: #cf323d !important;
}

.bg-verde {
    background: url(../images/bg_5.jpg) repeat fixed !important;
}

.opcoes-evento {
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.opcoes-evento:hover {
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #414141;
    cursor: pointer;
}

.opcoes-evento h1{
    color: #009b54 !important;
    font-size: 18px!important;
    font-weight: bold!important;
}

.opcoes-evento p{
    font-size: 18px!important;    
}



.ftco-navbar-light.awake{
    background: url(../images/bg_5.jpg) repeat !important;
    opacity: 0.95;
}



@media (max-width: 991.98px) {    
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 5px;
    }
	.img-lg-center {
        text-align: center;        
    }
}

@media (max-width: 767.99px) {    
    .centralizar-sm {
        text-align: center;
        align-content: center;
    }
}

.home-slider .overlap {
    padding: 40px;
    background: rgba(0, 155, 84, 0.8);
}

.navbar .logo {
    max-width: 60px;
}
.pagination .page-link {
    
    color: #00561e;
    background-color: white;
    border-color: white;
    
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #00561e;
    border-color: #00561e;
    
}

.footer-custom ul {
    list-style: none;
}

.owl-carousel.home-slider {
}

.footer-custom span{
    color: #dc3545;
}

.endnav h2{
    font-size: 20px;
    
}

.endnav p{
    font-size: 15px;
    
}

.endnav p i {
    color: #92ffcd;
}

.whatsapp {
    z-index: 100;
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px;
    border: 1px solid #cf323d;
    box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    
}
.floating-wpp .floating-wpp-button img, .floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 90%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    border-radius: 0%;
}


.socialmedia .navbar-nav .nav-item i {
    font-size: 15px;
    font-weight: 700;
}

.navbar {
    background-color: #ececea !important;    
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-icon i:hover,
.ftco-navbar-light .navbar-nav>.nav-item>.nav-icon i:focus{
	color: #212529 !important;
}

.navbar-nav {
    margin-right: 25px;
}

@media (min-width: 991.98px) {
    a, i {        
        color: inherit;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;    
    }
    
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link{
        display: block;
        position: relative;
        line-height: 80px;
        letter-spacing: 0.6px;
    }
    
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover:before,
    .ftco-navbar-light .navbar-nav>.nav-item.active>.nav-link:before
    {
        width: 100% !important;
    }
    
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 2px;
        margin: auto;
        display: block;
        background-color: #00561e;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }
    
}

@media (max-width: 991.98px) {
    
    .navbar-collapse.collapse.show {
        position: absolute;
        background: #dbdbd6;
        width: 100%;
        top: 80px;
        border-top: 1px solid #f5f5f5;
    }
    
    .socialmedia {
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .ftco-navbar-light .navbar-nav>.nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

.socialmedia ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    list-style: none;
}

.socialmedia ul>li {
    padding-left: 5px;
    padding-right: 5px;
}

.socialmedia ul>li i {
    font-size: 15px;
}

.socialmedia ul>li i:hover,
.socialmedia ul>li i:focus{
	color: #212529 !important;
}

.pb-7m {
    padding-bottom: 7m;
}

.bg-cinza {
    background-color: #fff;
}
