
html,
body {
  height: 100%;
}
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
section {
  padding: 60px 0;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-dark {
  color: white;
  background-color: #222;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
input.form-control {
  border-radius: 0 !important;
}
input.form-control:focus {
  border-color: #EF4035;
  box-shadow: none;
}
.btn,
.input-group-btn {
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary {
  color: white;
  background-color: #EF4035;
  border-color: #EF4035;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ed2a1d;
  border-color: #ec2114;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #EF4035;
  border-color: #EF4035;
}
.btn-primary .badge {
  color: #EF4035;
  background-color: white;
}
body {
  font-family: 'Source Serif Pro', serif;
  font-size: 16px;
  font-weight: 300;
}
a {
  color: #EF4035;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 1.5;
}
p.lead {
  font-family: 'Source Serif Pro', serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Serif Pro', serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}
hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #EF4035;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}
.text-primary {
  color: #EF4035;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #EF4035;
  background-color: white;
  border-radius: 0;
}
.navbar-default {
  background-color: #141414;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.8);
}
.navbar-inverse {
  background-color: #141414;
  -webkit-box-shadow: 0px 7px 15px -5px rgba(18,18,18,0.86); 
  -moz-box-shadow: 0px 7px 15px -5px rgba(18,18,18,0.86); 
  box-shadow: 0px 7px 15px -5px rgba(18,18,18,0.86);
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-toggle,
.navbar-inverse .navbar-toggle {
  color: white;
  font-size: 14px;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:focus {
  background-color: white;
  color: #222;
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Source Serif Pro', serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-brand img,
.navbar-inverse .navbar-brand img {
  margin-top: -20px;
  height: 60px;
}
.navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
	box-shadow: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
header .intro-content {
  color: white;
  text-align: center;
  position: relative;
}
header .brand-name {
  font-family: 'Source Serif Pro', serif;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}
header .brand-name-subtext {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 768px) {
  header {
    height: 100vh;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
    min-height: 700px;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 80px;
    line-height: 80px;
  }
  header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
  }
  header img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 998;
  opacity: 0;
}
header.video .intro-content {
  z-index: 999;
}
header.video .scroll-down {
  z-index: 999;
}
@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.5;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  header {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pricing {
    background-attachment: scroll;
  }
}
aside.cta-quote {
  color: white;
  background-color: #222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  aside.cta-quote {
    padding: 300px 0;
  }
  aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
}
.cta-form h3 {
  margin-top: 0;
}
.about-content {
  padding: 30px;
}
.about-content h3 img {
  position: left;
  display: inline;
}
.about-content .boton-ind {
  margin-top: 50px;
}
.about-content .boton-ind a {
  color: #fff;
  background-color: #8b1313;
  border: 1px solid #000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-content .boton-ind a:hover {
  color: white;
  background-color: #ed2a1d;
  border-color: #ec2114;
}
.about-right {
  padding: 30px;
}
.about-right img {
  -webkit-box-shadow: 5px 5px 15px 3px #B3B3B3; 
  box-shadow: 5px 5px 15px 3px #B3B3B3;
}
.about-left {
  padding: 30px;
}
.about-left img {
-webkit-box-shadow: -5px 5px 15px 3px #B3B3B3; 
box-shadow: -5px 5px 15px 3px #B3B3B3;
}
.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #8b1313;
  border-radius: 100%;
  font-size: 30px;
  color: #8b1313;
}
.services .media img {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #8b1313;
  border-radius: 100%;
  padding: 20px;
}
.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  list-style: inside;
  padding: 0;
}
.services .media .media-body ul li {
  margin-bottom: 10px;
}
@media (min-width: 390px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media .media-body {
    min-width: 193px;
  }
}
@media (min-width: 1199px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 270px;
  -webkit-box-shadow: 5px 5px 15px 5px #878787; 
  -moz-box-shadow: 5px 5px 15px 5px #878787; 
  box-shadow: 5px 5px 15px 5px #878787;
  position: relative;
  background: url("../img/backgrounds/bg-wood.jpg") top center;
  background-size: cover;
  background-repeat: no repeat;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #999;
  position: absolute;
  left: -45px;
  background: #eee;
  -webkit-box-shadow: -4px 5px 15px 5px #878787; 
  -moz-box-shadow: -4px 5px 15px 5px #878787; 
  box-shadow: -4px 5px 15px 5px #878787;  
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #8b1313;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #8b1313;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8b1313;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Galería
--------------------------------------------------------------*/

#galeria figure {
  margin:0 10px 10px 0;
  padding:20px 25px 20px 25px;
  background: url("../img/backgrounds/bg-photo.jpg") top center;
  background-size: cover;
  background-repeat: no repeat;
  border:1px solid #fff;
  -moz-box-shadow:0px 2px 15px #333;
  -webkit-box-shadow:0px 2px 15px #333;
  box-shadow:0px 2px 15px #333;
}

#galeria img {
  width: 100%;
}

#galeria figcaption {
  text-align:center; 
  margin-top:15px;
  font-family: cursive;
}

#galeria figure.pintura1 {
  -moz-transform:rotate(8deg);
  -webkit-transform:rotate(8deg);
  transform:rotate(8deg);
  z-index:1;
}

