/*
 *  tabellajs - v0.4.1
 *  2016-11-09
 *
 *  https://github.com/iliketomatoes/tabellajs
 */

/*
 *  Copyright (C) 2014-2017  Interpromotion <info@interpromotion.com>
 *  Copyright (C) 2014-2017  Giancarlo Soverini <giancarlosoverini@gmail.com>
 *
 *  This file is part of Tabellajs.
 *
 *  Tabellajs is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU Affero General Public License as
 *  published by the Free Software Foundation, either version 3 of the
 *  License, or (at your option) any later version.
 *
 *  Tabellajs is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Affero General Public License for more details.
 *
 *  You should have received a copy of the GNU Affero General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);

html,
button,
input,
select,
textarea {
  color: #222;
}


.botaoDrop{
background-color: #ff9400; 
border-color: #ff9400;
color: #fff;
}

#telefone{
  color: #00bcd4;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.botaoReservar{
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 6px;
    background-color: #ff9400;
    font-size: 22px;
    color:white;
    text-align: center;
    margin:auto;
}

.box {
    position: fixed;
    z-index: 1000;
    right: 1rem;
    bottom: 1rem;
    
}

@media (min-width: 1080px) {
    /*.box{
        right: 15rem;
    }*/
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

mpimg {
    height: 30px; 
    width: 30px; 
    max-width: 30px; 
    max-height: 30px;
}

.header img {
  float: left;
  width: 100px;
  height: 100px;
  background: #555;
}

.header h1 {
  position: relative;
  top: 18px;
  left: 10px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #FF4081;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: inherit;
}

.common-home-rule, .header-content, main {
  margin: 0 auto;
  max-width: 67.5em;
  padding-left: 0.875em;
  padding-right: 0.875em;
  overflow: auto;
}

#main-header {
  background-color: #ff9400;
  color: #fff;
}

body{
  overflow-x: hidden;
  overflow-y: scroll;
}

.buttonWhats {
  background-color: #353739; 
  color: #d5d5d5; 
}
.buttonWhats2 {
  color: #d5d5d5; 
  
}

.waikiki h1, .waikiki h2 {
  color: #3F51B5;
}

.table-h {
  margin: 0.2em 0;
}

.container-40pc, .container-60pc {
  position: relative;
  float: left;
  width: 100%;
}

.hide-for-small {
  display: none;
}

.show-for-small {
  display: inline-block;
}

pre {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 7px 10px;
  margin-right: 1.5rem;
}

#legenda {
    padding-left: 10px;
    margin-bottom: 24px;
    
}

#sectionMap{
    width: 100%;
    text-align: center;
    background: #00bcd4;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #f2f2f2;
}

#map{
    height: 400px;
}

#comoChegar{
    margin-bottom: 50px;
}

#sectionMap a{
    color: #f2f2f2;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  .hide-for-small {
    display: inline-block;
  }
  .show-for-small {
    display: none;
  }
  .container-40pc {
    width: 40%;
    padding-right: 1rem;
  }
  .container-60pc {
    width: 60%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

#footer {
    position: relative;
    background: #353739;
    padding: 50px 0 10px 0;
    border-bottom: 1px solid #464647;
}

.widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}



.footer-col p{
    color:#d5d5d5;
    margin-bottom: 30px;
}
.subscribe-form .form-control{
    height: 46px;
}
.footer-btm{
    background: #353739; 
}
.footer-nav{
    margin: 0px;
    padding: 30px 0 0;
}
.footer-nav  li:first-child:before {
    content: "";
    margin: 0;

}
.footer-nav li:before {
    content: "|";
    margin: 0 12px 0 6px;
    color:#d5d5d5;
}
.footer-nav li a{
    color:#bbb;
}

/***** RODAPE ******/
.img-rodape{
    margin-left: 10px;
    margin-top: -30px;
}

.termosdeuso{
    margin-bottom: 5px;
    text-decoration: underline;
}

body{
    max-width: 100%;
    overflow-x: hidden;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  /* background-color: #f2f2f2; */
  padding: 5px 20px 15px 20px;
}

.copyright{
    padding-top: 45px;
    padding-bottom: 25px;
    color:#d5d5d5;
}
.copyright a{
    color:#00eaff;
}

#over
{
    position:relative;
    width:100%;
    text-align: center;
}

.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.Centered
{
    display: inline-block;
    vertical-align: middle;
}

