
*{
	padding:0;
	margin:0;
}

html{
	font-size:0.625em;
}

body{
	font-size:1.6rem;
	font-family:'Open Sans', san-serif;
	overflow-X:hidden;
}


/**********HEADER***************/
#logo{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 150px;
    height: 80px;
    background: #000;
}
#logo a{
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
#logo img{
    width: auto;
	position:static;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
html, body, header{
	height:100%;
}
header img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 10px;
}
header {
	position: relative;
    background: #111 url(../img/mumbru-portada.jpg) no-repeat 50% 100%;
    background-size: cover;
	overflow: hidden;
}

header:after {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    background: rgba(241, 124, 11, 0.5);
    position: absolute;
    transform: rotate(45deg);
    top: 30%;
    left: -175%;
}

#intro{
    width: 100%;
    font-family: 'Open Sans Condensed', sanserif;
    text-transform: uppercase;
    color: #fff;
    padding: 100px 4%;
    box-sizing: border-box;
    max-width: 600px;
    z-index: 10;
    position: absolute;
    bottom: 0;
}
#intro h1{
	border-bottom:1px solid #fff;
	line-height:1em;
	font-size: 2.5rem;
}
#intro .titular{
    font-size: 4rem;
    line-height: 1em;
}
#intro .titular+p {
   /* background: rgba(0,0,0,0.5);*/
    font-size: 2rem;
    box-sizing: border-box;
    text-transform: initial;
    padding: 10px 0;
}



/****COOCKIES****/
#barracookies{
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    z-index: 500000;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
}
#barracookies p{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}
#barracookies a{
	text-decoration:none;
	color:#ccc;
	display:inline-block;
	border-bottom: 1px solid transparent;
}
#barracookies a:nth-of-type(1):hover{
	border-bottom: 1px solid #b90021;
}
#barracookies a b{
	color:#fff;
	background:#b90021;
	padding:0 5px;
	border-radius:5px;
	transition:0.2s linear;
}
#barracookies a:hover b{
	background:#730216;
	border:0;
}
/**********SOCIAL********/
article footer {
    background: none;
    top: 0;
    position: static;
	padding:0;
}

/******************/
#social{
	text-align:center;
	margin:40px 0;
}
#social li{
	display:inline-block;
	margin:0 5px;
	font-size:2rem;
}
#social a{
	color:#000;
	text-decoration:none;
	border:2px solid #000;
	border-radius:50%;
	padding:10px;
	display:block;
	line-height: 25px;
    height: 25px;
}
#social span{
	display:none;
}
#social .icon-facebook{
	color:#3b5998;
	border-color:#3b5998;
}
#social .icon-facebook:hover{
	color:#fff;
	background:#3b5998;
}
#social .icon-twitter{
	color:#55acee;
	border-color:#55acee;
}
#social .icon-twitter:hover{
	color:#fff;
	background:#55acee;
}
#social .icon-gplus{
	color:#dd4b39;
	border-color:#dd4b39;
}
#social .icon-gplus:hover{
	color:#fff;
	background:#dd4b39;
}
#social .icon-whatsapp{
	color:#4dc247;
	border-color:#4dc247;
}
#social .icon-whatsapp:hover{
	color:#fff;
	background:#4dc247;
}

/****FOOTER****/
footer {
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	position:relative;
/*	top:150px;*/
}
.pie-container {
    max-width: 750px;
    padding: 0 !important;
}
article footer:before {
    content: "";
    display: none;
}
#contenido {
    max-width: 1300px;
    margin: 0 auto;
}
#contenido h1 {
    top: 100px;
    color: #000;
    font-size: 4rem;
    border-bottom: 1px solid #000;
    line-height: 1em;
}
#contenido h2 {
    font-family: 'Open Sans Condensed', sanserif;
    text-transform: uppercase;
    color: #000;
    font-size: 3rem;
    text-align: center;
    margin: 50px 0 10px;
    border-bottom: 1px solid #333;
	line-height: 1em;
}
img {
    width: 100%;
    height: auto;
}
/******JUGADORES********/

