ul.lista-footer > li {
    margin-bottom: 8px;
}

/* ========================================================================
Bootstrap Overrides
========================================================================== */
.navbar-brand {
	padding: 10px 5px;
}
.panel-heading {
	box-shadow:0px -2px 0px 1px rgb(244, 56, 119);
}
.list-group-item {
	border: none;
	border-top: 1px solid #ddd;
}
.dropdown-menu {
	width: 100%;
}
.glyphicon-star {
	color: gold;
}
.panel {
 margin-bottom: 10px;
}
.btn {
   padding: 6px 6px;
}
/* ========================================================================
Custom clases
========================================================================== */
/*body {
   background-color: #F43877; 
   background-image: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
   padding-top: 105px;
   }*/
   .icono-edades {
      width: 32px;
   }
   .iconos-toolbar > img {
      margin-top: 5px;
      vertical-align: top;
   }
   .text-white {
      color: white;
   }
   .text-black {
      color: black;
   }
   .article-container {
      padding-bottom: 60px;
   }
   .navbar-fixed-bottom {
      min-height: 50px;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(240,240,240,0.85);
   }
   #map {
      height:230px;
      width:100%;
   }
   .label-large {
      color: #999999;
      background-color: #e5e5e5;
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      vertical-align: middle;
      touch-action: manipulation;
      cursor:not-allowed;
      border: 1px solid transparent;
      white-space: nowrap;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
   }
   .seleccion {
     display: block;
     width: 20px;
     height: 20px;
     background-color: #f43877!important;
  }
  footer {
   background-color: #fffbfb;
   padding: 10px 0 0;
   border-top: #efccd8
}
.cartel {
   //border-radius: 7px;
}
.leyenda-libre {
   display: block;
   width: 25px;
   height: 25px;
   background-color: #8bc34a;
}
.leyenda-ocupado {
   display: block;
   width: 25px;
   height: 25px;
   background-color: gray;
}
.leyenda-seleccion {
   display: block;
   width: 25px;
   height: 25px;
   background-color: #F43877;
}
.left {
   float: left;
}
.right {
   float: right;
}
.sala-left{
   float: left;
   width: 50%;
}
.sala-right{
   float: left;
   width: 50%;
}
.asiento {
   width: 15px;
   height: 15px;
   display: block;
   background-color: #8BC34B;
   float: left;
   margin-right: 3px;
}
.libre {
   background-color: #8bc34a;
}
.ocupado {
   background-color: gray;
}
.fila {
   height: 20px;
}
.fila-numero {
   margin: 0px;
   width: 20px;
   text-align: center;
   margin-right: 5px;
}
/* ========================================================================
Helper: Divider
========================================================================== */
.divider {
   margin-top: 15px;
   margin-bottom: 15px;
   padding-left: 15px;
   padding-right: 15px;
}
.divider:before {
   content: "";
   display: block;
   border-top: 1px solid #dddddd;
}
/* Large screen and bigger */
@media (min-width: 1200px) {
   .divider {
      margin-top: 15px;
   }
}
/* ========================================================================
Helper: Touch
========================================================================== */
.touch {
   -webkit-overflow-scrolling: touch;
}
/* ========================================================================
Helper: Margins & Padding
========================================================================== */
.margin {
   margin-bottom: 15px;
}
* + .margin {
   margin-top: 15px;
}
.margin-top {
   margin-top: 15px !important;
}
.margin-bottom {
   margin-bottom: 15px !important;
}
.margin-left {
   margin-left: 15px !important;
}
.margin-right {
   margin-right: 15px !important;
}
/*
* Larger margins
*/
.margin-large {
   margin-bottom: 50px;
}
* + .margin-large {
   margin-top: 50px;
}
.margin-large-top {
   margin-top: 50px !important;
}
.margin-large-bottom {
   margin-bottom: 50px !important;
}
.margin-large-left {
   margin-left: 50px !important;
}
.margin-large-right {
   margin-right: 50px !important;
}
/*
* Medium margins
*/
.margin-medium {
   margin-bottom: 25px;
}
* + .margin-medium {
   margin-top: 25px;
}
.margin-medium-top {
   margin-top: 25px !important;
}
.margin-medium-bottom {
   margin-bottom: 25px !important;
}
.margin-medium-left {
   margin-left: 25px !important;
}
.margin-medium-right {
   margin-right: 25px !important;
}
/*
* Smaller margins
*/
.margin-small {
   margin-bottom: 5px;
}
* + .margin-small {
   margin-top: 5px;
}
.margin-small-top {
   margin-top: 5px !important;
}
.margin-small-bottom {
   margin-bottom: 5px !important;
}
.margin-small-left {
   margin-left: 5px !important;
}
.margin-small-right {
   margin-right: 5px !important;
}
/*
* Remove margins
*/
.margin-remove {
   margin: 0 !important;
}
.margin-top-remove {
   margin-top: 0 !important;
}
.margin-bottom-remove {
   margin-bottom: 0 !important;
}
/* Padding
========================================================================== */
.padding-remove {
   padding: 0 !important;
}
.padding-top-remove {
   padding-top: 0 !important;
}
.padding-bottom-remove {
   padding-bottom: 0 !important;
}
.padding-vertical-remove {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}
/*
* Smaller paddings
*/
.padding-small {
   padding-bottom: 5px;
}
* + .margin-small {
   padding-top: 5px;
}
.padding-small-top {
   padding-top: 5px !important;
}
.padding-small-bottom {
   padding-bottom: 5px !important;
}
.padding-small-left {
   padding-left: 5px !important;
}
.padding-small-right {
   padding-right: 5px !important;
}
/* ========================================================================
Component: Flex
========================================================================== */
.flex {
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
}
.flex-inline {
   display: -ms-inline-flexbox;
   display: -webkit-inline-flex;
   display: inline-flex;
}
/*
* Fixes initial flex-shrink value in IE10
*/
.flex > *,
.flex-inline > * {
   -ms-flex-negative: 1;
}
/* Alignment
========================================================================== */
/*
* Vertical alignment
* Default value is `stretch`
*/
.flex-top {
   -ms-flex-align: start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
}
.flex-middle {
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
.flex-bottom {
   -ms-flex-align: end;
   -webkit-align-items: flex-end;
   align-items: flex-end;
}
/*
* Horizontal alignment
* Default value is `flex-start`
*/
.flex-center {
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.flex-right {
   -ms-flex-pack: end;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
}
.flex-space-between {
   -ms-flex-pack: justify;
   -webkit-justify-content: space-between;
   justify-content: space-between;
}
.flex-space-around {
   -ms-flex-pack: distribute;
   -webkit-justify-content: space-around;
   justify-content: space-around;
}
/* Direction
========================================================================== */
.flex-row-reverse {
   -ms-flex-direction: row-reverse;
   -webkit-flex-direction: row-reverse;
   flex-direction: row-reverse;
}
.flex-column {
   -ms-flex-direction: column;
   -webkit-flex-direction: column;
   flex-direction: column;
}
.flex-column-reverse {
   -ms-flex-direction: column-reverse;
   -webkit-flex-direction: column-reverse;
   flex-direction: column-reverse;
}
/* Wrap
========================================================================== */
.flex-nowrap {
   -ms-flex-wrap: nowrap;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
}
.flex-wrap {
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
.flex-wrap-reverse {
   -ms-flex-wrap: wrap-reverse;
   -webkit-flex-wrap: wrap-reverse;
   flex-wrap: wrap-reverse;
}
/*
* Horizontal alignment
* Default value is `stretch`
*/
.flex-wrap-top {
   -ms-flex-line-pack: start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
.flex-wrap-middle {
   -ms-flex-line-pack: center;
   -webkit-align-content: center;
   align-content: center;
}
.flex-wrap-bottom {
   -ms-flex-line-pack: end;
   -webkit-align-content: flex-end;
   align-content: flex-end;
}
.flex-wrap-space-between {
   -ms-flex-line-pack: justify;
   -webkit-align-content: space-between;
   align-content: space-between;
}
.flex-wrap-space-around {
   -ms-flex-line-pack: distribute;
   -webkit-align-content: space-around;
   align-content: space-around;
}
/* Item ordering
========================================================================== */
/*
* Default is 0
*/
.flex-order-first {
   -ms-flex-order: -1;
   -webkit-order: -1;
   order: -1;
}
.flex-order-last {
   -ms-flex-order: 99;
   -webkit-order: 99;
   order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
   .flex-order-first-small {
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1;
   }
   .flex-order-last-small {
      -ms-flex-order: 99;
      -webkit-order: 99;
      order: 99;
   }
}
/* Tablet and bigger */
@media (min-width: 768px) {
   .flex-order-first-medium {
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1;
   }
   .flex-order-last-medium {
      -ms-flex-order: 99;
      -webkit-order: 99;
      order: 99;
   }
}
/* Desktop and bigger */
@media (min-width: 992px) {
   .flex-order-first-large {
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1;
   }
   .flex-order-last-large {
      -ms-flex-order: 99;
      -webkit-order: 99;
      order: 99;
   }
}
/* Large screen and bigger */
@media (min-width: 1200px) {
   .flex-order-first-xlarge {
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1;
   }
   .flex-order-last-xlarge {
      -ms-flex-order: 99;
      -webkit-order: 99;
      order: 99;
   }
}
/* Item dimensions
========================================================================== */
/*
* Initial: 0 1 auto
* Content dimensions, but shrinks
*/
/*
* No Flex: 0 0 auto
* Content dimensions
*/
.flex-item-none {
   -ms-flex: none;
   -webkit-flex: none;
   flex: none;
}
/*
* Relative Flex: 1 1 auto
* Space is allocated considering content
* 1. Fixes flex-shrink value in IE10
*/
.flex-item-auto {
   -ms-flex: auto;
   -webkit-flex: auto;
   flex: auto;
   /* 1 */
   -ms-flex-negative: 1;
}
/*
* Absolute Flex: 1 1 0%
* Space is allocated solely based on flex
*/
.flex-item-1 {
   -ms-flex: 1;
   -webkit-flex: 1;
   flex: 1;
}
/* ========================================================================
Component: Shadows
========================================================================== */
.shadow-2dp {
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);transition: all 0.2s ease-in-out; 
}
.shadow-2dp:hover {
   box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.shadow-3dp {
   box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); 
}
.shadow-4dp {
   box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); 
}
.shadow-6dp {
   box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); 
}
.shadow-8dp {
   box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.shadow-16dp {
   box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); 
}

/* ========================================================================
Animations
========================================================================== */
#main {
   -webkit-animation-duration: 1.3s;
   -webkit-animation-delay: 0.05s;
}
#aside-1 {
   -webkit-animation-duration: 1.3s;
   -webkit-animation-delay: 0.05s;
}
#aside-2 {
   -webkit-animation-duration: 1.3s;
   -webkit-animation-delay: 0.25s;
}
#aside-3 {
   -webkit-animation-duration: 1.3s;
   -webkit-animation-delay: 0.35s;
}
#breadcrumb {
   -webkit-animation-delay: 0.5s;
}
.fixed {
   position:fixed; top:97px;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -webkit-animation-delay: 0.2s;
}
/* ========================================================================
Bootstrap Queries
========================================================================== */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 480px) {
   .asiento {
    width: 25px;
    height: 25px;

 }
 .fila {
   height: 30px;
}
}
@media (min-width: 768px) {
   .asiento {
    width: 40px;
    height: 40px;

 }
 .fila {
   height: 45px;
}
}
@media(max-width:768px){
   .navbar-fixed-top {
      min-height: 45px!important;
   }
   .navbar-brand {
      padding: 5px 20px;
      height: auto;
   }
   .navbar-toggle {
      margin-top: 0px;
      margin-bottom: 0px;
   }
   .modal-dialog {
      margin: 80px 10px;
   }
}
@media (min-width:768px) and (max-width:991px){
   .modal-dialog {
      margin: 80px auto;
   }
}
/* Medium devices (desktops, 992px and up) */
@media(min-width:992px){
   .navbar-right {
      margin-right: 15px!important;
   }
   .modal-dialog {
      margin: 80px auto;
   }
}
/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px){
   .modal-dialog {
      margin: 80px auto;
   }
}

