html, body {
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}

a {
  color: #333333;
}
a:hover {
  color: #e00639;
  text-decoration: none;
}

ul {
  padding-left: 20px;
}

.vermell {
  color: #e00639 !important;
}

.ui-widget {
  font-size: 14px;
}

.btn {
  font-size: 20px;
}

/*
.dropdown {
	.dropdown-toggle {
		.glyphicon::before {
			content: "\002b";
		}
	}
	
	&.open {
		.dropdown-toggle {
			.glyphicon::before {
				content: "\2212";
			}
		}
	}
}

.dropdown-menu {
	& > li {
		& > a {
			padding: 10px 40px;
		}
	}
}
*/
.botoGris {
  background-color: #4e5b61;
  background-repeat: repeat-x;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a.botoGris {
  background-color: #4e5b61;
  background-repeat: repeat-x;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a.botoGris:hover {
  background-color: #e00639;
}

.botoGris:hover {
  cursor: pointer;
}

.mr10 {
  margin-right: 10px;
}

.content {
  padding-bottom: 79px;
}
@media (min-width: 768px) {
  .content {
    padding-bottom: 20px;
  }
}

#myCarousel2 {
  margin-bottom: 20px;
}

footer {
  text-align: center;
  padding-bottom: 59px;
}
@media (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }
}
footer > div {
  background-color: #000;
  padding: 20px 0;
}
footer a {
  color: #FFF;
  margin: 0 25px;
}
footer a:hover {
  color: #FFF;
}

@media (min-width: 768px) {
  .modal-dialog-reserva {
    width: 450px;
  }
}
.modal-dialog-reserva .modal-header {
  background-color: #4e5b61;
}
.modal-dialog-reserva .modal-header .close {
  color: #FFF;
}
.modal-dialog-reserva .modal-header h4 {
  color: #FFF;
}

#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 12px;
  line-height: 18px;
  left: 0;
  bottom: 0;
  background-color: #e8e8e7;
}

.cookie-notice-container {
  padding: 10px;
}

#cookie-notice .actions {
  display: flex;
  justify-content: center;
}

#cookie-notice .actions a {
  display: inline-block;
  align-self: flex-end;
}

#cookie-notice .actions .btn {
  font-size: 12px;
  margin-right: 10px;
}

