

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?7hosoo');
    src:url('../fonts/icomoon.eot?#iefix7hosoo') format('embedded-opentype'),
        url('../fonts/icomoon.woff?7hosoo') format('woff'),
        url('../fonts/icomoon.ttf?7hosoo') format('truetype'),
        url('../fonts/icomoon.svg?7hosoo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

p
{
  margin: 0;
  padding: 0;
}



.icon-home:before{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;

    content: "\e601";
   
}
.icon-pencil:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
    content: "\e602";

}
.icon-location:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
    content: "\e603";

}
.icon-bubble:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
    content: "\e604";

}
.icon-menu:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
    content: "\e605";


}
.icon-checkmark-circle:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
    content: "\e606";


}
.icon-omega:before {
    content: "\e600";
}


h3,h2{

font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 20px;
margin:0;
padding:0;
}

h5 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 0.5em;
    margin: 0 0;
}

body
{
  background: url(../img/fondo.jpg) repeat;
  background-attachment: fixed;
  font-size: 16px;
}

header
{
  position: relative;
    background-color: rgba(93,93,93, 0.4);
  color: white;
  overflow: hidden;
  width: 100%;
  height: 86px;
  
  
}

header .cabecera{

   position: relative;
   background-color: rgba(93,93,93, 0.0); 
    color: white;
    overflow: hidden;
    width: 100%;
    height: 86px;
    max-width: 960px;
    margin: 0 auto;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    box-shadow: 1px 1px 10px black;
    -webkit-box-shadow: 1px 1px 50px black; 


}

  .contenido .slider .logo{
    position: absolute;
top: -30px;
left: -35px;
width: 258px;
z-index: 9999;
 background: url(../img/logo.png)no-repeat;
 background-size: 258px 100px;
 height: 100px;

}

  .contenido_faqs .slider .logo{
    position: absolute;
top: -30px;
left: -35px;
width: 258px;
z-index: 9999;
 background: url(../img/logo.png)no-repeat;
 background-size: 258px 100px;
 height: 100px;

}

 

.ca-menu{
    padding:0;
    margin:0px auto;
    margin-top: 0px;
    margin-left: 25%;

    width: 1070px;
}
.ca-menu li{
    width: 100px;
    height: 84px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 4px;
  

     -webkit-transition: all 0.3s ease-in-out;    /* safari - Chrome*/
     -moz-transition: all 0.3s ease-in-out;       /* Firefox */
     -o-transition: all 0.3s ease-in-out;         /* Opera */
     transition: all 0.3s ease-in-out;

 
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{

    margin-top: 22px;
    text-align:center;
    width: 100%;
    display: block;
    color: #fff;
    position: relative;

}

.ca-menu li a .icon-home{
   

}


.ca-menu li {
    color: yellow;

}



.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 0;
     padding-top: 25px;
}
.ca-main{
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    text-align: center;
   
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
   
}
.ca-menu li:hover {
 
  
}

.ca-menu .activo .icon-home{
color: #e2e71f;
     
}

.ca-menu .activo .ca-content .ca-main{
color: #e2e71f;
     
}

.ca-menu .activo .icon-menu{
color: #e2e71f;
     
}

.ca-menu .activo .icon-location{
color: #e2e71f;
     
}

.ca-menu .activo .icon-checkmark-circle{
 color: #e2e71f;

}

.ca-menu .activo .icon-pencil{
 color: #e2e71f;

}


.icon-pitch{

  
  
  width: 25px;
  height: 25px;

}

.ca-menu li:hover h2{
  color: #bdbdbd;


     
}
.ca-menu li:hover .icon-home {
  color: #bdbdbd;
 
  

}

.ca-menu li:hover .icon-bubble{
    color: #bdbdbd;
}

.ca-menu li:hover .icon-menu{
  color: #bdbdbd;

   
}

.ca-menu li:hover .icon-location{
   color: #bdbdbd;
 
}



