.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

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

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

html, 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;
}

.containerInfo {
    width: 60%; 
    border: 1px solid lightgrey;
    border-radius: 3px;
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    margin: auto;
    padding-bottom: 40px;
    padding-top: 40px; 
    text-align: center; 
    font-size: 20px;
}

#info{
    padding-top: 40px; 
}

#respostaConsulta{
    visibility: hidden; 
    display: none;
    padding-top: 40px; 
}

.bold{
    font-weight: bold;
}

.primeiroParag {
    margin-top: 30px;
}

#codigoId{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.bordercontainer{
    border: 1px solid lightgrey;
    border-radius: 3px;
}

.buttonWhats {
    background-color: #353739;  
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) { 
  .containerInfo {
      width: 90%;
  }
}

.header {
  overflow: hidden;
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link*/
.header a.active {
  background-color: dodgerblue;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

.fontTable{
    font-size:15px;
}

.text-center{
  text-align: center;
}

.botaoVerificarReserva{
    border: none;
    border-radius: 6px;
    background-color: #ff9400;
    font-size: 15px;
    color:white;
    text-align: center;
    margin: auto;
    padding: 10px;
}


#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;
}

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

.div-select {
    height: 46px;
}

.navbar-default{
    background-color:#fff;
}

h3 {
    text-align: left;
}

span{
    font-weight:normal;
}

/**********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;
}

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