/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/




/* new */




@font-face {
    font-family: 'Beausite Classic';
    src: url('fonts/BeausiteClassic-Medium.eot');
    src: url('fonts/BeausiteClassic-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BeausiteClassic-Medium.woff2') format('woff2'),
        url('fonts/BeausiteClassic-Medium.woff') format('woff'),
        url('fonts/BeausiteClassic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beausite Classic';
    src: url('fonts/BeausiteClassic-Regular.eot');
    src: url('fonts/BeausiteClassic-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BeausiteClassic-Regular.woff2') format('woff2'),
        url('fonts/BeausiteClassic-Regular.woff') format('woff'),
        url('fonts/BeausiteClassic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  font-family: sans-serif;
  margin:0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.beige{
  background: #A39979;
}
body.red{
  background: #FF2C55;
}
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container{
  overflow: hidden;
  /* padding-bottom:30px; */
  position: relative;
}

body{
  overflow: auto;
}

body .container{
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}
/* @media only screen and (min-width:1000px){ */
body{
  height: 100vh;
  overflow: hidden;
}
body .container{
  height: 100vh;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* @media only screen and (min-width: 768px){
  body .container{
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 10px;

  }
} */
@media only screen and (min-width: 1000px){
  body .container{
    padding-top: 30px;
    padding-bottom: 30px;

  }
}


@media only screen and (max-width:1000px){
  .container{
    padding-top: 60px;;
  }
}



/*fonts*/
h1, h2{
  font-size: 65px;
  line-height: 1;
}
body,  p {
  font-family: Beausite Classic,  sans-serif;
  margin: 0;
  font-weight: normal;
}
h1 {
  font-family: Beausite Classic,  sans-serif;
  font-size: 2rem;
  font-weight:500;
  margin-bottom: 20px;
}
h2 {
  font-family: Beausite Classic,  sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 1.1;
}
h3 {
  font-family: Beausite Classic,  sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top:10px;
}
p{
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: normal;
}
a{
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  font-weight: normal;
}

.websiteLink div:nth-child(2) h3{
  font-size: 1.3rem;
}
body.talleres .hourDateLocation > div:first-child h3{
font-size: 1.2rem;
}
/* @media only screen and (min-width:768px){
  h1, h2{
    font-size: 2.5rem;
  }h3{
    font-size: 1.4rem;
  }
  p, body{
    font-size: 17px;
  }
  p{
    margin-bottom: 10px;
  }.websiteLink div:nth-child(2) h3{
    font-size: 1.6rem;
  }

} */
@media only screen and (min-width:1000px){
  h1, h2{
    font-size: 3rem;
  }h3{
    font-size: 1.8rem;
  }
  p, body{
    font-size: 14px;
  }
  .websiteLink div:nth-child(2) h3{
    font-size: 1.3rem;
  }
}
@media only screen and (min-width:1300px){
  h1, h2{
    font-size: 4rem;
  }h3{
    font-size: 2.2rem;
  }
  p, body{
    font-size: 15px;
  }
  .websiteLink div:nth-child(2) h3{
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:1600px){
  h1, h2{
    font-size: 5rem;
  }
  h3{
    font-size: 2.6rem;
  }
  p, body{
    font-size: 16px;
  }
  .websiteLink div:nth-child(2) h3{
    font-size: 1.8rem;
  }
}
/*until here*/




/*TICKER*/
.tickercontainer{
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
  /* position: fixed; */
  /* top: 0px; */
  height: 25px;
  z-index: 2;
  pointer-events: none;
}
body .tickercontainer{
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding-bottom: 28px;
}
#webTicker li{
  padding:0px 10px 0px 10px!important ;
}
/*UNTIL HERE*/


@-webkit-keyframes constantUpDown {
  from{
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0%;

  }100%{
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    top: 100%;
  }
}


@keyframes constantUpDown {
  from{
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0%;

  }100%{
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    top: 100%;
  }
}

#slotContainer{
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
  height: 50vh;
  border: 2px solid #fff;
  margin: 30px;
}
@media only screen and (min-width:1000px){

  #slotContainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 150px 90px 150px 90px;
  }
}
@media only screen and (min-width:1000px){
  #slotContainer{
    margin: 90px;
  }
}@media only screen and (min-width:1300px){
  #slotContainer{
    margin: 90px;
  }
}
body#exposiciones #slotContainerMovil{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
  height: 70vh;
  border: none;
  margin: 30px;
}
#slotContainerMovil{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
  height: 70vh;
  border: 2px solid #fff;
  margin: 30px;
}
@media only screen and (min-width:1000px){
  #slotContainerMovil{
    display: none;
  }
}
#slotContainerMovil #contenidoContainerMovil{
  display: inline;
}
.movilBloque{
  position: relative;
  border-bottom:2px white solid;
  /* border-top:1px white solid; */
}
.movilBloque > div{
  position: relative;
  z-index: 1;
}
.movilBloque .speaker:after {
    content: "";
    background: #A39979;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
body.red .movilBloque .speaker:after {
    content: "";
    background: #FF2C55;
}
.movilBloque .speaker h2 {
    z-index: 1;
}
#slotContainerMovil .hourDateLocation{
  height: auto;
  -webkit-transition: all 0.4s  cubic-bezier(1,-0.01,.07,.97);
  -o-transition: all 0.4s  cubic-bezier(1,-0.01,.07,.97);
  transition: all 0.4s  cubic-bezier(1,-0.01,.07,.97);
    max-height: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;
}
#slotContainerMovil .movilBloque.bloqueActive .hourDateLocation{
  max-height: 300vh;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}
