@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html,
body,
.wrap{
    font-family:'Montserrat-Light';
    color:#fff;
}
body{
    background-size:100%;
    background-repeat:no-repeat;
    background-color:#005894;
    background-position:top center;
}
.monts{ font-family: 'Montserrat'}
.monts-b{ font-family: 'Montserrat-Bold';}
.monts-l{font-family: 'Montserrat-Light'}
.bold,
b,
strong{
    font-family: 'Montserrat-Bold' !important
}
a {
  display: inline-block;
  text-decoration: none; }

a:hover {
  text-decoration: none !important; }

a:focus {
  text-decoration: none !important;
  border: none !important; }

header, section {
  padding: 0;
  margin: 0;
  display: block; }

h1 {
  font-weight: 400 !important;
  font-size: 14pt;
  margin: 0; }

.nopadding {
  padding: 0 !important; }

.nofloat {
  float: none; }

.nomargin {
  margin: 0; }

.dark {
  color: black; }

.white {
  color: white; }

.red {
  color: #016BB7; }

.center {
  margin: 0 auto;
  display: block; }

.center-img {
  position: absolute;
  right: 50%;
  left: 50%;
  top: 25%; }

.right {
  float: right; }

.left {
  float: left; }

.left-image {
  position: absolute;
  top: 31px;
  z-index: 2; }

.right-image {
  position: absolute;
  top: 31px;
  z-index: 2;
  right: 102px; }

.right-image:hover {
  background-image: none; }

.center-image {
  display: block;
  text-align: center;
  width: 100%; }

.center-image a:hover, .center-image:focus {
  text-decoration: none;
  border: none; }

.left-image:hover {
  background-image: url("/3dmap/clients/alaves/img/logo-liga-santander-hover.png"); }

.center-image a {
  display: inline-block; }

.inline {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 16pt; }

.inline:hover {
  text-decoration: none;
  color: white; }

.center-position {
  text-align: center; }

.left-position {
  text-align: left; }

a:hover, a:focus {
  text-decoration: none; }

/***************************************
          PARTE COMUN
***************************************/
/*************
    HEADER
*************/
.bar {
  background: black;
  border-bottom: 1px solid none;
  float: none; }

.top {
  padding-top: 25px;
  padding-bottom: 19px; }

.title {
  margin-bottom: 5px;
  margin-right: 5px; }

a:hover, a:focus {
  color: white;
  text-decoration: none; }

/*************
   SECTION
*************/
/**** container ****/
.container {
  padding-right: 0;
  padding-left: 0; }

#maps-container {
  display: table;
  width: 100%; }

/**** left col maps ****/
#maps-container {
  width: 100%;
  background:#f2f2f2;
}
.block.available {
    fill: #016BB7 !important;
}
#map-box {
  background-color: #f2f2f2; 
  border-right: 1px solid #cccccc;
}

/**** right col mini maps ****/
#maps {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background:#fff;
}

.map-info {
  height: 100px;
  border-left-width: 1px;
  background: white;
  position: relative; }

.triangle {
  position: relative;
  background: white;
  border: 1px solid white;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5)); }

.triangle:after, .triangle:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.triangle:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 20px;
  margin-top: -20px; }

.triangle:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 21px;
  margin-top: -21px; }

.info-text {
  padding-top: 38px;
  color: #016BB7;
  font-size: 12pt;
  font-weight: 700; }

/**** mini map ****/
.map-background {
  filter: grayscale(100%);
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  cursor: pointer;
  background-color: white; }

.map-background #mini-blockmap {
  margin-top: 5px;
  background-color:#EAEAEA;
}

.map-background:hover {
  filter: grayscale(0);
  opacity: 0.8; }

#mini-seatmap {
  margin-top: 5px; }

#seat {
  display: none; }

#view {
  display: none; }

/**** 3d view item list ****/
#item-list ul {
  display: block;
  padding: 0; }

#item-list ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #ccc; }

#item-list ul li:last-child {
  border: none; }

#item {
  left: 0;
  width: 100%;
  display: none; }

#item-box {
  margin-top: 69px;
  left: 0;
  width: 100%;
  display: none; }

#item-list {
  width: 100%; }

#block-item {
  width: 100%;
  margin-top: 222px; }

.title-value {
  font-size: 12pt;
  color: #11244e;

}