/*


.bg1, .green { background: #42d692; }
.bg2, .blue { background: #4986e7; }
.bg3, .red { background: #d06b64; }
.bg4, .purple { background: #cd74e6; }
.bg5, .azure { background: #9fe1e7; }
.container {
  max-width: 100%;
  margin: 0 auto;
}
.tester {
margin: 20px 0;
padding: 10px;
height: 200px;
overflow: hidden;
}

.scroll-space {
height: 9000px;
}

#native, #no-native {
color: #fff;
font-weight: bold;
font-size: 1.1em;
padding: 10px 20px;
display: none;
margin: 25px 0;
}

.show {
display: block !important;
}


#pluginDetails{
margin-top: 50px;
}

#imgContainer{
width: 980px;
height: 500px;
}

#positionButtonDiv{

background: rgb(58, 56, 63);

background: rgba(58, 56, 63, 0.8);  
border: solid 1px #100000;
color:#FFFFFF;
padding: 8px;
text-align: left;
position:absolute;
right: 35px;
top: 190px;
}

#positionButtonDiv .positionButtonSpan img{
float: right;
border:0;
}

.positionMapClass area{
cursor: pointer;
}

.zoomButton{
border:0;
cursor: pointer;
}

.zoomableContainer{
background-image: url("assets/transparent.png");
}*/
/* ========================================================================
Component: Grid
========================================================================== */
/*
* 1. Makes grid more robust so that it can be used with other block elements like lists
*/
.uk-grid {
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 /* 1 */
 margin: 0;
 padding: 0;
 list-style: none;
}
/*
* DEPRECATED
* Micro clearfix
* Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
*/
.uk-grid:before,
.uk-grid:after {
 content: "";
 display: block;
 overflow: hidden;
}
.uk-grid:after {
 clear: both;
}
/*
* Grid cell
* 1. Space is allocated solely based on content dimensions
* 2. Makes grid more robust so that it can be used with other block elements
* 3. DEPRECATED Using `float` to support IE9
*/
.uk-grid > * {
 /* 1 */
 -ms-flex: none;
 -webkit-flex: none;
 flex: none;
 /* 2 */
 margin: 0;
 /* 3 */
 float: left;
}
/*
* Remove margin from the last-child
*/
.uk-grid > * > :last-child {
 margin-bottom: 0;
}
/* Grid gutter
========================================================================== */
/*
* Default gutter
*/
/* Horizontal */
.uk-grid {
 margin-left: -25px;
}
.uk-grid > * {
 padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
 margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1200px) {
 /* Horizontal */
 .uk-grid {
  margin-left: -35px;
}
.uk-grid > * {
  padding-left: 35px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 35px;
}
}
/*
* Collapse gutter
*/
/* Horizontal */
.uk-grid-collapse {
 margin-left: 0;
}
.uk-grid-collapse > * {
 padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
 margin-top: 0;
}
/*
* Small gutter
*/
/* Horizontal */
.uk-grid-small {
 margin-left: -10px;
}
.uk-grid-small > * {
 padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
 margin-top: 10px;
}
/*
* Medium gutter
*/
/* Horizontal */
.uk-grid-medium {
 margin-left: -25px;
}
.uk-grid-medium > * {
 padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
 margin-top: 25px;
}
/* Modifier: `uk-grid-divider`
========================================================================== */
/*
* Horizontal divider
* Only works with the default gutter. Does not work with gutter collapse, small or large.
* Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
*/
.uk-grid-divider:not(:empty) {
 margin-left: -25px;
 margin-right: -25px;
}
.uk-grid-divider > * {
 padding-left: 25px;
 padding-right: 25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
 border-left: 1px solid #dddddd;
}
/* Tablet and bigger */
@media (min-width: 768px) {
 .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
  border-left: 1px solid #dddddd;
}
}
/* Desktop and bigger */
@media (min-width: 992px) {
   .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
      border-left: 1px solid #dddddd;
   }
}
/* Large screen and bigger */
@media (min-width: 1200px) {
/*
  * Large gutter
  */
  .uk-grid-divider:not(:empty) {
     margin-left: -35px;
     margin-right: -35px;
  }
  .uk-grid-divider > * {
     padding-left: 35px;
     padding-right: 35px;
  }
  .uk-grid-divider:empty {
     margin-top: 35px;
     margin-bottom: 35px;
  }
}
/*
* Vertical divider
*/
.uk-grid-divider:empty {
 margin-top: 25px;
 margin-bottom: 25px;
 border-top: 1px solid #dddddd;
}
/* Match panels in grids
========================================================================== */
/*
* 1. Behave like a block element
*/
.uk-grid-match > * {
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 /* 1 */
 -ms-flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}