#slotContainerMovil .movilBloque .hourDateLocation .speaker:after, #slotContainerMovil .movilBloque.bloqueActive .speaker h2{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#slotContainerMovil .movilBloque.bloqueActive .speaker:after{
  background: #fff;
}
#slotContainerMovil .movilBloque.bloqueActive .speaker h2{
  color: #A39979;
}
body.red #slotContainerMovil .movilBloque.bloqueActive .speaker h2{
  color: #FF2C55;
}
#slotContainerMovil .hourDateLocation > div:nth-child(1),
#slotContainerMovil .hourDateLocation > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.talleres #slotContainerMovil .hourDateLocation > div:nth-child(2) {
  display: table;
}
#slotContainerMovil .hourDateLocation div div{
  border:none;
  padding: 4px 0 4px 0;
}
#slotContainerMovil .hourDateLocation > div{
  border-bottom:2px solid white;
}
#slotContainerMovil .hourDateLocation > div:last-child{
  border:none;
}
#slotContainerMovil .hourDateLocation > div > div:nth-child(1){
  border-right:2px solid white;
}

#slotContainerMovil h2{
  font-size: 3.5rem;
}
#slotContainerMovil .hourDateLocation > div:last-child h3{
  font-size: 2rem;
}

.slot{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.slot:nth-child(2){
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#contenidoContainer .speaker{
  height: 20vh;
  vertical-align: middle;
  text-align: center;
  display: table;
  width: 100%;
  cursor: pointer;
}

.hourDateLocation div, .hourDateLocation div, .speaker{
  /* border-bottom: 2px solid #fff; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width:1000px){
  .hourDateLocation div, .hourDateLocation div, .speaker{
    border-bottom: 2px solid #fff;
  }
}
.hourDateLocation div:nth-child(3){
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}

body.talleres .hourDateLocation div:nth-child(2){
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}
.hourDateLocation{
  height: 20vh;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.speaker h2, .hourDateLocation h2, .websiteLink h2{
  vertical-align: middle;
  display: table-cell;
  line-height: 1;
  word-break: normal;
}
.hourDateLocation div, .websiteLink div{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: table;
}
.hourDateLocation h3{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hourDateLocation h3{
  margin: 0;
}










.websiteLink{
  height: 20vh;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.websiteLink div:nth-child(1){
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border-bottom: 2px solid #fff;
}
.websiteLink div:nth-child(2){
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}

.websiteLink h3{
  display: table-cell;
  vertical-align: middle;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    height:0;
    background: transparent; /* Optional: just make scrollbar invisible */
    display: none;
}
.slot, #slotContainer, #slotContainerMovil{
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.hourDateLocation, .websiteLink{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.talleres .websiteLink.Luesma > div > p{
  position: absolute;
  bottom: 0; left:50%;
  transform: translateX(-50%);
  width: 100%;
}
body.talleres .websiteLink.Luesma.activeCell > div > p{
  color: #A39979;
}
body.talleres.red .websiteLink.Luesma.activeCell > div > p{
  color: #FF2C55
}
body.talleres .websiteLink.Luesma > div{
  position: relative;
}

/*menu bar*/
#borderMenuBarBottom{
  border: none;
}

#menuBarBottom{
  /* display: none; */
  padding: 10px 0px 10px 0px;
  margin: auto;
  width: calc(100% - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:1000px){
  #menuBarBottom > div:nth-child(2),
  #menuBarBottom > div:nth-child(3){
    margin-bottom: 20px;
  }
  #borderMenuBarBottom{
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }
    #menuBarBottom{display:-webkit-box;display:-ms-flexbox;display:flex;
      padding: 20px 0px 20px 0px;}
}
#menuBarBottom > div:nth-child(1){
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#menuBarBottom > div:nth-child(2),
#menuBarBottom > div:nth-child(3){
  margin-bottom: 10px;
}
#schoolLink div{
  margin: 10px 30px 10px 30px;
}