#jugadores{
	list-style:none;
	margin:20px 0;
	position:absolute;
	width:100%;
	/*display:none;*/
}
#jugadores li{
	background:#222;
	width:300px;
	padding:15px;
	box-sizing:border-box;
	position:relative;
}

/*******POSICIONES JUGADORES********/
.seguir {
    position: absolute;
    float: left;
	
}

/**************MAPA************/

section{
	position:relative;
}
#mapa {
    margin: 0 auto;
    width: 320px;
}
#contenido>h2:first-of-type+p {
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
}

#mapa img {
    width: 100%;
    height: auto;
    max-width: 320px;
    /*margin: 0 auto;*/
	display: inline-block;
}

#equipos{
	position: absolute;
    list-style: none;
    font-size: 0;
    top: 0;
    left: 0;
/*    width: 100%;
    height: 100%;*/
}
#equipos>li {
	font-size: 1.4rem;
	position:absolute;
	width: 100%;
}
#equipos .activo span{
	box-shadow: 0px 0px 8px 2px rgba(100,60,10,0.7);
	border-radius: 50%;
}
#equipos>li span {
    background: url(../img/balon-baloncesto-resto-grupos.png) no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
	cursor:pointer;
}
#equipos>li:nth-of-type(1) span,#equipos>li:nth-of-type(2) span,#equipos>li:nth-of-type(3) span,#equipos>li:nth-of-type(4) span,#equipos>li:nth-of-type(5) span,#equipos>li:nth-of-type(6) span {
    background: url(../img/balon-baloncesto.png) no-repeat 0 0;
}

#datosequipo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    box-sizing: border-box;
    line-height: 1.6em;
	max-width: 633px;
}
#datosequipo ul{
    list-style: none;
}
#datosequipo>li{
	width: 100%;
    display: inline-block;
    vertical-align: top;
    list-style: none;
	background: #222;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.6em;
	padding: 20px;
}
#mapa #datosequipo img {
    max-width: 150px;
    float: left;
    margin: 0 10px 20px 0;
}

#datosequipo .nombre {
    font-family: 'Opens Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
    display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#datosequipo li dl dt {
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    padding: 2px 10px;
    background: #fff;
    color: #222;
    margin: 10px 0;
}
#datosequipo li dl dd {
    padding-left: 0;
}

		/*******POSICION BALONES************/
		
#equipos>li:nth-of-type(1) {
    top: 116px;
    left: 75px;
}

#equipos>li:nth-of-type(2) {
    top: 138px;
    left: 68px;
}

#equipos>li:nth-of-type(3) {
    top: 64px;
    left: 149px;
}

#equipos>li:nth-of-type(4) {
    top: 50px;
    left: 207px;
}

#equipos>li:nth-of-type(5) {
    top: 36px;
    left: 268px;
}

#equipos>li:nth-of-type(6) {
    top: 121px;
    left: 178px;
}

#equipos>li:nth-of-type(7) {
    top: 101px;
    left: 173px;
}

#equipos>li:nth-of-type(8) {
    top: 82px;
    left: 148px;
}

#equipos>li:nth-of-type(9) {
    top: 181px;
    left: 268px;
}

#equipos>li:nth-of-type(10) {
    top: 181px;
    left: 8px;
}

#equipos>li:nth-of-type(11) {
	top: 41px;
    left: 193px;
}

#equipos>li:nth-of-type(12) {
	top: 100px;
    left: 289px;
}

#equipos>li:nth-of-type(13) {
    top: 127px;
    left: 193px;
}

#equipos>li:nth-of-type(14) {
	top: 24px;
    left: 291px;
}

#equipos>li:nth-of-type(15) {
    top: 78px;
    left: 131px;
}

#equipos>li:nth-of-type(16) {
    top: 156px;
    left: 79px;
}

