@charset "UTF-8";
/* CSS SCREEN */
/**** OMATECH Xtreme Web Culture ****/
/************ FLAX&KALE *************/
/************** VENDOR **************/
/********  MIXINS ********/
/*
@mixin transition-delay($delay) {
    -webkit-transition-delay: $delay;
       -moz-transition-delay: $delay;
         -o-transition-delay: $delay;
            transition-delay: $delay;
}*/
/* TRANSFORM */
/************** STYLES **************/
/* fonts */
/********** VARIABLES **********/
/* COLORS */
/* TEXT */
/* BACKGROUNDS */
/**/
/* BORDERS */
/* BRAND */
/*
$brand-primary: ;
$brand-danger: ;
$brand-info: ;
$brand-warning: ;
$brand-success: ;
*/
/* COLORS CAIXES */
/* COLORS SOCIAL & DOCS */
/* backgrounds */
/* MIDES */
/* header + breadcrumbs */
/* Ample LOGO */
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i");
/* ZINDEX */
/**/
/******** RESET ********/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

p, ul, ol, dl, dt, dd, figure, address, form {
    margin: 0;
    padding: 0; }

ul, ol {
    list-style: none; }

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3; }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

a {
    color: inherit;
    text-decoration: none;
    outline: 0; }
a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
    color: inherit; }

input::-moz-focus-inner {
    border: 0; }

input:focus, input:active {
    outline: none !important; }

input[type="submit"], button {
    cursor: pointer; }
input[type="submit"]:focus, input[type="submit"]:active, button:focus, button:active {
    outline: none !important; }

textarea {
    resize: none; }

button {
    outline: none !important;
    border: none;
    background-color: transparent; }

/***********************/
/* Overwrite Bootstrap */
.dropdown-backdrop {
    position: static; }

/******** COMMON ********/
/* BASE */
html {
    font-size: 50%; }

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #4A4A4A;
    font-size: 14px;
    font-size: 1.75rem; }
@media (max-width: 1023px) {
    body {
        font-size: 13px;
        font-size: 1.625rem; } }
@media (max-width: 679px) {
    body {
        font-size: 12px;
        font-size: 1.5rem; } }