.ca-menu li:hover .icon-checkmark-circle{
 color: #bdbdbd;
   
   
}


.ca-menu li:hover .icon-pencil{
  color: #bdbdbd;

}

.contenido{
  background: #000;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 1406px;

    box-shadow: 1px 1px 10px black;
    -webkit-box-shadow: 1px 1px 50px black; 
}

.contenido_faqs
{
  background: #000;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 2309px;

    box-shadow: 1px 1px 10px black;
    -webkit-box-shadow: 1px 1px 50px black; 
}

.contenido .slider{
  position: relative;
  height: 500px;
  text-align: center
  


}


.contenido_faqs .slider{
  position: relative;
  height: 500px;
  text-align: center
  


}

.contenido .slider .slider-text{
  position: absolute;
  background-color: rgba(0,0,0, 0.7);
  left: 0;
  bottom: 0;
    width: 100%;
    height: 135px;
}

.contenido .slider .slider-text .texto{
    position: relative;
    background-color: rgba(0,0,0, 0.2);
    margin-left: 30px;
    margin-top: 25px;
    width: 530px;
    height: 90px;
    border-left: 2px solid white;
}




.contenido .slider .slider-text .texto h2{
   font-family: 'Roboto', sans-serif;
   font-size: 22px;
    margin-left: 5px;
    color: yellow;
}

.contenido .slider .slider-text .texto p{
  margin-left: 5px;
  margin-top: 3px;
 color: white;
}


.contenido .slider .slider-text .texto .botonmas{
    position: absolute;
    top: 80%;
    right: 10px;
}






.contenido .carrusel{
    position: relative;
 background: black;
 height: 365px;
 padding-top: 40px;
 
}

.contenido .carrusel2{
    position: relative;
 background: black;
 height: 915px;
 padding-top: 40px;
 
}




.contenido .carrusel .compartir{
    position: relative;
    margin-left: 5%;
    width: 300px;
 


}

.contenido .carrusel .compartir .share{
 position: absolute;
 top: 300px;
 right: 100px;
 
 


}
.contenido .carrusel .carru_speakers{
position: absolute;

width: 60%;
top:40px;
right: 25px;
 
 
}

.leermas{
position: absolute;
bottom:3px;
right: 0;

}

.leermas a img{
  width: 100%;

}


.counter{

    position: absolute;
    top:200px;
    right: 180px;
    z-index: 4;

}



.separador{
    background: #000;
border-top: 3px solid  #4d4d4d;
width: 80%;
height: 5px;
margin: 0 auto;

}

.contenido_faqs .separador
{
    background: #000;
border-top: 3px solid  #4d4d4d;
width: 80%;
height: 5px;
margin: 0 auto;

}

.redeyboletos{
position: relative;
z-index: 1;
background:#000;
height: 130px;
text-align:center;
}

.contenido_faqs .redeyboletos{
position: relative;
z-index: 1;
background:#000;
height: 130px;
text-align:center;
}



.redeyboletos .redesya{
    float: left;
    background: url(../img/fondo_redes.png)no-repeat;
    background-size: 338px 74px;
    height: 74px;
  width: 338px;
  margin-left: 91px;
  text-align: left;
  margin-top: 25px;
    padding-left: 25px;

}




.cintillo{
  position: relative;
  background: #dcdc33;
  height: 53px;
  width: 92%;
  margin-left: 8%;
  
}

.cintillo-fan{
  position: absolute;
  top: -37px;
  left: -79px;
}
 


.cintillo-amap{
 position: absolute;
 right:0;
 top: 4px;
 right: 40px;
}






.contenido_faqs .redeyboletos .redesya{
    float: left;
    background: url(../img/fondo_redes.png)no-repeat;
    background-size: 338px 74px;
    height: 74px;
  width: 338px;
  margin-left: 91px;
  text-align: left;
  margin-top: 25px;
    padding-left: 50px;

}