#equipos>li:nth-of-type(17) {
    top: 160px;
    left: 58px;
}

#equipos>li:nth-of-type(18) {
    top: 100px;
    left: 158px;
}

#equipos>li:nth-of-type(19) {
    top: 141px;
    left: 89px;
}

#equipos>li:nth-of-type(20) {
    top: 16px;
    left: 228px;
}



/*******ARTICULO********/

/*#articulo header {
    background: none;
    margin-bottom: 30px;
    color: #ed8600;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 1.7rem;
}
#articulo article {
    padding: 20px;
}
#articulo article h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
	color: #ed8600;
}

#articulo article p {
    line-height: 1.8em;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
#articulo article footer small {
    color: #ed8600;
	border-top:1px solid #ed8600;
	display:block;
	font-weight:700;
}
*/




#articulo header {
    background: none;
    margin-bottom: 30px;
    color: #ed8600;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 1.7rem;
}
#articulo header:after {
    display:none;
}
#articulo article {
	padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}
#articulo article h2 {
	font-size: 2.5rem;
    margin-bottom: 30px;
    color: #ed8600;
    text-align: left;
    display: inline-block;
}
#articulo article .destacado {
	font-size: 2rem;
    width: 100%;
    margin: 10px 0;
    float: right;
    text-align: center;
    border-bottom: 1px solid #ed8600;
    border-top: 1px solid #ed8600;
    color: #666;
    padding: 0 0 0 10px;
    box-sizing: border-box;
	background: rgba(237, 134, 0, 0.2);
}
#articulo article .destacado span{
	font-weight: 700;
    color: #ed8600;
    display: block;
    white-space: pre;
}
#articulo article p {
    line-height: 1.8em;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
#articulo article img {
	width:100%;
	height:auto;
	max-width:600px;
	float:right;
	margin: 0 0 20px 20px;
}
#articulo article footer small {
    color: #ed8600;
	border-top:1px solid #ed8600;
	display:block;
	font-weight:700;
}



/********ESTRELLAS*********/
#estrellas ul{
	list-style:none;
	font-size:0;
}
#estrellas h2 {
    margin-top: 100px;
}
#estrellas p {
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
}
#estrellas>ul>li{
	font-size:1.5rem;
	position:relative;
	width:50%;
	display:inline-block;
	text-align: center;
	cursor: pointer;
}
#estrellas>ul>li.opacidad{
	opacity:0.3;
}
#estrellas>ul>li>ul  {
/*	opacity: 0;
    visibility: hidden;*/
    font-size: 1.5rem;
    position: absolute;
    z-index: 10;
    background: #333;
    color: #fff;
    padding: 20px;
    width: 200%;
    box-sizing: border-box;
	text-align: left;
}
#estrellas>ul>li:nth-of-type(2n+2)>ul{
	right:0;
}
#estrellas>ul>li:hover>ul {
	opacity:1;
	visibility:visible;
}
#estrellas>ul>li>ul img{
    width: 100%;
    max-width: 70px;
    padding: 4px;
}
#estrellas>ul>li>ul>li:nth-of-type(1) {
    background: #fff;
    display: inline-block;
    border: 1px solid #000;
    float: left;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
#estrellas .nombre{
	font-family: 'Opens Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
    display: block;
	text-transform:uppercase;
}
/****VIDEO******/
#presentacion iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

video{
	width:100%;
	height:auto;
}
#autor{
	font-size:0;
	list-style:none;
	border-top: 1px solid #666;
	margin:20px 0;
	text-align:right;
}
#autor li{
	font-size:1.5rem;
	line-height:3rem;
	display:inline-block;
	padding:0 10px;
}


