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

.radio-inline{
    margin-right: 10px;
}

.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0;
}

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

#opcoesReserva{
    margin-top: 30px;
}

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

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

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

.buttonWhats {
    background-color: #353739;  
}

.buttonWhats2 {
    color: #d5d5d5; 
}

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

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

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 50px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

span.price {
  float: right;
  color: grey;
}

#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0097a7;
  border-bottom: 16px solid #00bcd4;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 40px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

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

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

#btn-pay{ text-align: center }

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

.botaoCupom{
    width: 150px;
    height: 34px;
    border: none;
    border-radius: 6px;
    background-color: #ff9400;
    font-size: 15px;
    color:white;
    text-align: center;
}

.holder {
    display: flex;
    justify-content: center;
}

.imagem {
  width: 200px;
  margin: 10px;
  position: relative;
  text-align: center;
}

.imagem::after {
  content: attr(data-title); /* estilo que coloco a legenda no lugar */
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
}

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

@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px) {
    /* ... */
    select {
        width: 222px;
    }
}

.my-button {
  position: relative;
  width: 125px;
  height: 40px;
  background: none;
  border: 2px solid #eee;
  border-radius: 4px;
  font-family: 'Proxima Nova Soft semibold', sans-serif;
  font-size: 13px;
  color: white;
}

h3 {
    text-align: left;
}

span{
    font-weight:normal;
}

.imgMp{
    width: 70px;
    height: auto;
}

.hInfo { 
  display: block;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.imgCartao { 
  width: 11%;
  visibility: hidden;
  
}

@media (max-width: 500px){
    .imgCartao{
        width: 20%;
    }
}

@media (max-width: 500px){
    .imgMp{
        width: 20%;
    }
    .hInfo{
        font-size: 1.3em;
    }
}



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