.navbar {
  z-index: 120;
  font-size: 16px;
  background-color: #FFF;
  border-color: transparent;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .navbar {
    font-size: 18px;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.navbar-nav > li > a {
  padding-left: 8px;
  padding-right: 8px;
}

.navbar-brand {
  height: auto;
  width: 79%;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-left: 5px;
  }
}
@media (min-width: 1201px) {
  .navbar-brand {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .dropdown-menu {
    font-size: 16px;
  }
}
.dropdown-menu > li > a {
  line-height: 1.8;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse > div {
    float: right;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}
.idioma {
  display: block;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.idioma a {
  background-color: #000;
  opacity: 0.8;
  color: #fff;
  display: block;
  float: left;
  padding: 5px 8px;
}
.idioma a.active, .idioma a:hover {
  background-color: #4e5b61;
}

/* THE CAROUSEL
-------------------------------------------------- */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.background-carousel {
  height: 100%;
  position: absolute;
  width: 100%;
  /* Since positioning the image, we need to help out the caption */
}
.background-carousel .carousel-inner > .item > img {
  min-width: 100%;
}
.background-carousel .carousel-inner > .item {
  -moz-transition: opacity 2s ease 0.3s;
  -o-transition: opacity 2s ease 0.3s;
  -webkit-transition: opacity 2s ease;
  -webkit-transition-delay: 0.3s;
  transition: opacity 2s ease 0.3s;
}
.background-carousel .item {
  height: 100%;
}
.background-carousel .item,
.background-carousel .active.left,
.background-carousel .active.right {
  opacity: 0;
}
.background-carousel .active,
.background-carousel .next.left,
.background-carousel .prev.right {
  opacity: 1;
}
.background-carousel .carousel-caption {
  z-index: 10;
}
.background-carousel .carousel-control {
  background-image: none;
  z-index: 2;
}
.background-carousel .full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel .carousel-control {
  color: #4e5b61;
  text-shadow: none;
}
.carousel .carousel-control .glyphicon-chevron-left, .carousel .carousel-control .icon-prev {
  left: 0;
  margin-left: 10px;
}
.carousel .carousel-control .glyphicon-chevron-right, .carousel .carousel-control .icon-next {
  right: 0;
  margin-right: 10px;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background: none;
}

.form-group .select {
  position: relative;
}
.form-group .select select {
  border: none;
  padding-right: 60px;
  width: 100%;
  z-index: 10;
  position: relative;
  background-color: transparent;
}
.form-group .select span {
  position: absolute;
  right: 10px;
  top: 8px;
}

.modal-body form label {
  font-weight: normal;
}
.modal-body form label span {
	text-transform: uppercase;
}
.modal-body form .info {
  font-size: 12px;
}
.modal-body form .hasDatepicker {
  width: 100px;
}
.modal-body form .hasDatepicker + a {
  padding-left: 4px;
  color: #4e5b61;
  display: inline-block;
}
.modal-body form > .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-body form .reservar {
  background-color: #e00639;
  font-size: 18px;
}
.modal-body form .modificar {
  font-size: 16px;
}

/* === booking_box_xs === */
.booking_box_xs {
  z-index: 10;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.booking_box_xs a {
  padding: 15px 0;
  font-size: 20px;
}
.booking_box_xs a.reservar {
  background-color: #e00639;
}
.booking_box_xs > span {
  width: 16.6%;
  float: left;
  border-right: 1px solid #FFF;
}
.booking_box_xs > span:last-child {
  width: 66.6%;
  border-right: none;
}

body.home {
  /* === booking_box === */
}
body.home > .container {
  position: relative;
  height: 100%;
}
body.home .container-fluid {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
body.home .booking_box {
  background-color: #fff;
  position: absolute;
  top: 80px;
  z-index: 10;
  left: 15px;
  font-size: 14px;
  width: 726px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 300px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
body.home .booking_box h3 {
  margin: 0;
  border-bottom: 1px solid #4e5b61;
  padding: 10px 15px;
}
body.home .booking_box h3 span {
  color: #e00639;
}
body.home .booking_box h3 + div {
  padding: 10px 15px;
}
body.home .booking_box label {
  font-weight: normal;
}
body.home .booking_box label > span {
  display: block;
}
body.home .booking_box .hasDatepicker {
  width: 80px;
}
body.home .booking_box .hasDatepicker + a {
  padding: 4px 6px 3px 7px;
  background-color: #4e5b61;
  color: #fff;
  display: inline-block;
}
body.home .booking_box select {
  width: 40px;
}
body.home .booking_box a.reservar {
  padding: 3px 20px;
  background-color: #e00639;
  font-size: 14px;
}
body.home .footer-home {
  position: absolute;
  z-index: 10;
  font-size: 14px;
  width: auto;
  left: 30px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 20px;
}

body.localizacion .carousel {
  margin-bottom: 20px;
}
body.localizacion .map {
  height: 300px;
}

body.opinion .carousel {
  margin-bottom: 20px;
}
body.opinion .comparte {
  width: 180px;
}
@media (min-width: 768px) {
  body.opinion .comparte {
    float: right;
  }
}

table.agendatable thead tr th {
  width: 38px;
  height: 30px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

table.agendatable tbody tr td {
  height: 38px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  background-color: #EDEEEF;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
}

table.agendatable tbody tr td a {
  color: #FFFFFF;
}

table.agendatable tbody tr td.otroMes {
  background-color: #FFFFFF;
  color: #CCCCCC;
}

table.agendatable tbody tr td.today {
  background-color: #e00639;
  color: #FFFFFF;
}

table.agendatable tbody tr td.event {
  background-image: url(/img/event.png);
  color: #FFFFFF;
}

.infoMes {
  font-size: 18px;
}

body.ofertas .oferta {
  padding-bottom: 20px;
}


body.politica-de-cookies #tipos-de-cookie {
    border-collapse: collapse;
    width: 100%;
}
body.politica-de-cookies #tipos-de-cookie td {
    border: 1px solid #aaa;
    padding: 8px;
}

.top-bar-notice {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
}
.top-bar-notice a, .top-bar-notice a:hover {
	color: #fff;
	text-decoration: underline;
}