.uk-grid-match > * > * {
 /* 1 */
 -ms-flex: none;
 -webkit-flex: none;
 flex: none;
 box-sizing: border-box;
 width: 100%;
}
/* Even grid cell widths
========================================================================== */
[class*='uk-grid-width'] > * {
   box-sizing: border-box;
   width: 100%;
}
.uk-grid-width-1-2 > * {
   width: 50%;
}
.uk-grid-width-1-3 > * {
   width: 33.333%;
}
.uk-grid-width-1-4 > * {
   width: 25%;
}
.uk-grid-width-1-5 > * {
   width: 20%;
}
.uk-grid-width-1-6 > * {
   width: 16.666%;
}
.uk-grid-width-1-10 > * {
   width: 10%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
   .uk-grid-width-small-1-2 > * {
      width: 50%;
   }
   .uk-grid-width-small-1-3 > * {
      width: 33.333%;
   }
   .uk-grid-width-small-1-4 > * {
      width: 25%;
   }
   .uk-grid-width-small-1-5 > * {
      width: 20%;
   }
   .uk-grid-width-small-1-6 > * {
      width: 16.666%;
   }
   .uk-grid-width-small-1-10 > * {
      width: 10%;
   }
}
/* Tablet and bigger */
@media (min-width: 768px) {
   .uk-grid-width-medium-1-2 > * {
      width: 50%;
   }
   .uk-grid-width-medium-1-3 > * {
      width: 33.333%;
   }
   .uk-grid-width-medium-1-4 > * {
      width: 25%;
   }
   .uk-grid-width-medium-1-5 > * {
      width: 20%;
   }
   .uk-grid-width-medium-1-6 > * {
      width: 16.666%;
   }
   .uk-grid-width-medium-1-10 > * {
      width: 10%;
   }
}
/* Desktop and bigger */
@media (min-width: 992px) {
   .uk-grid-width-large-1-2 > * {
      width: 50%;
   }
   .uk-grid-width-large-1-3 > * {
      width: 33.333%;
   }
   .uk-grid-width-large-1-4 > * {
      width: 25%;
   }
   .uk-grid-width-large-1-5 > * {
      width: 20%;
   }
   .uk-grid-width-large-1-6 > * {
      width: 16.666%;
   }
   .uk-grid-width-large-1-10 > * {
      width: 10%;
   }
}
/* Large screen and bigger */
@media (min-width: 1200px) {
   .uk-grid-width-xlarge-1-2 > * {
      width: 50%;
   }
   .uk-grid-width-xlarge-1-3 > * {
      width: 33.333%;
   }
   .uk-grid-width-xlarge-1-4 > * {
      width: 25%;
   }
   .uk-grid-width-xlarge-1-5 > * {
      width: 20%;
   }
   .uk-grid-width-xlarge-1-6 > * {
      width: 16.666%;
   }
   .uk-grid-width-xlarge-1-10 > * {
      width: 10%;
   }
}
/* Sub-objects: `uk-width-*`
========================================================================== */
[class*='uk-width'] {
   box-sizing: border-box;
   width: 100%;
}
/*
* Widths
*/
/* Whole */
.uk-width-1-1 {
 width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
 width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
 width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
 width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
 width: 25%;
}
.uk-width-3-4 {
 width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
 width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
 width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
 width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
 width: 80%;
}
/* Sixths */
.uk-width-1-6 {
 width: 16.666%;
}
.uk-width-5-6 {
 width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
 width: 10%;
}
.uk-width-3-10 {
 width: 30%;
}
.uk-width-7-10 {
 width: 70%;
}
.uk-width-9-10 {
 width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
 /* Whole */
 .uk-width-small-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-small-1-2,
.uk-width-small-2-4,
.uk-width-small-3-6,
.uk-width-small-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-small-1-3,
.uk-width-small-2-6 {
  width: 33.333%;
}
.uk-width-small-2-3,
.uk-width-small-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-small-1-4 {
  width: 25%;
}
.uk-width-small-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-small-1-5,
.uk-width-small-2-10 {
  width: 20%;
}
.uk-width-small-2-5,
.uk-width-small-4-10 {
  width: 40%;
}
.uk-width-small-3-5,
.uk-width-small-6-10 {
  width: 60%;
}
.uk-width-small-4-5,
.uk-width-small-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-small-1-6 {
  width: 16.666%;
}
.uk-width-small-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-small-1-10 {
  width: 10%;
}
.uk-width-small-3-10 {
  width: 30%;
}
.uk-width-small-7-10 {
  width: 70%;
}
.uk-width-small-9-10 {
  width: 90%;
}
}
/* Tablet and bigger */
@media (min-width: 768px) {
   /* Whole */
   .uk-width-medium-1-1 {
      width: 100%;
   }
   /* Halves */
   .uk-width-medium-1-2,
   .uk-width-medium-2-4,
   .uk-width-medium-3-6,
   .uk-width-medium-5-10 {
      width: 50%;
   }
   /* Thirds */
   .uk-width-medium-1-3,
   .uk-width-medium-2-6 {
      width: 33.333%;
   }
   .uk-width-medium-2-3,
   .uk-width-medium-4-6 {
      width: 66.666%;
   }
   /* Quarters */
   .uk-width-medium-1-4 {
      width: 25%;
   }
   .uk-width-medium-3-4 {
      width: 75%;
   }
   /* Fifths */
   .uk-width-medium-1-5,
   .uk-width-medium-2-10 {
      width: 20%;
   }
   .uk-width-medium-2-5,
   .uk-width-medium-4-10 {
      width: 40%;
   }
   .uk-width-medium-3-5,
   .uk-width-medium-6-10 {
      width: 60%;
   }
   .uk-width-medium-4-5,
   .uk-width-medium-8-10 {
      width: 80%;
   }
   /* Sixths */
   .uk-width-medium-1-6 {
      width: 16.666%;
   }
   .uk-width-medium-5-6 {
      width: 83.333%;
   }
   /* Tenths */
   .uk-width-medium-1-10 {
      width: 10%;
   }
   .uk-width-medium-3-10 {
      width: 30%;
   }
   .uk-width-medium-7-10 {
      width: 70%;
   }
   .uk-width-medium-9-10 {
      width: 90%;
   }
}
/* Desktop and bigger */
@media (min-width: 992px) {
   /* Whole */
   .uk-width-large-1-1 {
      width: 100%;
   }
   /* Halves */
   .uk-width-large-1-2,
   .uk-width-large-2-4,
   .uk-width-large-3-6,
   .uk-width-large-5-10 {
      width: 50%;
   }
   /* Thirds */
   .uk-width-large-1-3,
   .uk-width-large-2-6 {
      width: 33.333%;
   }
   .uk-width-large-2-3,
   .uk-width-large-4-6 {
      width: 66.666%;
   }
   /* Quarters */
   .uk-width-large-1-4 {
      width: 25%;
   }
   .uk-width-large-3-4 {
      width: 75%;
   }
   /* Fifths */
   .uk-width-large-1-5,
   .uk-width-large-2-10 {
      width: 20%;
   }
   .uk-width-large-2-5,
   .uk-width-large-4-10 {
      width: 40%;
   }
   .uk-width-large-3-5,
   .uk-width-large-6-10 {
      width: 60%;
   }
   .uk-width-large-4-5,
   .uk-width-large-8-10 {
      width: 80%;
   }
   /* Sixths */
   .uk-width-large-1-6 {
      width: 16.666%;
   }
   .uk-width-large-5-6 {
      width: 83.333%;
   }
   /* Tenths */
   .uk-width-large-1-10 {
      width: 10%;
   }
   .uk-width-large-3-10 {
      width: 30%;
   }
   .uk-width-large-7-10 {
      width: 70%;
   }
   .uk-width-large-9-10 {
      width: 90%;
   }
}
/* Large screen and bigger */
@media (min-width: 1200px) {
   /* Whole */
   .uk-width-xlarge-1-1 {
      width: 100%;
   }
   /* Halves */
   .uk-width-xlarge-1-2,
   .uk-width-xlarge-2-4,
   .uk-width-xlarge-3-6,
   .uk-width-xlarge-5-10 {
      width: 50%;
   }
   /* Thirds */
   .uk-width-xlarge-1-3,
   .uk-width-xlarge-2-6 {
      width: 33.333%;
   }
   .uk-width-xlarge-2-3,
   .uk-width-xlarge-4-6 {
      width: 66.666%;
   }
   /* Quarters */
   .uk-width-xlarge-1-4 {
      width: 25%;
   }
   .uk-width-xlarge-3-4 {
      width: 75%;
   }
   /* Fifths */
   .uk-width-xlarge-1-5,
   .uk-width-xlarge-2-10 {
      width: 20%;
   }
   .uk-width-xlarge-2-5,
   .uk-width-xlarge-4-10 {
      width: 40%;
   }
   .uk-width-xlarge-3-5,
   .uk-width-xlarge-6-10 {
      width: 60%;
   }
   .uk-width-xlarge-4-5,
   .uk-width-xlarge-8-10 {
      width: 80%;
   }
   /* Sixths */
   .uk-width-xlarge-1-6 {
      width: 16.666%;
   }
   .uk-width-xlarge-5-6 {
      width: 83.333%;
   }
   /* Tenths */
   .uk-width-xlarge-1-10 {
      width: 10%;
   }
   .uk-width-xlarge-3-10 {
      width: 30%;
   }
   .uk-width-xlarge-7-10 {
      width: 70%;
   }
   .uk-width-xlarge-9-10 {
      width: 90%;
   }
}
_ ::-moz-svg-foreign-content, :root .icono-edades {
	width: 32px;
	height: 92px;
	margin-top: -20px;
}
_ ::-moz-svg-foreign-content, :root .list-unstyled li {
	margin-left: 0;
	min-height: 400px;
}