#galeria figure.pintura2 {
  -moz-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  transform:rotate(-3deg);
  z-index:2;
}

#galeria figure.pintura3 {
  -moz-transform:rotate(7deg);
  -webkit-transform:rotate(7deg);
  transform:rotate(7deg);
  z-index:3;
}

#galeria figure.pintura4 {
  -moz-transform:rotate(-5deg);
  -webkit-transform:rotate(-5deg);
  transform:rotate(-5deg);
  z-index:4;
}

#galeria figure.pintura5 {
  -moz-transform:rotate(6deg);
  -webkit-transform:rotate(6deg);
  transform:rotate(6deg);
  z-index:5;
}

#galeria figure.pintura6 {
  -moz-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  transform:rotate(-3deg);
  z-index:6;
}

#galeria figure:hover {
  z-index:100;
  -moz-box-shadow:3px 5px 15px #000;
  -webkit-box-shadow:3px 5px 15px #000;
  box-shadow:3px 5px 15px #000;
}

/*--------------------------------------------------------------
# Hero Small Section
--------------------------------------------------------------*/
#hero-small {
  width: 100%;
  height: 55vh;
  padding: 0 0 0 0;
  background: #000d09;
}

#hero-small:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 55vh;  
}

#hero-small h1 {
  margin: 140px 0 15px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero-small h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
}

#hero-small img {
  margin: auto;
}

@media (max-width: 991px) {
  #hero-small .hero-img {
    text-align: center;
  }
  #hero-small .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-small {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  #hero-small h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-small h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero-small .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero-small .hero-img img {
    width: 80%;
  }
  #hero-small h1 {
    margin: 90px 0 15px 0;
  }  
}

/*--------------------------------------------------------------
# SECCION CARTA
--------------------------------------------------------------*/

#carta {
  margin-top: 10px;	
}

.dashboard-cards {
  position: relative;
  padding-bottom: 50px;
  margin: 0 !important;
}

.dashboard-cards .card {
  background: #ffffff;
  -webkit-perspective: 1000;
  perspective: 1000;
  z-index: 20;
  padding: 0 !important;
  margin: 25px 5px 25px 5px;
  position: relative;
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
  -webkit-box-shadow: 5px 5px 15px 5px #B0B0B0; 
  -webkit-box-shadow: 5px 5px 15px 5px #B0B0B0; 
  box-shadow: 5px 5px 15px 5px #B0B0B0;
  border: 1px solid black;
}

.dashboard-cards .card:hover {
  -webkit-box-shadow: 5px 5px 15px 5px #525252; 
  -moz-box-shadow: 5px 5px 15px 5px #525252; 
  box-shadow: 5px 5px 15px 5px #525252;
  transition: all 0.3s ease;
}

.dashboard-cards .card .card-title {
  background: #ffffff;
  padding: 20px 15px;
  position: relative;
  z-index: 0;
}