.value {
  font-family: 'Montserrat-Bold';
  font-size: 13pt;
  color: #5aa2bf;
  letter-spacing: 1px; }

/**** buy button ****/
#buy-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  text-align:center;
}

#select-seat {
  display: none; }

#check-view {
  display: none; }

#button-buy2,
#button-buy {
  width: auto;
  margin: 0 auto;
}

.span-buy {
  color: white;
  font-weight: 700;
  font-size: 13pt; }


/**** bar ****/
.bar-bottom {
  position: relative;
  width: 100%;
  height: 68px;
  background: black; }

/**** fullscreen button ****/
.full-button-tk3d {
  position: absolute;
  z-index: 10;
  right: auto !important;
  left: 15px !important;
  cursor: pointer;
  top: 15px;
  width: 30px;
  height: 30px;
  background-size: 30px auto;
  background-image: url(//tk3d.tk3dapi.com/static/img/icons/full_in.png);
  background-repeat: no-repeat; }

.full-button-tk3d onfullscreen-tk3d {
  top: 15px !important; }


/*************
   RIGHTS
*************/
#rights {
  padding-top: 36px;
  font-size: 10pt;
  color: #A4A3A3;
  font-weight: 400; }

#rights a {
  text-decoration: none;
  color: #A4A3A3; }

#rights a:hover {
  color: #8e8b8b; }

/*************
   POPUP
*************/
.popover {
  padding: 2px 0;
  max-width: 320px;
  font-weight: 400;
  background:#fff;
  border-radius: 2pt; }
.popover.right>.arrow:after {
    border-right-color: #fff;
}
.popover.right {
  margin-left: 0; }

.popover.left {
  margin-right: 0; }

.popOver-table th {
  padding: 0 10px;
  color: #737373;
  text-align: center;
  font-size: 10pt;
  font-weight: 400;
  border-right: 1px solid #ccc; }

.popOver-table th:last-child {
  border-right: 0; }

.popOver-table td:last-child {
  border-right: 0; }

.popOver-table td {
  color: #016BB7;
  font-weight: 400;
  padding: 0 10px;
  font-size: 16pt;
  letter-spacing: 0;
  text-align: center;
  line-height: 17pt;
  border-right: 1px solid #ccc; }

/*************
   SVG
*************/
.SvgElement-container svg {
  display: block;
}
.steps-info .fa{
    color: #fff;
    font-size: 20pt;
    margin-top: 5px;
}
.steps-info .dot{
  margin-top:-15px;
}
/*************************
      DESKTOP MEDIA
*************************/
@media (min-width: 1400px) {
  .container {
    width: 1400px; }

  #maps {
    height: 660px; }

  #view3d {
    display: none;
    height: 660px; }

  #item-box {
    margin-top: 99px; }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  #maps {
    min-height: 519px; }

  #view3d {
    display: none;
    height: 519px; }

  .col-lg-2 {
    width: 21.66667%; }

  .col-lg-10 {
    width: 78.33333%; }

  #block-item {
    margin-top: 107px; }

  #item-list ul {
    margin-bottom: 0;
    margin-top: 19px; }

  .span-buy {
    font-size: 14pt; }

  .btn-buy {
    height: 42px; }
  }
@media (min-width: 1200px) and (max-width: 1397px) {
  #maps {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 519px; }

  .col-lg-2 {
    width: 21.66667%; }

  .col-lg-10 {
    width: 78.33333%; }

  #view3d {
    height: 519px;
    display: none; }

  #block-item {
    margin-top: 158px; }

  .title-value {
    font-size: 9pt; }

  .btn-buy {
    height: 36px; }

  #item-box {
    margin-top: 15px; }
}
@media (max-width: 1398px) and (min-width: 1300px) {
  .title-value {
    font-size: 9pt; }

  .btn-buy {
    height: 41px; }

  #block-item {
    margin-top: 154px; }

  #item-box {
    margin-top: 0px; }

  .title-value {
    font-size: 9pt; }
  }