/************ Sobreescritos Juanma ************/
footer {
    color: #fff;
    background-color: #000;
    border-top: 1px solid #f43877
}

footer a{
    color: #fff;
}

footer a:hover{
    color: #f43877
}

@media only screen and (min-width: 768px) {
   html {
     position: relative;
     min-height: 100%;
   }
   body {
     /* Margin bottom by footer height */
     margin-bottom: 150px;
   }
   .footer {
     position: absolute;
     bottom: -150px;
     width: 100%;
     /* Set the fixed height of the footer here */
     min-height: 150px;
   }
}


ul.menu-movil > li , ul.menu-movil > li > a {
    display: block;
    color: #fff;
}

ul.menu-movil > li > a:hover {
    text-decoration: none
}

ul.menu-movil > li {
    padding: 5px;
}

.btn-menu-pillalas {
    background: transparent !important;
    color:#fff !important;
}

.btn-menu-pillalas:focus {
    background: #ec0d58 !important;
    outline:0 !important;
}

.pantalla{
    height: 22px;
    background-color: #fff;
    width: 68%;
    color: #ef3777;
    margin: auto;
    font-size: 15px;
    border: 1px solid #ef3777;
}

ul.faq > li {
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px;

}


ul.faq > li > a:hover, a:visited {
    text-decoration: none
}