/**********bootstrap navigation overrides***********/
.navbar-default {
    background-color: #fff;  
    border-bottom: 2px solid #f5f5f5 !important;
    width:100%;
    min-height: 70px;
    padding: 10px 0;
}
.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
    color:#999999;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #00eaff;
    background-color: transparent;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    line-height: 20px;
    text-transform: uppercase;
    color:#999999 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.botaoVerificarSolicitacao{
    border: none;
    border-radius: 6px;
    font-size: 15px;
    background-color: #fff;
    color: #00bcd4;
    text-align: center;
    margin:auto;
    padding: 10px;
}

.dropdown{
    display: none;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
    background-color: #888;
}




.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #00bcd4;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.show {display: block;}


@media (max-width: 800px) {
    #btnVerificar{
        display: none;
    }
    
    .dropdown{
        display: block;
    }
}

.img-responsive {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.menu-icon {
  height: 100px;
  height: 10vh;
  min-height: 80px;
  min-height: 3.5vw;
  padding: 10px;
}

main {
  overflow-x: hidden;
  overflow-y: visible;
}

#nome_estabelecimento {
  font-size: 2rem;
  font-size: calc(17px + 1.5vh);
  margin-bottom: 0;

  overflow-x: visible;
  overflow-y: hidden;
  text-overflow: ellipsis;
  max-width: 70vw;
  line-height: 1.5;
}

#navigation,
#navigation > div {
  padding: 0;
}

#navigation > div > .container {
  padding: 0 calc(30px + 0.875em);
}

#buttonVerificar {
  padding-right: 0;
  /* font-size: 2rem;
  font-size: calc(20px + 1.7vh); */
}

#nome_estabelecimento
/* ,#buttonVerificar */
{
  color: #454545;
}

#telefone,
#whatsapp {
  font-size: 1.15rem;
}

body {
  overflow-y: visible;
}

@media (max-width: 802px) {
  #navigation .navbar > .container {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 98%;
  }

  #navigation .navbar > .container > * {
    display: inline-block;
    vertical-align: middle;
  }

  #navigation #btnVerificar {
    display: none;
  }

  #navigation .dropdown {
    float: right;
    top: 25px;
  }
}


body {
  background: #2196F3;
}

.card {
	font-family: Roboto, sans-serif;
	margin: 1em auto;
	padding: 0;
	width: 300px;
        height: 130px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	background: #fff;
	-webkit-animation: card_fadeIn 0.3s ease-in;
		-moz-animation: card_fadeIn 0.3s ease-in;
				animation: card_fadeIn 0.3s ease-in;
}

@-webkit-keyframes card_fadeIn {
    0% {
		-webkit-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
		opacity: 1;
    }
}

@-moz-keyframes card_fadeIn {
    0% {
		-moz-transform: translateX(-50px);
        opacity: 0;
    }
	100% {
        -moz-transform: translateX(0);
		opacity: 1;
    }
}

@keyframes card_fadeIn {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
		opacity: 1;
    }
}
	
.img>div:first-child {
	margin: 0;
	padding: 0;
	width: 100%;
	background-size: cover;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
	
.scrim {
	background-color: #fff;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.title {
	text-align: left;
	color: #673AB7;
	font-size: 24px;
	padding: 16px;
	margin: 0;
}

.img .title {
	margin-top: 15px;
	margin-bottom: .5em;
	text-align: left;
	color: #000;
	font-size: 24px;
	padding: 0 0 0 .5em;
}

.description {
	padding: 0 16px 16px 16px;
	margin: 0;
}

.img .description {
	padding: 16px;
}

.description p {
	font-size: 14px;
	color: #575757;
	margin: 0;
}

.actions {
	text-align: center;
	padding: 16px ;
	margin: 0;
}

.img .actions {
	padding: 16px;
}

.language {
	float: left;
	color: #727272;
	text-transform: uppercase;
}

.actions a {
	text-transform: uppercase;
	font-weight: 700;
	color: #111;
	padding: 0 5px;
  text-decoration: none;
}

.actions a:hover {
	color: #727272;
	text-decoration: none;
}

.actions a:last-child {
	text-transform: uppercase;
	font-weight: 700;
}

.actions a:last-child:hover {
	color: #FFD740;
	text-decoration: none;
}

#pic1 {
    /*background-image: url('https://pantelas.com.br/wp-content/uploads/2017/11/futebol-society-quadra.jpg');*/
    background-position: center center;
    background-color: #6495ED;
}