.colourChangeContainer{
  border: 2px solid white;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 25px;
  left: 10px;
}
.colourChangeContainer.hideInDesktop{
  position: relative;
  bottom: auto;
  left: auto;
  width: 44px;
  height: 44px;
}
.colourChangeContainer.hideInDesktop .colourChange:after{
  content:"";
  height: 30%;
  width: 30%;
}
@media only screen and (min-width:1000px){
  .colourChangeContainer{
    border: 2px solid white;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 68px;
    left: 25px;
  }
  #schoolLink div{
    margin: 25px;
  }
  #menuBarBottom > div:nth-child(1){
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #menuBarBottom{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menuBarBottom > div:nth-child(2),
  #menuBarBottom > div:nth-child(3){
    margin-bottom: 0;
  }
}

#menuBarBottom p{
  margin-bottom: 0;
}
#menuBarBottom > div > div{
  border: 2px solid white;
}
#menuBarBottom > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.colourChange{
  position: relative;
  cursor: pointer;
}
.colourChange{
  width: 100%;
  height: 100%;
  display: block;
  display: block;
}
body.beige .colourChange:after{
  background: #FF2C55;
}
body.red .colourChange:after{
  background: #A39979;
}
.colourChange:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 50%;
  width: 50%;
  -webkit-transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
  -o-transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
  transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
}

#menuFirstCol > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menuThirdCol > div{
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menuSecondCol > a,
#menuSecondCol > div{
  margin-right: 20px;
}
#menuSecondCol > a:last-child{
  margin-right: 0;
}
#menuSecondCol p{
  text-align: center;
}
@media only screen and (min-width: 1000px){
  .colourChangeContainer:hover .colourChange:after{
    height: 100%;
    width: 100%;
  }
  #menuThirdCol > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #menuSecondCol > a:nth-child(1), #menuSecondCol > a:nth-child(2){
    margin-right: 20px;
  }
}

#menuSecondCol > a > div{
  border: 2px solid white;
}

#menuSecondCol > a > div > div{
  text-transform: uppercase;
  margin: 10px 15px 10px 15px;
}
#menuSecondCol img{
  display: block;
  margin-left: auto; margin-right: auto; margin-bottom: 10px;
  height: 20px;
}

#menuSecondCol .activePage{
  background: white;
}
#menuSecondCol .activePage p{
  color: #A39979;
}
body.red #menuSecondCol .activePage p{
  color: #FF2C55;
}

#schoolLink div{
  text-transform: uppercase;
  /* margin: 30px; */
}
#schoolLink p, h3 a{
  position: relative;
}
#schoolLink p:after{
  content:"";
  width: 0%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
  -o-transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
  transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
  position: absolute;
  left: 0;
  bottom: 0;
}
h3 a:after{
  content:"";
  width: 0%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
  -o-transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
  transition: all 0.2s cubic-bezier(1,-0.01,.07,.97);
  position: absolute;
  left: 0;
  bottom: 2px;
}
.activeCell h3 a:after{
  content:"";
  background: #A39979;
}
body.red .activeCell h3 a:after{
  content:"";
  background: #FF2C55
}
#schoolLink:hover p:after, h3:hover a:after{
  width: 100%;
}