ul.faq > li > hr{
    margin-top: 5px;
    margin-bottom: 10px;
}

.faq-pregunta {
    width:95%;
    float:left;
    color: #f43877;
    cursor:pointer;
}

.faq-icono {
    width:5%;
    float:left;
    color: #333;
    cursor:pointer;
}

.faq-respuesta {
    border-left: 3px solid #f43877;
    margin-right: 4px;
    padding: 13px;
    margin-top: 10px;
    margin-left: 3px;
    background-color: #f738780d;
}

.faq-img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 20%;
  margin: 15px;
  cursor: pointer;
}

.faq-img:hover {
  box-shadow: 0 0 2px 1px #f43877;
}

@media only screen and (max-width: 600px) {
  .faq-img {
      width: 80%;
  }
}


@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .faq-img {
      width: 50%;
  }
}

.modal-header-pillalas {
    background-color:#f43877;
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nodisplay {
    display: none;
}

.contacta-respuesta > h5 {
    color: #f43877;
    font-weight: bold;
}

.contacta-respuesta > hr {
    margin-top: -5px;
    border-top: 1px solid #ccc;
}

.contacta-respuesta > ul {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contacta-respuesta > ul > li {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right:7px;
}

#contacta-select {
    margin-top: 25px;
    margin-bottom: 25px;
}

.contacta-formulario{
    margin-top: 30px;
    margin-bottom: 25px;
}

.btn.mostrar-formulario {
    margin:20px;
}

ul.comprueba-compra-opciones > li {
    background-color: #f738780d;
    margin-top: 15px;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    padding: 10px;
}

.table-pillalas > tbody > tr > td:first-child {
    background-color: #f43877;
    color: #fff;
    text-align: right;
}

.table-pillalas > tbody > tr > td + td {
    background-color: #f738780d;
}

.table-pillalas>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #fff !important;
}

