/*RECUERDEN PLIS PLIS NO TOCAR NADA QUE YA ESTE HECHO. ES MUCHO MUY IMPORTANTE. LES QUIERE, AGUS <3 */

/* celeste: #6cbace azul: #171e36 */

/* ----REGLAS GENERALES---*/

* {
    margin: 0em;
    padding: 0em;
    border: 0;
    box-sizing: border-box;
    background-color: #171e36;
    color: white;
    font-family: "Roboto";
    text-decoration: none;
   
}

body {
    margin-top: 6em;
    margin-bottom: 6em;
}

img {
    width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
}

h1 {
    font-size: 16pt;
    font-weight: 700;
    padding: 0rem 0em 0.5rem 40px;
    margin-top: 1.5em;
}



/* ----HEADER FIJO---*/


header {
    padding: 0.3em 0em 0.3em 0em;

position: fixed;
    width: 100%;
    top: 0rem;
    box-shadow: 0px 0px 3px 0px rgb(255, 255, 255);
}

header ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

}

#notificaciones {
    height: 25px;
    width: auto
}

#imgperfil {
    height: 50px;
    width: auto
}

#menu {
    height: 25px;
    width: auto
}


#logoinicio {
        margin-bottom: 0px;

}




/* ----FOOTER FIJO---*/

footer {
    padding: 0.3em 0em 0.3em 0em;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgb(255, 255, 255);
    bottom: 0rem;


}

footer ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

}

/* REGISTRADO */


#registrado {
    margin: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

#registrado ul li {
    margin-top: 1em;
    margin-bottom: 1em
}

/*-------------ENTRADA---------------*/
.pantalla {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.entrada {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0em 2em 0em 2em;
}

.entrada ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 12pt;
}

label {
    display: flex;
    align-items: center;
    margin-top: 1em;
    font-weight: 700;
}




}

.inputs {
    width: 100%;
    height: 2em;
}

.botoniniciar {
    margin-top: 1em;
    text-align: center;
    padding: 0.4rem;
    width: 100%;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 12pt;
    font-weight: 700;
    color: #171e36;


    background-color: #6cbace;
}

.facebook {
    font-weight: 700
}

.olvidecontra {
    text-decoration: underline;
    font-size: 10pt;
}

.registro {
    color: #6cbace;
    font-weight: 700;
    font-size: 10 pt
}

.entrada p {
    font-size: 10pt;
    display: flex;
    flex-direction: column;

    align-items: center;
}


/*-------------HOME BODY-------------*/

/* PESTAÑAS*/


.pestanas>ul>li {width: 30%}
.pestana {
    border: solid 1px #c3c3c3;
    border-collapse: collapse;
    flex-grow: 1; 
}

section ul {
    list-style: none;
    margin: 4.7em 0em 0em 0em;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
  
}

section ul li a {
    border: solid 1px #c3c3c3;
    border-collapse: collapse;
    display: block;
    padding: .125em .5em;
    text-align: center;
    color: rgba(255, 255, 255, 0.44);
    background-color: rgba(108, 186, 206, 0.17);
    text-decoration: none;
    font-weight: bold;
    outline: none;
    transition: all 1s ease;
}

section ul li a.actual {
    border-bottom: solid 1px transparent;
    background-color: transparent;
    color: white;
    outline: none;
    transition: all .3s ease;
}

}

.cargando {
    background-image: url("imagenes/loading-icon.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 5em 5em;
}

.actual{

    
}



/*NOTICIAS*/


.noticiashome{
    overflow:scroll ;
    padding-left: 2em;
    padding-right: 2em
}
.noticiashome ul{
    display: flex;
    flex-direction: column;
   
    
}
.noticiashome h1 {margin: 0em;
padding: 0em 0em 0em 0em}
.noticiashome img {margin-top: 40px}
.noticiashome h2 {
    margin-top: 1em;
    background-color: #6cbace
}

.noticiashome h4 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.noticiashome p{ overflow-x:scroll;}



/*GALERIA*/

.galeriafotos {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 10px 10px 10px
}

.galeriafotos li {}

/*POSICIONES*/

.listapodio li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 1em 0em 0.1em 0em;
    margin-left: 10px;

}

.listapodio ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;




}



/*NOTICIA INDIVIDUAL*/
.noticiaindividual {
    list-style-type: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 28px;
    padding-inline-end: 28px;
    
}


.noticiaindividual h2 {
    margin-top: 1em;
    background-color: #6cbace
}

.noticiaindividual h4 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.noticiaindividual p1 {
    font-size: 0.8em
}

.noticiaindividual p2 {
    font-size: 0.8em
}

.video {width: 100%;
height: auto;
object-fit: contain;}
.noticia figcaption p {margin: 0.5em 28px 0.5em 28px}

/* PRONOSTICOS*/
.subiresultado {display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center}


.titulo { margin: 1em;
padding-top: 1em;
}



.tuspronosticos div {  display: flex;
    flex-direction: row;
    display:flex;
    justify-content:space-between;
    flex-wrap: nowrap;
align-items: center}

.tuspronosticos li {

  
    padding: 0.8;
    padding: 0.5em 0.5em 1em 0em
}
.tuspronosticos img {
    width: 3em;
    
        
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 0px solid #ddd;
  display: inline-flex;
    height: 2rem;
    
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 1px;
  background-color: #6cbace;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 2rem;
  padding: .5rem;
  border:  solid #ddd;
  border-width: 0px;
  font-size: 10pt;
  height: 2rem;
  font-weight: bold;
  text-align: center;
}
.tuspronosticos h5{
    font-size: 1;
    flex-grow: 0
}
.tuspronosticos{
    flex
}