body#conferencias #menuThirdCol, #menuSecondCol > a > div{
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body#exposiciones #menuThirdCol{
  opacity: 0.3;
}
body#conferencias  #menuThirdCol:hover , #menuSecondCol > a > div:hover{
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
#menuThirdCol > div > div{
  text-transform: uppercase;
  margin: 25px;
}

#menuThirdCol #jugar{
  -webkit-animation: scaling 1s ease-in-out infinite alternate;
          animation: scaling 1s ease-in-out infinite alternate;
}
@-webkit-keyframes scaling{
  from{
    -webkit-transform: scale(1);
            transform: scale(1);
  }to{
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes scaling{
  from{
    -webkit-transform: scale(1);
            transform: scale(1);
  }to{
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}


/*only exhibitions*/

body#exposiciones #slotContainer{
  margin-top: 30px;
  margin-left: 90px;
  margin-bottom: 30px;
  margin-right: 90px;
  height: 100%;
  border: none;
}
.tituloExpo h3, .websiteLink h3{
  text-align: center;
  margin: 0;
}
.tituloExpo{
  border-bottom: 2px solid white;
}

#slotContainer img{
  width: 100%;
  display: block;
}
.containerElements{
  border: 2px solid white;
  margin-bottom: 30px;
}
.containerElements .tituloExpo:last-child{
  border: none;
}

.emptyTopCell{
  background: #A39979;
  /* -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgb(106,100,80);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(106,100,80,1)), to(rgba(163,153,121,1)));
  background: -o-linear-gradient(top, rgba(106,100,80,1) 0%, rgba(163,153,121,1) 100%);
  background: linear-gradient(180deg, rgba(106,100,80,1) 0%, rgba(163,153,121,1) 100%); */
}
.emptyBottomCell{
  background: #A39979;
  /* -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgb(106,100,80);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(106,100,80,1)), to(rgba(163,153,121,1)));
  background: -o-linear-gradient(bottom, rgba(106,100,80,1) 0%, rgba(163,153,121,1) 100%);
  background: linear-gradient(0deg, rgba(106,100,80,1) 0%, rgba(163,153,121,1) 100%); */
}
body.red .emptyTopCell{
  background: #FF2C55;
  /* background: rgb(205,37,69);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(205,37,69,1)), to(rgba(255,44,85,1)));
  background: -o-linear-gradient(top, rgba(205,37,69,1) 0%, rgba(255,44,85,1) 100%);
  background: linear-gradient(180deg, rgba(205,37,69,1) 0%, rgba(255,44,85,1) 100%); */
}
body.red .emptyBottomCell{
  background: #FF2C55;
  /* background: rgb(205,37,69);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(205,37,69,1)), to(rgba(255,44,85,1)));
  background: -o-linear-gradient(bottom, rgba(205,37,69,1) 0%, rgba(255,44,85,1) 100%);
  background: linear-gradient(0deg, rgba(205,37,69,1) 0%, rgba(255,44,85,1) 100%); */
}

.otCh, .luCh, .stCh, .edCh{
  -webkit-font-feature-settings: 'ss18';
          font-feature-settings: 'ss18';
}
.ss14{
  -webkit-font-feature-settings: 'ss14';
          font-feature-settings: 'ss14';
}
.ss15{
  -webkit-font-feature-settings: 'ss15';
          font-feature-settings: 'ss15';
}
.ss17{
  -webkit-font-feature-settings: 'ss17';
          font-feature-settings: 'ss17';
}
.ss19{
  -webkit-font-feature-settings: 'ss19';
          font-feature-settings: 'ss19';
}
#anchor3Col1 h2{
-webkit-font-feature-settings: 'ss01';
        font-feature-settings: 'ss01';
-webkit-font-feature-settings: 'ss02';
        font-feature-settings: 'ss02';
-webkit-font-feature-settings: 'ss03';
        font-feature-settings: 'ss03';
-webkit-font-feature-settings: 'ss04';
        font-feature-settings: 'ss04';
-webkit-font-feature-settings: 'ss05';
        font-feature-settings: 'ss05';
font-feature-settings: 'ss05';
-webkit-font-feature-settings: 'ss07';
        font-feature-settings: 'ss07';
-webkit-font-feature-settings: 'ss08';
        font-feature-settings: 'ss08';
-webkit-font-feature-settings: 'ss09';
        font-feature-settings: 'ss09';
-webkit-font-feature-settings: 'ss10';
        font-feature-settings: 'ss10';
-webkit-font-feature-settings: 'ss11';
        font-feature-settings: 'ss11';
-webkit-font-feature-settings: 'ss12';
        font-feature-settings: 'ss12';
-webkit-font-feature-settings: 'ss13';
        font-feature-settings: 'ss13';
-webkit-font-feature-settings: 'ss14';
        font-feature-settings: 'ss14';
-webkit-font-feature-settings: 'ss15';
        font-feature-settings: 'ss15';
-webkit-font-feature-settings: 'ss16';
        font-feature-settings: 'ss16';
-webkit-font-feature-settings: 'ss17';
        font-feature-settings: 'ss17';
-webkit-font-feature-settings: 'ss18';
        font-feature-settings: 'ss18';
-webkit-font-feature-settings: 'ss19';
        font-feature-settings: 'ss19';
-webkit-font-feature-settings: 'ss20';
        font-feature-settings: 'ss20';
}