@media screen and (min-width:750px){
	

header {
    background: #111 url(../img/mumbru-portada.jpg) no-repeat 50% 100%;
    background-size: cover;
}
header:after {
    top: 10%;
    left: -150%;
}
header img {
    width: 120px;
}
#intro {
    width: 60%;
    /*padding: 200px 5%;*/
}
#intro .titular {
    font-size: 5.4rem;
}
#intro .titular+p {
    font-size: 2.7rem;
}
#estrellas>ul>li {
   width: 21%;
    margin: 2%;  
}
#estrellas>ul>li:nth-of-type(4n+1)>ul {
    left: 0;
}
#estrellas>ul>li:nth-of-type(4n+2)>ul {
    left: 0;
}
#mapa {
    max-width: 650px;
    margin: 0 auto;
	width: 100%;
}
#mapa img {
    max-width: 650px;
}
#equipos>li {
     width: auto; 
}
#equipos li ul {
    width: 400px;
}

#datosequipo li dl dd {
    padding-left: 160px;
}
/*******POSICION BALONES************/
		
#equipos>li:nth-of-type(1) {
	top: 249px;
    left: 164px;
}

#equipos>li:nth-of-type(2) {
    top: 291px;
    left: 144px;
}

#equipos>li:nth-of-type(3) {
    top: 145px;
    left: 317px;
}

#equipos>li:nth-of-type(4) {
    top: 110px;
    left: 429px;
}

#equipos>li:nth-of-type(5) {
top: 89px;
    left: 547px; 
}

#equipos>li:nth-of-type(6) {
top: 251px;
    left: 378px;
}

#equipos>li:nth-of-type(7) {
top: 218px;
    left: 356px;
}

#equipos>li:nth-of-type(8) {
    top: 188px;
    left: 309px;
}

#equipos>li:nth-of-type(9) {
    top: 389px;
    left: 551px;
}

#equipos>li:nth-of-type(10) {
    top: 376px;
    left: 18px;
}

#equipos>li:nth-of-type(11) {
    top: 96px;
    left: 414px;
}

#equipos>li:nth-of-type(12) {
    top: 216px;
    left: 584px;
}

#equipos>li:nth-of-type(13) {
    top: 269px;
    left: 408px;
}

#equipos>li:nth-of-type(14) {
	top: 68px;
    left: 613px;
}

#equipos>li:nth-of-type(15) {
     top: 178px;
    left: 288px;
}

#equipos>li:nth-of-type(16) {
    top: 321px;
    left: 172px;
}

#equipos>li:nth-of-type(17) {
    top: 328px;
    left: 141px;
}

#equipos>li:nth-of-type(18) {
    top: 210px;
    left: 334px;
}

#equipos>li:nth-of-type(19) {
    top: 299px;
    left: 189px;
}

#equipos>li:nth-of-type(20) {
    top: 52px;
    left: 469px;
}


/********ARTICULO*****/
#articulo article {
    padding: 20px 80px;
}
/*#articulo header {
    font-size: 2.2rem;
}*/
#articulo article p {
    line-height: 2em;
    font-size: 1.8rem;
}
#articulo article .destacado {
	max-width:300px;
    width: 60%;
    margin: 10px 0 10px 20px;
    border: 0;
    border-left: 1px solid #ed8600;
}


#articulo article footer small {
    font-size: 1.5rem;
}
#estrellas h2 {
    margin-top: 150px;
}
}

@media screen and (min-width:950px){

#intro .titular+p {
    background: rgba(0,0,0,0);
}
#estrellas>ul>li>ul {
    width: 100%;
}
header:after{
    top: 0;
    left: -140%;
}
}
@media screen and (min-width:1080px){

/*header {
    background: #111 url(../img/bilbao-basket-eurocup-2017.jpg) no-repeat 50% 100%;
    background-size: auto 100%;
}
*/
#datosequipo {
    width: 40%;
}
#articulo header {
    margin: 20px 0 50px;
}
/*#articulo article div {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
	margin-bottom: 20px;
}*/
#articulo article div:first-of-type {
    border-left: 0;
}
#articulo article h2 {
    margin-top: 0;
}
#mapa {
    max-width: 1300px;
    margin: 0 auto;
	width: 100%;
}
}