h3 > span.ayuda{
    cursor: pointer;
    float:right;
}

.table-borderless td, .table-borderless th {
    border: none !important;
}

.table-pelicula > tbody > tr > td:first-child{
    width: 10%;
}

.table-pelicula > tbody > tr > td{
    padding: 2px;
}

.btn-secondary {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-success,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary .badge {
  color: #fff;
  background-color: #ccc;;
}

.h3, h3 {
    font-size: 1.4em !important;
}

ul.menu-movil > li.seleccionable:hover {
    background-color: #ec0d58 ;
}

ul.menu-ciudad > li.seleccionable:hover {
    background-color: #ec0d58 ;
}

.hover-comprueba:hover {
    background-color: #fdd7e4;
}

/* Listas que generan indices */
ol.lista-libro { counter-reset: item }
ol.lista-libro > li{ display: block }
ol.lista-libro > li:before { content: counters(item, ".") " "; counter-increment: item }

/* Para no imprimir */
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

@media print
{
   a[href]:after {
      display: none;
      visibility: hidden;
   }
}

/* Sweet alert */
.swal2-popup {
  font-size: 1.5rem !important;
}

/* Nice select correccion de overflow */
.nice-select span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* banner skin */
@media (min-width: 1536px){
    .banner-skin {
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 105px;
    }

    .banner-skin-breadcrumb-bannerweb {
        background-position-y: 301px !important;
    }

    .banner-skin-breadcrumb {
        background-position-y: 107px !important;
    }

    .banner-skin-bannerweb {
        background-position-y: 245px !important;
    }
}

@media (max-width: 1535px){
    .banner-skin {
        background-image: none !important;
    }
    .banner-skin-breadcrumb-bannerweb {
        background-image: none !important;
    }

    .banner-skin-breadcrumb {
        background-image: none !important;
    }

    .banner-skin-bannerweb {
        background-image: none !important;
    }
}

