/*!
 * Start Bootstrap - Business Casual v5.0.5 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */
 *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


body {
  background: #ffe8bf;
  color: #270f00;
  font-size: 100%;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6  {
  font-size:100%;
  font-weight:normal;
}
p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.8);
}

#mainNav {
  background-color: rgba(47, 23, 15, 0.9);
  font-family: 'Raleway';
}

#mainNav .navbar-brand {
  color: #ef9802;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #ef9802;
}


@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #ef9802;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 800px) {
  .intro .intro-img {
    width: 65%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 2rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 800px) {
  .intro .intro-text {
    width: 45%;
  }
}

.cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(215, 129, 43, 0.8);
}

.cta .cta-inner {
  position: relative;
  padding: 1rem;
  margin: 0.2rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #ef9802;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.footer {
  background-color: rgba(47, 23, 15, 0.9);
}

.text-primary {
  color: #ef9802 !important;
}

.bg-primary {
  background-color: #ef9802 !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: rgba(47, 23, 15, 0.9);
  border-color: #df902a;
  margin: 0px;
}

.btn-primary2 {
  background-color: rgba(47, 23, 15, 0.9);
  border-color: #df902a;
  margin: 20px;
}

.btn-primary:hover, .btn-primary:focus,  .btn-primary:active .btn-primary:visited {
  background-color: #ED7D31;
  border-color: #df902a;
  color:fff;
}

.btn-primary2:hover, .btn-primary2:focus,  .btn-primary2:active .btn-primary2:visited {
  background-color: #ED7D31;
  border-color: #df902a;
  color:fff;
}

.font-weight-light {
  font-weight: 100 !important;
}

.bar{
  color:#FFF;
  margin-top: 20px;
  padding: 5px;
}
.caixa{
  background-color: rgb(232,179,108,.8);
  padding: 5px;
}
.caixab{
  background-color: rgb(232,179,108,.4);
  padding: 5px;
}

/*video*/

* {
  box-sizing: border-box;
}



#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.contentvideo {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 5px 50px ;
}

#myBtn {
  width: 150px;
  font-size: 16px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.p-6 {
  padding: 5rem !important;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
}


.contato {
width: 100%;
background-image: url(../img/fachada_bar_figueiras.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
height: 370px;
margin-bottom: 20px;
color: white;
text-align: center;
padding-top: 100px;
font-size: 1.7em;
text-shadow: 4px 3px 0 #7A7A7A;
}

.evento {
width: 100%;
background-image: url(../img/bar_figueiras_eventos.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
height: 370px;
margin-bottom: 20px;
color: white;
text-align: center;
padding-top: 100px;
font-size: 1.5em;
text-shadow: 4px 3px 0 #000;
}

.novidades {
width: 100%;
background-image: url(../img/bar_figueiras_novidades.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
height: 370px;
margin-bottom: 20px;
color: white;
text-align: center;
padding-top: 100px;
font-size: 1.5em;
text-shadow: 4px 3px 0 #000;
}

.eventobox {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .eventobox {
    padding: 4rem 2rem;
  }
}

.eventobox-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.banner {
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
color: white;
text-align: center;
padding-top: 100px;
font-size: 1.7em;
}

.cardbar {
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.cardbar-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
/*estrutura*/
/*links card*/
.list-group-item-action {
  width: 100%;
  color: #fff;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #EF9802;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.list-group-item-action:active {
  color: #EF9802;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.ei-slider{
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 450px;
  margin: 0 auto;
}
.ei-slider-loading{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:999;
  background: rgba(67,44,33,0.9);
  color: #fff;
  text-align: center;
  line-height: 450px;
}
.ei-slider-large{
  height: 100%;
  width: 100%;
  position:relative;
  overflow: hidden;
}
.ei-slider-large li{
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ei-slider-large li img{
  width: 100%;
}
.ei-title{
  position: absolute;
  right: 50%;
  margin-right: 13%;
  top: 30%;
}
.ei-title h2, .ei-title h3{
  text-align: right;
}
.ei-title h2{
  font-size: 40px;
  line-height: 50px;
  font-family: 'Roboto', serif;
  font-style: black;
  color: white;
  text-shadow: 3px 2px orange;
}
.ei-title h3{
  font-size: 70px;
  line-height: 70px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 2px #432C21;

}
.ei-slider-thumbs{
  height: 13px;
  margin: 0 auto;
  position: relative;
}
.ei-slider-thumbs li{
  position: relative;
  float: left;
  height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
  top: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
  z-index: 10;
  text-indent: -9000px;
  background: #000;
  background: rgba(67,44,33,0.9);
}
.ei-slider-thumbs li a{
  display: block;
  text-indent: -9000px;
  background: #EF9802 ;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
  -moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
  -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
  background-color: #432C21;
}
.ei-slider-thumbs li img{
  position: absolute;
  bottom: 50px;
  opacity: 0;
  z-index: 999;
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  -webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(67,44,33,0.3))
            );
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
  opacity: 1;
  bottom: 13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
  .ei-title{
    position: absolute;
    right: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    top: auto;
    bottom: 10px;
    background: #fff;
    background: rgba(67,44,33,0,9);
    padding: 5px 0;
  }
  .ei-title h2, .ei-title h3{
    text-align: center;
  }
  .ei-title h2{
    font-size: 20px;
    line-height: 24px;
  }
  .ei-title h3{
    font-size: 30px;
    line-height: 40px;
  }
}

/*SLIDE HOME*/
.wrapper{
  position: relative;
  width: 100%;
}
.wrapper p{
  clear: both;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}

.bg-darkbar {
  background-color: #432C21 !important;
}

a.bg-darkbar:hover, a.bg-darkbar:focus,
button.bg-darkbar:hover,
button.bg-darkbar:focus {
  background-color: #432C21 !important;
}

.bg-bartr {
  background-color:rgba(67, 44, 33, 0.8) !important;
}

a.bg-bartr:hover, a.bg-bartr:focus,
button.bg-bartr:hover,
button.bg-bartr:focus {
  background-color: rgba(67, 44, 33, 0.8) !important;
}