.dashboard-cards .card #sugerencias {
  background: url("../img/photo/sugerencias.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #entrantes {
  background: url("../img/photo/entrantes.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #embutido {
  background: url("../img/photo/1.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #ensaladas {
  background: url("../img/photo/ensalada.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #arroz {
  background: url("../img/photo/arroz.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #carne {
  background: url("../img/photo/chuleton.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #hamburguesa {
  background: url("../img/photo/hamburguesa.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #pescado {
  background: url("../img/photo/2.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #postre {
  background: url("../img/photo/3.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #copa {
  background: url("../img/photo/vcopa.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #blanco {
  background: url("../img/photo/vblanco.jpg") center center;
  background-size: contain;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #tinto {
  background: url("../img/photo/vtinto.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #otros {
  background: url("../img/photo/otrosv.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #cava {
  background: url("../img/photo/vcava.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #bebidas {
  background: url("../img/photo/bebidas.jpg") center center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card #cafe {
  background: url("../img/photo/cafe.jpg") top center;
  background-size: cover;
  background-repeat: no repeat;
  background-color: #fff;  
}

.dashboard-cards .card .card-title h2 {
  font-size: 42px;
  letter-spacing: -0.05em;
  margin: 70px 0px 70px 0px;
  padding: 0;
  text-shadow: 4px 4px 4px #000;
  color: #fff;
}

.dashboard-cards .card:hover .card-title h2 {
  text-shadow: 4px 4px 4px #fff;
  color: #000;
}

.dashboard-cards .card .card-description {
  position: relative;
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding: 10px 15px 0 15px;
}

.dashboard-cards .card .card-actions {
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  padding: 10px;
  text-align: center;
}

.dashboard-cards .card .card-flap {
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-box-shadow: 0px 9px 15px 5px rgba(128,128,128,0.89); 
  -moz-box-shadow: 0px 9px 15px 5px rgba(128,128,128,0.89); 
  box-shadow: 0px 9px 15px 5px rgba(128,128,128,0.89);  
}

.dashboard-cards .card .flap1 {
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}

.dashboard-cards .card .flap2 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}

.dashboard-cards.showing .card {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
}

.dashboard-cards .no-touch .dashboard-cards.showing .card:hover {
  opacity: 0.94;
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}

.dashboard-cards .card.d-card-show {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.dashboard-cards .card.d-card-show .card-flap {
  background: url("../img/backgrounds/bg-wood.jpg") top center no-repeat;
  background-size: cover;  
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.dashboard-cards .card.d-card-show .flap1 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.dashboard-cards .card.d-card-show .flap2 {
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}

.dashboard-cards .card-table {
  padding: 0 !important;
  text-align: center;
  width: 100%;
  background: #fff;
}

.dashboard-cards tr {
  border-left: 3px solid #8b1313;
}

.dashboard-cards tr td {
  padding: 15px 10px 15px 10px;
  margin: 3px 0;
  border-bottom: 1px solid #e9ebed;
  transition: all 0.2s ease;
  font-size: 20px;
  font-weight: 600;
}

.dashboard-cards #ingredients {
  font-size: 14px;
  color: #444;  
}

.dashboard-cards tr:hover td {
  background: #8b1313;
  color: #fff;
  transition: all 0.2s ease;
  border-bottom: 1px solid #8b1313;
}

.dashboard-cards tr:hover #fila-vacio {
  background: #fff;
  border-bottom: 1px solid #fff;  
}

.dashboard-cards .flap1 tr:hover span {
  color: #000;
}

.dashboard-cards tr td img {
  display: inline;
}

.dashboard-cards #title-vino {
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 1px solid #8b1313;
  padding-top: 20px;
  color: #8b1313;
}

.dashboard-cards #title-vino:hover {
  color: #b9bbc4;
}


.dashboard-cards #fila-der {
  text-align: left;  
}

.dashboard-cards.showing .card.d-card-show .task-count {
  color: #ffffff;
  background: #f36525;
  transition: all 0.2s ease;
}

.dashboard-cards .card-actions .btn {
  color: #fff;
}

.dashboard-cards .card-actions .btn:hover {
  color: #b9bbc4;
}

#alergenos img {
  width: 90%;	
}

@media (max-width: 575px) {
  .dashboard-cards tr td {
    font-size: 17px;
  }
}

/*--------------------------------------------------------------
# Eventos
--------------------------------------------------------------*/

.evento-content {
  padding: 30px;
}
.evento-content h1 {
  font-size: 26px;
  font-weight: 400;
  text-transform: none;
}
.evento-content h1 span {
  color: #8b1313;
  font-weight: 600;  
}
.evento-content h3 {
  font-size: 22px;
}
.evento-content h3 img {
  position: left;
  display: inline;
  max-width: 30px;
  margin-right: 20px;
}
.evento-content .boton-ind {
  margin-top: 50px;
}
.evento-content .boton-ind a {
  color: #fff;
  background-color: #8b1313;
  border: 1px solid #000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.evento-content .boton-ind a:hover {
  color: white;
  background-color: #ed2a1d;
  border-color: #ec2114;
}
.evento-right {
  padding: 30px;
}
.evento-right img {
  -webkit-box-shadow: 5px 5px 15px 3px #B3B3B3; 
  box-shadow: 5px 5px 15px 3px #B3B3B3;
}
.evento-left {
  padding: 30px;
}
.evento-left img {
-webkit-box-shadow: -5px 5px 15px 3px #B3B3B3; 
box-shadow: -5px 5px 15px 3px #B3B3B3;
}

/*--------------------------------------------------------------
# DONDE ESTAMOS SECTION
--------------------------------------------------------------*/

.mapheader {
  position: relative; 	
  padding-bottom: 0px;  
  padding-top: 11vh;
}

.cont-info .img-izq {
  -webkit-box-shadow: -5px 5px 15px 4px rgba(166,166,166,0.72); 
  -moz-box-shadow: -5px 5px 15px 4px rgba(166,166,166,0.72); 
  box-shadow: -5px 5px 15px 4px rgba(166,166,166,0.72);	
}

.cont-info .img-der {
  -webkit-box-shadow: 5px 5px 15px 4px rgba(166,166,166,0.72); 
  -moz-box-shadow: 5px 5px 15px 4px rgba(166,166,166,0.72); 
  box-shadow: 5px 5px 15px 4px rgba(166,166,166,0.72);	
}

.cont-info .textaddress img {
  display: inline;
  margin-right: 30px;
  margin-left: 20px;   
  float: left;    
}

.cont-info .textaddress i {
  color: #8b1313;
  font-size: 50px;  
  margin-right: 30px; 
  margin-left: 20px; 
  float: left;      
}

.cont-info .textaddress {
  font-size: 26px; 
  font-weight: 600;
  text-align: left;
}

#time-title i {
  color: #8b1313;
  font-size: 50px;  
  margin-right: 20px; 
  margin-left: 20px;     
}

#time-title h3 {
  margin: 10px 0px 30px 0px;  
  padding-top: 10px;
}

.timesection {
  margin: 30px auto;
  text-align: center;  
  width: 100%;
}

.timesection td {
  padding: 10px 10px 10px 10px;	
  border-bottom: 1px solid #444444;
  font-size: 18px;
}

.timesection th {
  font-size: 18px;
}

.closed {
  color: #e03a3c;
}

.llegar .icon-box {
  text-align: center;
  padding: 60px 20px;
  transition: all ease-in-out 0.3s;
}

.llegar .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffb03b;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.llegar .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.llegar .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fccd86;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.llegar .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.llegar .icon-box h4 a {
  color: #384046;
}

.llegar .cartas .wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}

.llegar .card-container {
  display: inline-block;
  width: 350px;
  height: 390px;
  position: relative;
  float:left;	
  z-index: 1;
  -webkit-perspective: 800;
  -moz-perspective: 800;
  perspective: 800;
  margin-bottom: 60px;
}

.llegar .card {
  -moz-box-shadow: 1px 5px 15px 5px #9B9B9B; 	
  -webkit-box-shadow: 1px 5px 15px 5px #9B9B9B; 
  box-shadow: 1px 5px 15px 5px #9B9B9B;
  height: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.5s;    
  -moz-transform-style: preserve-3d;
  -moz-transition: all 0.5s;    
  transform-style: preserve-3d;
  transition: all 0.5s;
}

.llegar .card-container:hover .card {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.llegar .card .side {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.llegar .card .front {
  height: 100%;
  width: 100%;
  background: url("../img/backgrounds/bg-wood.jpg") top center no-repeat;
  background-size: cover;  
  color: #fff;
}

.llegar .card .front h4 {
  font-size: 26px;
  margin-bottom: 30px;
}

.llegar .card .front p {
  font-size: 22px;
  margin-top: 40px;
}

.llegar .card .back {
  background: #8b1313;
  position: relative;
  color: #000;
  height: 100%;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border: 2px solid #000;
  padding: 10px 10px 20px 10px;
  background: url("../img/backgrounds/bg-wood-li.png") top center no-repeat;
  background-size: cover;    
}

.llegar .card .back h4 {
  font-size:24px;
  position: relative;  
  text-align: center;
  margin-bottom: 20px;
  color: #8b1313;
}

.llegar .card .back ul {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.llegar .card .back ul li {
  margin-top: 10px;
}

.llegar .card .back span {
  color: #313030;
}

.llegar .card .back img {
  max-height: 30px;
  margin-right: 10px;  
}

.llegar .card .back ul li i {
  color: #8b1313;
  margin-right: 20px;
}

/*--------------------------------------------------------------
# CONTACTO
--------------------------------------------------------------*/

.contact h3 {
  font-size: 34px;       
  color: #8b1313;  
}

.contact .data-artu {
  font-size: 24px;      
  font-weight: 600;      
}

.contact .data-artu i {
  color: #8b1313;
  font-size: 50px;      
}

.contact #formcontacto {
  padding: 10px 90px 10px 90px;
  color: 444; 
}	

.contact #formcontacto h3 {
  margin-bottom: 40px;
  color: #444;
}	

.contact #formcontacto input {
  border: 1px solid #444;
}	

.contact #formcontacto textarea {
  border: 1px solid #444;
}	

.contact #priv {
  margin-left: 20px;	
}

.contact #priv p {
  margin-left: 20px;	
  display: inline;
}


/*--------------------------------------------------------------
# Aviso Legal
--------------------------------------------------------------*/

.avisotitle {
  margin: 50px 0px 20px 0px;	
}

.aviso h4 {
  font-size: 18px;  
  font-weight: 700;
}

.aviso p {
  text-align: justify;	
}

.aviso ul li {
  margin-bottom: 20px;	
}

.policy h4 {
  font-size: 18px;  
  font-weight: 700;
}

.policy p {
  text-align: justify;	
}

.policy ul li {
  margin-bottom: 20px;	
}

.policy table {
  width: 100%;
}

.policy table tr th {
  background: #cccccc;
  font-weight: 600;
  font-size: 18px;
}

.policy table .gris {
  background: #cccccc;
  font-weight: 600;
  font-size: 16px;  
}

.policy table .azul {
  background: #bae6ff;
  font-weight: 600;
  font-size: 16px;  
}

.policy table tr td {
  border: 1px solid #444;
  width: auto;  
  padding: 10px 20px 10px 20px;
}

.policy a {
  color: #456aa5;	
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 0 20px;
  width: 100%;  
}
footer.footer a {
  color: rgba(255, 255, 255, 0.7); 
}
footer.footer a:hover {
  color: white;
}
footer.footer p {
  font-size: 22px;
}
footer.footer table {
  margin: auto;
}
footer.footer .contact-details {
  margin: 50px 0;
}
footer.footer .social {
  margin-bottom: 50px;
}
footer.footer .copyright p.small {
  font-size: 14px;
}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}
.btn-outline-light {
  color: white;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #EF4035;
  background: white;
  outline: none;
}
.btn-outline-dark {
  color: #fff;
  border: 1px solid #444;
  background: #8b1313;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #EF4035;
  border-color: #EF4035;
  outline: none;
}
.btn {
  border-radius: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: black;
  color: #fff;
  padding: 20px 0;
  margin-top: 70px;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0px -7px 15px -5px rgba(0,0,0,0.86); 
  -moz-box-shadow: 0px -7px 15px -5px rgba(0,0,0,0.86); 
  box-shadow: 0px -7px 15px -5px rgba(0,0,0,0.86);   
}
.btn-full-width:hover {
  background-color: #8b1313;
  color: #fff;
}
.btn-full-width:focus {
  color: #fff;
}
  .btn-full-width img {	  
	margin: 0px 20px;  
  }	  