a {
    color: #252326;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
a * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
button * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.caret {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    border-bottom: 0; }
@media (max-width: 1023px) {
    .caret {
        top: 0;
        border-left-width: 6px;
        border-right-width: 6px;
        border-top-width: 6px; } }
[aria-expanded="true"] .caret {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
@media (max-width: 799px) {
    .container {
        padding-left: 10px;
        padding-right: 10px; } }

/* Container Sizes */
.container {
    width: 100%;
    max-width: 992px; }
@media (min-width: 1366px) {
    .container {
        max-width: 1180px; } }
@media (min-width: 1480px) {
    .container {
        max-width: 1280px; } }
@media (max-width: 1365px) {
    .container.container-wide {
        width: 100%;
        max-width: 100%; } }

/* OVERLAY */
.overlay {
    background-color: #000000;
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.25s ease-out 0.05s;
    -moz-transition: all 0.25s ease-out 0.05s;
    -ms-transition: all 0.25s ease-out 0.05s;
    -o-transition: all 0.25s ease-out 0.05s;
    transition: all 0.25s ease-out 0.05s;
    z-index: 1011;
    /*.show-menu & {
          @include media('>=tablet-md') {
              display: block;
              opacity: 0.5;
              z-index: $z-header - 1;
          }
      }*/ }
@media (min-width: 768px) {
    .show-basket .overlay,
    .show-user .overlay,
    .show-filter .overlay {
        display: block;
        opacity: 0.35; } }

/* RESPONSIVE */
@media (max-width: 619px) {
    .hide-mobile {
        display: none !important; } }

@media (min-width: 620px) {
    .show-mobile {
        display: none !important; } }

@media (max-width: 799px) {
    .hide-tablet {
        display: none !important; } }

@media (min-width: 800px) {
    .show-tablet {
        display: none !important; } }

/* IMATGES */
.img img {
    min-width: 100%;
    max-width: 100%; }

.img-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
.img-round img {
    min-width: 100%;
    max-width: 100%; }

/* FONS */
.bg-light {
    background-color: #F9F9F9 !important; }

.bg-cream {
    background-color: #F7F7F7 !important; }

.bg-dark {
    background-color: #1A181B !important; }
.bg-dark.dark-2 {
    background-color: #252326 !important; }

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

.bg-black {
    background-color: #000000 !important;
    color: #ffffff !important; }
.bg-black .title {
    color: #ffffff !important; }

.bg-page {
    background-color: #ffffff !important; }

.bg-alert {
    background-color: #DF0039; }

/* icons */
/* plugins */
/* Components */
/* TEXT */
.name_restaurant h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #252326 !important; }

.name_restaurant a {
    color: #252326 !important;
    text-decoration: none; }

/* titols */
h1.condensed, h2.condensed, h3.condensed, h4.condensed, h5.condensed, h6.condensed {
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }

/* FORMULARIS */
/* LABEL */
label {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #252326;
    font-size: 14px;
    font-size: 1.75rem; }
@media (max-width: 1023px) {
    label {
        font-size: 13px;
        font-size: 1.625rem; } }
@media (max-width: 679px) {
    label {
        font-size: 12px;
        font-size: 1.5rem; } }

/* TEXT INPUT */
.form-control {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #4A4A4A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #252326;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.75rem;
    /**/ }
@media (max-width: 1023px) {
    .form-control {
        font-size: 13px;
        font-size: 1.625rem; } }
@media (max-width: 679px) {
    .form-control {
        font-size: 12px;
        font-size: 1.5rem; } }
.form-control:focus {
    border-color: #252326;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) ;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) ;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) ; }
.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #9B9B9B; }
.form-control:-moz-placeholder {
    opacity: 1;
    color: #9B9B9B; }
.form-control::-moz-placeholder {
    opacity: 1;
    color: #9B9B9B; }
.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #9B9B9B; }
.control-icon .form-control {
    padding-left: 45px; }

textarea.form-control {
    border-width: 1px;
    padding: 5px;
    min-height: 100px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/* LLISTAT DE CHECKS */
.check-group > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 5px; }
.check-group > li a {
    text-decoration: underline;
    margin: 0 5px; }

/* OPCIONS CHECK */
.check-option {
    position: relative; }
.check-option input {
    position: absolute;
    top: 0;
    left: 0; }
.check-option .btn-check {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    height: 44px;
    padding: 0 25px 0 10px;
    overflow: hidden;
    cursor: pointer; }
.check-option .btn-check .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px;
    text-transform: uppercase; }
[class*="bg-dark"] .check-option .btn-check {
    background-color: #252326;
    border-color: #9B9B9B;
    color: #9B9B9B; }
.check-option input {
    opacity: 0;
    cursor: pointer; }
.check-option input:checked ~ .btn-check {
    background-color: #252326;
    border-color: #252326;
    color: #ffffff; }
[class*="bg-dark"] .check-option input:checked ~ .btn-check {
    background-color: rgba(216, 216, 216, 0.1);
    border-color: #a9adb0;
    color: #ffffff; }
[class*="bg-dark"] .check-option input:checked ~ .btn-check .num {
    background-color: rgba(216, 216, 216, 0.3); }

/* LLISTAT OPCIONS */
.options-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
.options-list > li {
    margin: 5px 2px; }

/* DROPDOWN PREFIXES PAÏSSOS */
.bootstrap-select .dropdown-toggle {
    background-color: transparent;
    height: 50px;
    padding: 0 0 0 5px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #252326;
    font-size: 14px;
    font-size: 1.75rem; }
@media (max-width: 1023px) {
    .bootstrap-select .dropdown-toggle {
        font-size: 13px;
        font-size: 1.625rem; } }
@media (max-width: 679px) {
    .bootstrap-select .dropdown-toggle {
        font-size: 12px;
        font-size: 1.5rem; } }

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    border: none; }
.bootstrap-select .dropdown-menu .bs-searchbox {
    margin: 0 5px 5px 5px; }
.bootstrap-select .dropdown-menu .bs-searchbox .form-control {
    height: 35px;
    border: 1px solid #252326;
    padding: 0 5px; }

/* BOTONS */
/* base */
button.form-control,
input[type="button"],
.reservarButton {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 12px;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    border-width: 2px;
    border-style: solid;
    height: 38px;
    padding: 0 35px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important; }
@media (max-width: 1365px) {
    button.form-control,
    input[type="button"],
    .reservarButton {
        padding: 0 30px; } }
@media (max-width: 1023px) {
    button.form-control,
    input[type="button"],
    .reservarButton {
        padding: 0 25px; } }
@media (max-width: 679px) {
    button.form-control,
    input[type="button"],
    .reservarButton {
        padding: 0 20px; } }
@media (max-width: 679px) {
    button.form-control,
    input[type="button"],
    .reservarButton {
        font-size: 11px;
        font-size: 1.375rem; } }
@media (max-width: 479px) {
    button.form-control,
    input[type="button"],
    .reservarButton {
        height: 33px;
        padding: 0 15px; } }
button.form-control:hover,
input[type="button"]:hover,
.reservarButton:hover {
    cursor: pointer; }

/* DEFAULT */
button#volver_commentary,
input[type="button"].form-control {
    background-color: transparent;
    color: #1A181B;
    border-color: #1A181B; }
button#volver_commentary:hover,
input[type="button"].form-control:hover {
    color: #1A181B;
    border-color: #1A181B; }

/* PRIMARY */
button.buttoncredit,
button.reservarButton,
input[type="button"].reservarButton {
    background-color: #252326;
    color: #ffffff;
    border-color: #423E43; }
button.buttoncredit:hover,
button.reservarButton:hover,
input[type="button"].reservarButton:hover {
    color: #ffffff; }

.back-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.75rem;
    color: #252326;
    text-transform: uppercase;
    text-decoration: none; }

/* CALENDARI */
#datepicker {
    margin-bottom: 25px; }
#datepicker .ui-datepicker {
    font-family: "Open Sans", sans-serif;
    border: none;
    width: 280px;
    /* header */
    /* calendari */ }
#datepicker .ui-datepicker .ui-datepicker-header {
    border: none;
    margin: 10px 10px 20px 10px;
    padding: 0; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background-color: #252326;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border: none;
    opacity: 1;
    width: 28px;
    height: 28px;
    top: 0;
    border-radius: 50%; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-image: none;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.5rem;
    overflow: hidden;
    display: block;
    margin: 0;
    z-index: 10; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before,
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: 0; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    cursor: pointer; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
    content: '◀'; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
    content: '▶'; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 16px;
    font-size: 2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #252326; }
#datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    text-transform: uppercase; }
#datepicker .ui-datepicker .ui-datepicker-calendar {
    /* setmana */
    /* dies */ }
#datepicker .ui-datepicker .ui-datepicker-calendar thead tr th {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #252326;
    text-align: center;
    border: none;
    padding: 5px; }
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #252326;
    text-align: center;
    border: none;
    padding: 4px 2px;
    /* <SPAN>, <A> */
    /* avui */
    /* altres mesos */
    /* hover */ }
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td span, #datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border: none;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none; }
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-highlight, #datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-active, #datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight, #datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
    background-color: #252326 !important;
    color: #ffffff !important; }
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
    background-color: #E9E9E9; }
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
    background-color: #E9E9E9; }
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
    opacity: 0; }
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
    background-color: #F7F7F7;
    color: #000000; }

/* ELEMENTS */
/* PASOS */
/* TARGETES */
.letter {
    font-family: "Open Sans", sans-serif;
    /* targeta seleccionada */ }
.letter .category_box > span.ng-binding:first-of-type {
    font-weight: 600; }

/* separacions */
/* detall reserva */
.size_page {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }

.bcolor {
    background-color: #252326 !important; }