@media (min-width: 992px) and (max-width: 1199px) {
  /*************
     SECTION
  *************/
  .triangle:after {
    border-width: 10px;
    margin-top: -10px; }

  .triangle:before {
    border-width: 16px;
    margin-top: -16px; }

  #maps {
    height: 457px; }

  #item-list ul li {
    display: block;
    margin-top: 5px; }

  #block-item {
    margin-top: 153px; }

  #item-box {
    margin-top: 20px;
    display: none; }

  #view3d {
    display: none; }

  .title-value {
    font-size: 8pt; }

  .value {
    font-size: 8pt; }

  .map-info {
    height: 59px; }

  .info-text {
    padding-top: 11px;
    font-size: 12pt; }

  .span-buy {
    font-size: 10pt; }

  #mini-seatmap {
    margin-top: 5px; }

  /**** buy button ****/
  #buy-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2px; }

  #button-buy {
    margin-bottom: 5px; }

  .btn-buy {
    height: 37px; }
}
@media (max-width: 991px) {
  .container>.navbar-header{
    margin:0;
  }
  /*************
      HEADER
  *************/
  .top {
    padding-top: 14px;
    padding-bottom: 34px; }
  
  .span-info span{
    display: block;
    padding: 0px 0 10px;
    font-size: 10pt;
    line-height: 19pt;
  }

 /*************
    BASIC
*************/
  .right-image {
    position: absolute;
    top: 6px;
    z-index: 1;
    right: 0; }

  .left-image {
    position: absolute;
    top: 12px;
    z-index: 1; }

  .right-image img {
    width: 85%;
    padding-right: 7px; }

  .left-image img {
    width: 74%; }

  .left-image:hover {
    background-image: none; }

 /*************
    NAV
*************/
  .steps-info {
    height: auto;
    background: white;
    z-index: 1;
    position: relative; }

  .info-text {
    padding-top: 2px;
    color: #016BB7;
    font-size: 11pt;
    font-weight: 700;
  }

  .dot ul {
    display: block;
    margin-bottom: 0; }

  .dot ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
    transition: .2s ease-in-out; }

  .dot ul li {
    border: 1px solid black;
    border-radius: 50%;
    margin-bottom: 3px; }

  .dot ul li.active {
    background-color: #016BB7;
    border: none;
    margin-bottom: 3px; }

  #map-box {
    border-right: none; }

  #container-box {
    margin-top: 0;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1;
    position: relative; }

    #page{
      position:relative;
    }
  .background {
    height: 38px;
    width: 40px;
    background-color: #016BB7;
    position: absolute;
    left: 0;
    z-index: 1;
    margin-left: 2px;
    display: none;
    cursor: pointer; }

  .arrow-back {
    padding-top: 8px; }

  .steps-info .home {
    height: 38px;
    width: 40px;
    background-color: #016BB7;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-right: 2px;
    top: 2px;
    cursor: pointer; }

  .steps-info .home-back {
    padding-top: 5px; }

  .span-info {
    width: 100%;
    text-align: center;
    display: block; }



  #block-item {
    margin-top: 0;
    margin-bottom: 0; }


  #item-list2 ul {
    margin-bottom: 0;
    display: block;
    padding: 0;
    padding-bottom: 3px; }

  #item-list2 ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    margin-top: 3px; }

  #item-list2 ul li:last-child {
    border: none; }

  #block-item2 {
    width: 100%;
    margin-top: 0; }

  #item-list2 {
    width: 100%; }

  #buy-box2 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  #buy-box2 a {
    width: 100%; }

  #button-buy2 {
    width: 100%;
    margin: 0;
    padding:15px 0;
  }

  .steps-info{
    background:#f2f2f2;
  }

  .onfullscreen-tk3d {
    background-image: url(//tk3d.tk3dapi.com/static/img/icons/full_out.png);
    top: 15px !important;
    bottom: auto !important; }

  #item2 {
    display: none; }
  #item-box2 {
    display: none;
  }
  #item2,
  #item-box2{
    background: #f2f2f2;
    padding:15px 0;
  }
  #buy-box2 .container{
    background:#f2f2f2;
  }
  .btn-buy{
    width:auto;
    padding:15px 25px;
    margin-bottom:25px;
    border-radius:3px;
  }
  #buy-box2 .btnbuy,
  .btnbuy{
    display:inline-block;
    width:auto;
  }
  #buy-box2{
    text-align:center;
  }




  }
@media (min-height: 700px) {
  #view3d {
    display: none;
    height: 514px; }


  .onfullscreen-tk3d {
    background-image: url(//tk3d.tk3dapi.com/static/img/icons/full_out.png);
    top: 15px !important;
    bottom: auto !important; } }