.redeyboletos .redesya h3{
  font-family: 'langdonregular';
  color: white;
  margin-bottom: 10px;
  margin-left: 20px;
}

.contenido_faqs .redeyboletos .redesya h3{
  font-family: 'langdonregular';
  color: white;
  margin-bottom: 10px;
  margin-left: 20px;
}


.redeyboletos .redesya h3:before{
    font-family: 'langdonregular';
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #fff;
  content:" ";
  height:0;
  margin-left:-12px;
  position:absolute;
  width:0
}

.contenido_faqs .redeyboletos .redesya h3:before
{
  font-family: 'langdonregular';
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #fff;
  content:" ";
  height:0;
  margin-left:-12px;
  position:absolute;
  width:0
}

.redeyboletos .redes
{
  display: inline-block;
  margin-right: 0px;
    margin-top: 15px;
}

.contenido_faqs .redeyboletos .redes
{
  display: inline-block;
  margin-right: 0px;
    margin-top: 15px;
}

.redeyboletos .redes:nth-child(5)
{
  margin-right: 0px;
}

.contenido_faqs .redeyboletos .redes:nth-child(5)
{
  margin-right: 0px;
}


.redeyboletos .ventaboletos
{
  position: relative;
  float: right;
  width: 321px;
  margin-right: 33px;
  margin-top: 15px;
}

.contenido_faqs .redeyboletos .ventaboletos
{
  position: relative;
  float: right;
  width: 321px;
  margin-right: 33px;
  margin-top: 15px;
}

.redeyboletos .ventaboletos .boletos{
  position: relative;
  background: url(../img/boletos.png)no-repeat;
  background-size: 265px 102px;
  height: 102px;
}

.contenido_faqs .redeyboletos .ventaboletos .boletos{
  position: relative;
  background: url(../img/boletos.png)no-repeat;
  background-size: 265px 102px;
  height: 102px;
}


.redeyboletos .ventaboletos .boletos img
{
  margin-right: 68px;
}

.contenido_faqs .redeyboletos .ventaboletos .boletos img
{
  margin-right: 68px;
}



.redeyboletos .ventaboletos .boletos h3
{
  font-family: 'langdonregular';
  position: absolute;
  color: white;
  top:35px;
  left: 20px;
  font-size: 16px;
  text-decoration: underline;
}

.contenido_faqs .redeyboletos .ventaboletos .boletos h3
{
  font-family: 'langdonregular';
  position: absolute;
  color: white;
  top:35px;
  left: 20px;
  font-size: 16px;
  text-decoration: underline;
}


.redeyboletos .separacion
{
  position: absolute;
  top:25px;
  left:50%;
}

.contenido_faqs .redeyboletos .separacion
{
  position: absolute;
  top:25px;
  left:50%;
}

.pie
{
  background-color: rgba(93,93,93, 0.4);
    color: white;
  height: 149px;
  text-align: center; 
}

.pie .patrocinadores
{
 padding-top: 20px; 
}

.pie .patrocinadores .patrocinador
{
  display: inline-block;
  margin-right: 15px;
}

.contenido_faqs .pie
{
  background-color: rgba(93,93,93, 0.4);
    color: white;
  height:168px;
  text-align: center; 
}

.contenido_faqs .pie .patrocinadores
{
 padding-top: 20px;  
}

.pie .patrocinadores .patrocinadortexto{

    display: inline-block;
    vertical-align: top;
    margin-top: 5px;

    margin-right: 20px;
}


.contenido_faqs .pie .patrocinadores .patrocinador
{
  display: inline-block;
  margin-right: 20px;
}



footer
{
background:#000;
height: 80px;
text-align: center;
padding-bottom: 20px;
padding-top: 60px;
}

footer .contacto p
{
color: white;
margin: 0px;
padding: 0px;
display: inline-block;
}