.viejos  {margin-top: 0.5em;
    text-align: center;
    padding: 0.4rem;
    width: 100%;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 12pt;
    font-weight: 700;
    color: white;

border: 1px solid white;
background-color: #171e36}
/*PARTE SOCIAL BOTONERA*/

.partesocial  li a{
    display:flex;
   justify-content:space-between;
    flex-wrap: nowrap;
    padding: 1;
   
    
}
.partesocial img{
   display: flex;
   width: 3em;
    height: 3em;
   margin:0.5em;
   border-radius: 3em
       
   
}
 
.partesocial h3{
    padding: 1em;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.8em;
}

.partesocial h4{
  display: flex;
padding: 1em 
}
.fotoizquierda{
    
    display: flex;
    
    
}



/*TORNEOS*/

.torneos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 200px;
    border-bottom: solid 1px white;

}



.porcentaje{
    font-weight: 800;
   
}

.torneoparticipando {
  
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
   
    height: 200px;
    border-bottom: solid 1px white;
    margin: 2em;
}

.torneoparticipando h2{
    padding: 2em 0em 1em 1em
}
.tabla{
    margin-left: 1em;
        
}

.tabla td{
    margin-left: 1em ;
    padding: 0.5em
}
.torneos ul {
    display: flex;
    width: 100%;
    justify-content: space-around;


}

.torneos ul li {
    width: 100%;
    text-align: center;
}

#crear {
    background-color: #6cbace;
    height: 50px;
    text-align: center;
    padding: 0.7em;
}

#inscribirse {
    height: 50px;
    border: solid 0.5px white;
    margin-right: 1em;
    text-align: center;
    padding: 0.7em;
}
/*UN PERFIL*/
.fotonombreperfil  li {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100px;
    margin-right:  -right: 1em
}

.fotonombreperfil h4{
    margin-left: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
    
}
.botoneslike li{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: 2em;
        width: 2em
}
/*NOTIFICACIONES*/
.notificaciones  li a{
    display:flex;
   justify-content:space-between;
    flex-wrap: nowrap;
    padding: 0.8;
   
    
}
.notificaciones img{
  display: flex;
  width: 45px;
  height: 45px;
  margin:0.5em;
  border-radius: 3em
       
   
}
 
.notificaciones h3{
    padding: 1em;
    display: flex ;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.8em;
}

.notificaciones h4{
  display: flex;
padding: 1em 
}




/*MI PERFIL*/

#fotomiperfil {
    width: 50%;
}


/* MENU DESPLEGABLE */

.menu-bar { 
border-bottom: 1px solid white}

.desplegable ul {
    overflow: hidden; margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 28px;
    padding-inline-end: 20px;
    
}
    

.desplegable ul li {color: white;
    font-weight: 700;
display: block;
padding-top: 1em}

.desplegable  { position: fixed;
    width: 50%;
height: 22%;
left: -100%;
transition: all .6s ease;
background-color: #171e36;
border: 1px solid white;
margin-top: }
 


/* MI PERFIL */

.perfil {display: flex;
align-items: center;
flex-direction: column}
.perfil h4 {margin-top: 0.5em;
font-style: italic}




.pestanasperfil ul li {width: 50%}
.pestanasperfil ul { margin-top: 1em}
.fotosmuro  {width: 90%;
    display: flex;
    list-style-type: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 10px 10px 10px;
text-align: center}
.fotosmuro li img {width: 140px;
height: auto}


#publica {width: 80%;
    height: 50px;
margin-left: 2em;
border: 1px solid white;}
.publica {margin: 1em 0em 0.5em 28px;
font-size: 16pt}
.publicar{
    width: 80%;
margin-left: 2em;
background-color: #6cbace;
color: white;
padding: 0.5em}




.fotos {margin: 1em 0em 0.5em 28px;
list-style: none}

.bokita {margin: 0em 0em 0.3em 28px}


/*CREAR CUENTA*/

.crearcuenta{
   padding: 2em;
display: flex;
    flex-direction: column;
    list-style: none;
   
}
.crearcuenta li{
    padding-top: 1em;
    
    
    
    
}

    
.botoningresar {
 
    margin-top: 1em;
    text-align: center;
    padding: 0.4rem;
    width: 30%;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 12pt;
    font-weight: 700;
    color: #171e36;


    background-color: #6cbace
}
/* REGISTRADO */

#registrado {
    margin: 10px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    
    
}
#registrado img{
    margin-top: 5em;
    display: flex;
align-self: center;
    height: 3.5em;
    width: auto
}

#registrado  li {
    display: flex;
    align-content:center;
    
    
    margin-top: 1em;
    margin-bottom: 1em
}
.comenzar{
    margin-top: 3em;
    text-align: center;
    padding: 0.4rem;
    width: 30%;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 12pt;
    font-weight: 700;
    color: #171e36;


    background-color: #6cbace
    
}


/*PRIMERA VEZ CATEGORIAS*/

.bienvenido li {padding:1em 3em;
list-style: none}
.check {padding-left: 3em}

.ok {margin-top: 3em;
    text-align: center;
    padding: 0.4rem;
    width: 30%;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 12pt;
    font-weight: 700;
    color: #171e36;
    background-color: #6cbace }

.ahorano{
    
    text-align: center;
    padding: 0.55rem;
    width: 30%;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 9pt;
    font-weight: 700;
    color: #6cbace;
     }