@media (max-width: 695px) {
  .btn-full-width {
	max-height: 120px; 
	text-align: center;	
  }	
  .btn-full-width span {
    display: none;
  }
  .btn-full-width img {	  
	margin: 20px auto;  
  }	  
}

body.modern {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.modern h1,
body.modern h2,
body.modern h3,
body.modern h4,
body.modern h5,
body.modern h6,
body.modern .navbar-brand,
body.modern p.lead,
body.modern header .brand-name,
body.modern .portfolio-carousel .project-name,
body.modern .testimonials .testimonial-author .name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
body.modern .about-carousel .owl-controls .owl-prev,
body.modern .testimonials .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next,
body.modern .testimonials .owl-controls .owl-next {
  line-height: 55px !important;
}
body.vintage {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.vintage h1,
body.vintage h2,
body.vintage h3,
body.vintage h4,
body.vintage h5,
body.vintage h6,
body.vintage .navbar-brand,
body.vintage p.lead,
body.vintage header .brand-name,
body.vintage .portfolio-carousel .project-name,
body.vintage .testimonials .testimonial-author .name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .testimonials .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next,
body.vintage .testimonials .owl-controls .owl-next {
  line-height: 55px !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  transition: all 0.4s;
  font-weight: 600;
  z-index: 999;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  color: #fff;
  background: #8b1313; 
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}