/*  FUENTES DISPONIBLES POR NACION.COM  */
@font-face {
    font-family: 'Open Sans';
    font-weight: 100;
    src: url(http://www.nacion.com/static/LNCNacionBeta/fonts/opensans/opensans_regular.woff);
}
@font-face {
    font-family: 'Open Sans';
    src: url(http://www.nacion.com/static/LNCNacionBeta/fonts/opensans/opensans_semibold.woff);    
    font-weight: 300;
}
@font-face {
    font-family: 'Open Sans';
    src: url(http://www.nacion.com/static/LNCNacionBeta/fonts/opensans/opensans_bold.woff);
    font-weight: 600;
}
@font-face {
    font-family: 'Open Sans';
    src: url(http://www.nacion.com/static/LNCNacionBeta/fonts/opensans/opensans_extrabold.woff);
    font-weight: 800;
}
@font-face {
    font-family: 'Angry';
    src: url(../fonts/angry.ttf);
    font-weight: 400;
}
/*  END FUENTES */

/*  ESTILOS DEFAULT - INICIO PLANTILLA -  */
*{
    text-rendering: optimizeLegibility;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
ul{list-style: none;}
section, footer{
    max-width: 590px;
    margin: 10px auto;
}
h1{
    color: #464646;
    margin: 11px 0;
}
h2{
    color: #464646;
    margin: 11px 0;
    font-size: 16px;
}
p{
    color: #6f6f6e;
    font-weight: 100;
    font-size: 14px;
}
#titular{
    position: relative;
    padding-top: 1px;
}
#titular .senefa{
    position: absolute;
    background-color: #dfdfdf;
    width: 155px;
    height: 10px;
    top: 0;
    left: 0;
}
#titular h1{
    font-size: 24px;
    line-height: 25px;
}
footer{
    border-top: 1px solid #c4c4c4;
    padding-top: 4px;
}
footer p{
    color: #6d6d6d;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}
/*  ESTILOS DEFAULT - FIN PLANTILLA -  */
#contenedor, #container{position: relative;}
#contenedor .items .item p, #contenedor .items .item h2{color: black;}
#contenedor .items{
    overflow: hidden;
    height: 845px;
}
#container .items{
    overflow: hidden;
    height: 400px;
}
#contenedor .items .item{
    position: relative;
    height: 100%;
    background-image: url('../img/clouds.png');
    background-repeat: no-repeat;
}
#contenedor .items .item.left{
    background-position: left 40%;
}
#contenedor .items .item.right{
    background-position: right 40%;
}
#contenedor .items .item .inspiration{
    position: absolute;
    right: 2%;
    width: 120px;
    text-align: center;
}
#contenedor .items .item .inspiration p{
    line-height: 0.9em;
}
#contenedor .items .item .inspiration p strong{    
    text-transform: uppercase;
    font-size: 12px;
}
#contenedor .items .item h2{
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
#contenedor .items .item h1{
    font-family: 'Angry', sans-serif;
    margin: 0;
    font-size: 100px;
    color: #FFB600;
    text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
#contenedor .items .item h1 span{
    font-size: 21px;
}
#contenedor .items .item .stage{
    position: absolute;
    bottom: 180px;
    left: 0;
    width: 590px;
}
#contenedor .items .item .sponsor{
    position: absolute;
}
#contenedor .items .item .sponsor img{
    z-index: 2;
    position: relative;
}
#contenedor .items .item:after{
    content: url('../img/grass.png');
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
#contenedor .items .item .sponsor.funnies:after{
    content: url('../img/shadow.svg');
    width: 60%;
    height: 10px;
    position: absolute;
    bottom: 12px;
    left: 13px;
    z-index: 1;
}
#contenedor .items .item .summary{
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    width: 100%;
}
#contenedor .items .item .summary .data{
    text-align: left;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}
#contenedor .items .item .summary .data h1{
    color: black;
    font-size: 60px;
    margin: -5px 10px;
    text-shadow: none;
}
#contenedor .items .item .summary .data h1 span{
    font-size: 40px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
#contenedor .items .item .summary .data p{
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#contenedor .controls, #container .controls{
    position: absolute;
    width: 100%;
    top: 40%;
}
#contenedor .controls p{
    background-color: white;
    padding: 5px 7px;
    font-weight: 800;
}
#contenedor .controls li{transition: opacity ease 1s;}
#contenedor .controls li.forward, #container .controls li.forward{
    float: right;
    margin-right: 5%;
    background-image: url('../img/arrow.png');
    width: 38px;height: 58px;
    background-position: center;
    background-repeat: no-repeat;
}
#contenedor .controls li.backward, #container .controls li.backward{
    float: left;
    margin-left: 5%;
    background-image: url('../img/arrow.png');
    width: 38px;height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(-1);
    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
}
#contenedor .controls li:hover{
    opacity: 0.6;
    cursor: pointer;
}
#contenedor .tabs{text-align: center; margin: 5px;display: none;}
#container .tip{text-align: center;margin: 0 auto; min-height: 400px;}
#container .tip p{text-align: left;}
#container .tip .tipIMG{
    margin: 10px auto;
}
#container .nav{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#container .nav li{
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: rgba(70, 70, 70, 0.64);
    display: inline-block;
    margin: 0 5px;
}
#container .nav li.current{
    background-color: #c43500;
}
#contenedor .tabs .area{
    text-align: left;
    min-height: 42px;
    max-width: 70px;
    background-color: #E4E4E4;
    padding: 1% 3%;
    display: inline-block;
    margin: 7px 0px 0px 0px;
    transition: all ease 1s;
}
#contenedor .tabs .area .info{
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-weight: 400;
}
#contenedor .tabs .area:hover{opacity: 0.8;background-color: #B3C0CA;cursor: pointer;}
#contenedor .tabs .current{background-color: #B3C0CA;}
.desktop{display: block}
.mobile{display: none}
/*  MEDIA QUERY AJUSTES MOBILE  */
@media (max-width: 400px) {
    #contenedor .items .item .summary{
        bottom: 120px;
        left: 10px;
        width: 180px;
    }
    #contenedor .items .item h1{font-size: 50px;}
}