@media only screen and (max-width: 999px){
  .hideInMobile{
    display: none;
  }
}
@media only screen and (min-width: 1000px){
  .hideInDesktop{
    display: none;
  }
}


.imgExpo{
  display: block;
  max-width:100%;
}


/* .Luesma{
  position: relative;
}
.Luesma:after{
  content:"";
  background: url(../img/chef-light.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 100px;
}
.Luesma.activeCell:after{
  content:"";
  background: url(../img/chef-beige.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 100px;
} */
body.red .Luesma.activeCell:after{
  content:"";
  background: url(../img/chef-red.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 100px;
}

.movilBloque .Luesma h2{
  transform: translateY(-10px);
}
.featLuesma{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-bottom: 5px;
}
.bloqueActive .featLuesma{
  color: #A39979;
}
body.red .bloqueActive.featLuesma{
  color: #FF2C55
}
/* .movilBloque .Luesma{
  position: relative;
}
.movilBloque .Luesma:before{
  content:"";
  background: url(../img/chef-light.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 100px;
}
.movilBloque.bloqueActive .Luesma:before{
  content:"";
  background: url(../img/chef-beige.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 100px;
} */
/* body.red .movilBloque.bloqueActive .Luesma:before{
  content:"";
  background: url(../img/chef-red.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 100px;
} */


.hourDateLocation, .speaker, .websiteLink{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hourDateLocation, .speaker, .websiteLink{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



body.red .speaker.activeCell, body.red .hourDateLocation.activeCell{
  /* border-right:2px solid #FF2C55; */
}
.activeCell{
  background: #fff;
}
.activeCell h2, .activeCell h3, .activeCell a{
  color: #A39979;
}
body.red .activeCell h2, body.red .activeCell h3, body.red .activeCell a{
  color: #FF2C55;
}
.activeCell div{
  border-color: #A39979!important;
}
body.red .activeCell div{
  border-color: #FF2C55!important;
}


.disabledClick{
  pointer-events: none;
}
/* .speaker.activeCell, .hourDateLocation.activeCell{
  border-right:2px solid #A39979;
} */

/* Safari 10.1+ */
@media not all and (-webkit-min-device-pixel-ratio:0), not all and (-o-min-device-pixel-ratio:0/1), not all and (min-resolution:.001dpcm) { @media {

  .speaker.activeCell, .hourDateLocation.activeCell{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }


  .hourDateLocation div, .websiteLink div{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    position: relative;
  }

  .hourDateLocation h3, .websiteLink h3{
    display: inline;
    /* position: absolute; */
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  @media only screen and (min-width:1000px){
    .hourDateLocation h3, .websiteLink h3{
      position: absolute;
  }
}}