footer .contacto img p
{
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

footer .contacto h3
{
 color: white;
}


footer h2
{
padding-top: 5px;
color: white;
}

.copy
{
  background: black;
  text-align: center;
  padding-top: 20px;
}

.copy p
{ 
  font-family: 'Roboto', sans-serif;
  font-variant: light 300;
  font-size: 12px;
  margin:10;
  color: white;
}

.contenido_faqs footer
{
background:#000;
height: 80px;
text-align: center;
}

.contenido_faqs footer .contacto p
{
color: white;
margin: 0px;
padding: 0px;
display: inline-block;
}

.contenido_faqs footer .contacto img p
{
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.contenido_faqs footer .contacto h3
{
 color: white;
}


.contenido_faqs footer h2
{
padding-top: 5px;
color: white;
}

.contenido_faqs .copy
{
  background: black;
  text-align: center;
  padding-top: 20px;
}

.contenido_faqs .copy p
{ 
  font-family: 'Roboto', sans-serif;
  font-variant: light 300;
  font-size: 12px;
  margin:10;
  color: white;
}

/*Estilos Generales*/
.button {
    background:#7f8c8d;
    color:black;
    display:inline-block;
    font-size:1em;
    margin:20px;
    padding:10px 0;
    text-align:center;
    width:150px;
    text-decoration:none;
    box-shadow:0px 3px 0px #373c3c;
    border-radius: 5px;
}
 
.button span {
    margin-right:10px;
}
 
/*Colores*/
.button.blue {
    background:#e8ec4c;
    box-shadow:0px 3px 0px #aeb139;
}
 

/*Efectos, Hover*/
.button:hover {
   
}
.fb-share-button{
  background: url(../img/share.png)no-repeat;
  background-size: 31px 31px;
  height: 31px;
}

.full{
width: 100%;
height: 239px;


}


@media screen and (max-width: 1100px) {

header .search{

 visibility: hidden;

}
  
}

/************************Lightbox*****************************/
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
/******************LIGHTBOX Video***********************/

        .lightbox { left: -999em; position: absolute; }
            .lightbox { left: -999em; position: absolute; }
            .lightbox:target { bottom: 0; left: 0; right: 0; top: 0; position: absolute; }
            .lightbox:target .close a { background: rgba(0, 0, 0, 0.75); bottom: 0; left: 0; right: 0; top: 0; position: absolute; z-index: 1; }
            .close span { color: #FFFFFF; font-size: 2em; text-indent: 0; position: absolute; right: 0.5em; top: 0.5em; }
            .close {text-indent: -999em;}
            .lightbox:target div { background: #FFFFFF; position: absolute; left: 50%; top: 50%; z-index: 99; }
            .w60p { margin-left: -30%; width: 60%; } .w300 { margin-left: -150px; width: 300px; } .w640 { margin-left: -320px; width: 640px; }
            .h60 { height: 60px; margin-top: -30px; } .h400 { height: 400px; margin-top: -200px; } .h386 { height: 386px; margin-top: -193px; }
            .scroll { overflow-y: scroll; padding: 0 1em; }
            .boxfocus { bottom: 0; left: 0; right: 0; top: 0; position: absolute; }
            .boxfocus div { background: #FFFFFF; position: absolute; left: 50%; top: 50%; z-index: 99; }
            .boxfocus .close a { background-image: url('trans.png'); bottom: 0; left: 0; right: 0; top: 0; position: absolute; z-index: 1; }
            
            
#recargado {
    width:205px;
    

}

.carrusel .texto-programa
{
  display: inline-block;
  width: 33%;
  padding-left: 35px;
  vertical-align: top;

}


.carrusel2 .texto-programa
{
  display: inline-block;
  width: 70%;
  padding-left: 35px;
  vertical-align: top;

}


.carrusel .texto-programa p
{
  
  color: white;
  padding-left: 25px;
  font-family: 'Nixie One', cursive;

}

.carrusel2 .texto-programa p
{
  
  color: white;
  padding-left: 25px;
  font-family: 'Nixie One', cursive;

}

.carrusel .texto-programa2
{
  display: inline-block;
  width: 33%;
  padding-left: 35px;
  vertical-align: top;

}

.carrusel2 .texto-programa2
{
  display: inline-block;
  width: 70%;
  padding-left: 35px;
  vertical-align: top;

}

.carrusel .texto-programa2 p
{
  color: white;
  padding-left: 25px;
  font-family: 'Nixie One', cursive;
}

.carrusel2 .texto-programa2 p
{
  color: white;
  padding-left: 25px;
  font-family: 'Nixie One', cursive;
}



.carrusel .gif-programa
{
  display: inline-block;
  width: 25%;

}


.carrusel2 .gif-programa
{
  display: inline-block;
  width: 25%;

}

.carrusel .texto-programa .texto-programa-am 
{
  color: #dadc2d;
}


.carrusel2  .texto-programa .texto-programa-am
{
  color: #dadc2d;
}

.carrusel .texto-programa2 .texto-programa-am2
{
  color: #dadc2d;
}


.carrusel2 .texto-programa2 .texto-programa-am2
{
  color: #dadc2d;
}




.item img {
  position: absolute;
  top: 100px;
  left: 10px;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -o-transform: translateY(50px);
   -ms-transform: translateY(50px);
   transform: translateY(50px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.item:hover img{
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);

}

.carrusel .construccion
{

  text-align: center;
  
}


.menu-btn{
  position: absolute;
  z-index: 9999;
  width: 100px;
  padding: 10px;
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  top:20px;
  right: 0;

  
}

.menu-btn:hover{
  color: yellow;

}



/* Menu Appearance */

.pushy{
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #333332;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy a{
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}

.pushy a:hover{
    
    color: #FFF;
}

/* Menu Movement */

.pushy-left{
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push{
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay{
    display: none;
}

.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -ms-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}​

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}




/**** Tabs ***/



.tabs {
    position: relative;
  margin: 30px auto;
  width: 95%;
}

.tabs input {
  position: absolute;
  z-index: 1000;
  width: 230px;
  height: 40px;
  left: 0px;
  top: 0px;
  opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  cursor: pointer;
}
.tabs input#tab-2{
  left: 230px;
}
.tabs input#tab-3{
  left: 455px;
}
.tabs input#tab-4{
  left: 680px;
}

.tabs label {
  background:  #dddd2f;
 font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 18px;
  font-style: bold;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding: 0 20px;
    float: left;
  display: block;
  width: 188px;
  color: #1d1e1c;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
  background: #dddd2f;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
}

.tabs input:hover + label {
  background: #c8c030;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #1d1e1c;
   z-index: 6;
   color: #dddd2f;
}

.clear-shadow {
  clear: both;
}

.content {
    background: #1d1e1c;
  position: relative;
    width: 100%;
  height: 280px;
  z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content div {
    position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px;
  z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
  z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
   
}
.content div h2,
.content div h3{
  color: #398080;
}

.content div p {

  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  letter-spacing: 1.5px;

  margin: 0;
  color: #fff;
  padding-left: 15px;
  margin-top: 20px;
  margin-right: 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  text-align: left;
  
}

.content div .hoteles{
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 1.5px;
  margin: 0;
  color: #fff;
  padding-left: 15px;
  margin-top: 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-align: justify;
  border-left: 8px solid rgba(63,148,148, 0.1);
}

.content-3{

  
  width: 100%;
  text-align: center;

}


.content div .hotel{
  
  width: 200px;
  height: 250px;
  border-left: 0px solid rgba(63,148,148, 0.1);
  padding-left: 0px;
  margin-right: 0px;
  text-align: center;
  display: inline-block;
  color: white;
  font-size: 10px;
  vertical-align: top;
  text-align: center;
  font-family: Arial;
  line-height: 12px;
  letter-spacing: 1.5px;
margin-top: 10px;
  background:  url("../img/");

 
}

.content div .hotel:hover{





  }




.content div .hotel2{
width: 200px;
  height: 250px;
  border-left: 0px solid rgba(63,148,148, 0.1);
  padding-left: 0px;
  margin-right: 0px;
  text-align: center;
  display: inline-block;
  color: white;
  font-size: 10px;
  vertical-align: top;
  text-align: center;
  font-family: Arial;
  line-height: 12px;
  letter-spacing: 1.5px;
margin-top: 10px;
  background:  url("../img/");
}




.restoir{

  background: red;
  width: 250px;
  height: 200px;

  

}



.content div .hoteles:hover{
  color: #dddd2f;
 
}



/* Example Media Query */

@media screen and (max-width: 768px){
    .pushy{
        font-size: 1.0em;
    }
}



/******* Estilos responsivos ******/




@media all and (max-width: 1024px) {

.contenido .slider .logo {
position: absolute;
top: -76px;
left: 0px;
width: 200px;
z-index: 9999;
background: url(../img/logomediano.png)no-repeat;
background-size: 200px 47px;
height: 47px;

}

  
  

.contenido_faqs .slider .logo {
position: absolute;
top: -76px;
left: 0px;
width: 200px;
z-index: 9999;
background: url(../img/logomediano.png)no-repeat;
background-size: 200px 47px;
height: 47px;

}


}

@media all and (max-width: 768px) {
.ca-menu {
margin-left: 30%;

}

.contenido .carrusel .carru_speakers {
right: 0px;

}

.contenido .slider {

height: 397px;
}




.redeyboletos .ventaboletos {

margin-right: 0px;

}

.redeyboletos .redesya {

margin-left: 30px;

}


}


@media all and (max-width: 800px){

  .cintillo {
  margin-top: 50px;
  }

.contenido{

  height: 1318px;

}

.contenido .carrusel2 {

height: 700px;

}

.carrusel2 .texto-programa {

width: 45%;

}


.carrusel2 .texto-programa2 {

width: 45%;

}


.carrusel2 .gif-programa {
display: inline-block;
width: 100%;
text-align: right;
}


.leermas{

left: 0;

}


.leermas a img{
width: 25%;

}

}


@media all and (max-width: 640px) {


.contenido .slider .logo {
position: absolute;
top: -68px;
left: 45px;
width: 262px;
z-index: 9999;
background: url(../img/logochico.png)no-repeat;
background-size: 50px 50px;
height: 50px;

}

.contenido_faqs .slider .logo {
position: absolute;
top: -68px;
left: 45px;
width: 262px;
z-index: 9999;
background: url(../img/logochico.png)no-repeat;
background-size: 50px 50px;
height: 50px;

}

.contenido .slider {
height: 329px;
}

.contenido .carrusel {

height: 700px;

}

.contenido .carrusel .carru_speakers {
position: absolute;
width: 65%;
top: 400px; 
right: 120px;

}


.contenido .carrusel .compartir {

margin-left: 0%;
width: 100%;
text-align: center;
}

.contenido .carrusel .compartir .share {

right: 157px;
}

.redeyboletos .redesya {

margin-left: 20%;

}

.redeyboletos .ventaboletos {
margin-right: 0px;
width: 100%;
}

.redeyboletos .ventaboletos .boletos {

width: 50%;
margin-left: 24%;
}


.contenido {

height: 1550px;

}

.pie {

margin-top: 100px;
}


.contenido .carrusel2 {

height: 910px;

}

.carrusel2 .texto-programa {

width: 90%;

}


.carrusel2 .texto-programa2 {

width: 90%;

}


.carrusel2 .gif-programa {
display: inline-block;
width: 100%;
text-align: right;
}

}



@media all and (max-width: 480px) {

   .cintillo {
 
  margin-top: 115px;
  width: 84%;
  margin-left: 16%;

  }

  .pie {
  margin-top: 20px;
  }


   .ca-menu{

visibility: hidden;

  }

 .contenido{

  height: 1490px;
 } 

.contenido .slider {
height: 255px;
}


.contenido .slider .logo {
  z-index: 999;
  left: 20px;
 
}


.contenido_faqs .slider .logo {
  z-index: 999;
  left: 20px;
 
}

.contenido .carrusel .carru_speakers {

position: absolute;
width: 75%;
top: 400px;
right: 10%;


}

.redeyboletos .ventaboletos .boletos {
width: 55%;
margin-left: 22%;
}


.menu-btn{
 
  visibility: visible;
  top:15px;
  
}

.pushy ul{

  list-style: none;
}


.icon-menuslim:before{
  font-family: 'icomoon';
  font-size: 35px;
  content: "\e605";
  color: white;
 

}

.icon-menuslim:before:hover{

  color:#b3b3b1;
}
.pushy a {

padding: 21px 1px;

}

.leermas{

left: 0;

}


.leermas a img{
width: 25%;

}


}



@media  (max-width: 320px) {

  .ca-menu{

visibility: hidden;

  }


  .cintillo {
  margin-top: 140px;
  width: 76%;
  margin-left: 24%;

  }




.redeyboletos .redesya {

width: 234px;

}

.redeyboletos .redesya {
margin-left: 0%;
}

.contenido .slider .logo {
  z-index: 999;
  left: 20px;
 
}

.contenido_faqs .slider .logo {
  z-index: 999;
  left: 20px;
 
}

.contenido .slider {
height: 173px;
}

.contenido .carrusel .compartir .share {
right: 99px;
}

.contenido .carrusel .carru_speakers {
top:450px;
right: 0%;
}


.owl-theme .owl-buttons {

visibility: hidden;
}


.owl-theme .owl-controls {

margin-top: 0px;
text-align: center;
}

.owl-theme .owl-pagination {
visibility: hidden;
}

.redeyboletos .ventaboletos .boletos {
width: 83%;
margin-left: 7%;

}

.pie {

height: 82px;
margin-top: 25px;

}


.menu-btn{
 
  visibility: visible;
  top:15px;
  
}

.pushy ul{

  list-style: none;
}

.icon-menuslim:before{
  font-family: 'icomoon';
  font-size: 35px;
  content: "\e605";
  color: white;
 

}

.pushy a {

padding: 21px 1px;

}

.callbacks_container_mapa
{

  padding-top: 50px;
  text-align: center;

}

.leermas{

left: 0;

}


.leermas a img{
width: 25%;

}


}

.contenido_faqs .carrusel3 .faqs_pregunta p
{
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

.contenido_faqs .carrusel3 .faqs_respuesta p
{
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #848484;
}

.contenido_faqs .carrusel3
{
  position: relative;
  background: black;
  height: 1250px;
  padding-top: 40px;
  padding-left: 90px;
  padding-right: 90px;
 
}

.contenido_faqs .carrusel3 .img_faqs
{
  text-align: center;
}

.contenido_faqs .carrusel3 .img_faqs img
{
  width: 400px;
}


.count{
  background: black;
  height: 290px;
  text-align: center;
  padding-top: 200px;
  padding-left: 18%;

}


.logopitch{

  position: absolute;
  z-index: 4;
  right: -20px;
top: -44px;

}
.contenido .carrusel3{
    position: relative;
 background: black;
 height: 600px;
 padding-top: 40px;
 
}

.texto1{
 
  display: inline-block;
  width: 519px;
  vertical-align: top;
  margin-top: 110px;
}

.texto1  .amarillo{
  
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #DDDD2D;
}
.texto1 p{
  
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 19px;
  font-weight: 200;
  color: #fff;
}




.img{

  display: inline-block;
  
}

