﻿@charset "utf-8";

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

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Ubuntu', sans-serif;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

ul {
    list-style: none;
}

header,
footer {
    justify-content: space-between;
    background-color: #54ace0;
}

header > button > a {
    color: black;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 .5em;
    z-index: 10;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

/* para limitar el ancho de los contenidos y centrarlos */
.fila,
.pieperfil {
    width: 100%;
    padding: 0 .2em;
}

main {
    width: 100%;
    padding: .2em;
    flex-grow: 1;
}

.material-icons {
    background-color: none;
    padding-right: .5rem;
}

.pieperfil ul {
    display: flex;
    justify-content: space-around;
}

/*
----------------------------------------------
ENCABEZADO / NO CAMBIAR NI BORRAR
----------------------------------------------
*/

.fila {
    display: flex;
    align-items: center;
}

#logo {
    display: block;
    align-content: center;
    width: 30%;
    max-width: 10em;
}

#llamamenu,
#volver {
    background-color: #54ace0;
    border: none;
    color: #000000;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    display: flex;
}

#llamamenu i,
#volver i,
.pieperfil i {
    font-size: 25pt;
    padding: .2em;
    margin: auto;
}

/*---------------------------------------------------
------ MENU DESPLEGABLE NO BORAR NI CAMBIAR ------- 
-----------------------------------------------------*/

nav {
    background-color: rgba(0, 0, 0, 0.9);
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    color: #FFFFFF;
    position: fixed;
    right: -80vw;
    top: 0;
    height: 95vh;
    min-width: 50vw;
    transition: all .3s ease;
    z-index: 9998;
    flex-wrap: wrap;
    overflow: scroll;
}

nav.menuvisible {
    right: 0;
    transition: all .6s ease;
}

.usuario {
    margin: 2em;
    text-align: center;
    font-size: 9pt;
    padding: 3em 1em 1em 1em;
    border-bottom: solid 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.usuario > img {
    border-radius: 50%;
    width: 50vmin;
    height: 50vmin;
    max-width: 15em;
    max-height: 15em;
}

.edit {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: .5em;
}

.edit h4 {
    font-size: 16pt;
    font-weight: bold;
    color: #FFFFFF;
}

.edit h4:hover {
    color: #54ace0;
    background-color: #cbecff;
    padding: .2em;
}

.edit i {
    font-size: 10pt;
    padding: .001em;
}

#menu ul li a {
    justify-content: flex-start;
    margin: 0 2em;
}

nav a {
    color: rgba(255, 255, 255, .75);
    padding: .5em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/*---------------------------------
AGREGAR CLASS A li de cerrar sesion
-----------------------------------*/
.cerrarrojo {
    background-color: #B51A2D;
}

nav a:hover {
    color: #56ACE1;
    background-color: #818181;
}

/*---------------------------------
FIN DEL CSS MENU DESPLEGABLE
-----------------------------------*/



/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/



/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CSS PARA LOS HTML DE ARTHUR
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/


/*---------------------------------------
PAG:5 RESULTADOS_JUGADORES (#pagresjug)
---------------------------------------*/

#pagresjug {

    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 4em .7em;
}

#pagresjug .editarresjug {
    display: flex;
    background-color: #818181;
    text-align: center;
    margin: .5em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
}

.descripcionjug {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.estrellas {
    width: 200px;
    border-color: #000000;
    border: solid .15em #000000;
}

.persona1 > img,
.persona2 > img,
.persona3 > img,
.persona4 > img,
.persona5 > img {
    margin: .5em;
    border: solid .18em #d88F3a;
    border-radius: 50%;
    width: 130px;
}

.persona1,
.persona3,
.persona5 {
    background-color: #cbecff;
}

.persona1 a{
    text-decoration: none;
}

.persona1,
.persona2,
.persona3,
.persona4,
.persona5 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.persona1:hover,
.persona2:hover,
.persona3:hover,
.persona4:hover,
.persona5:hover {
     background-color: rgba(84, 172, 224, 0.68);
}

#pagresjug h3 {
    color: rgba(0, 0, 0, 0.58);
    border-radius: 1em;
    border: solid .12em #d88F3a;
    margin: .3em;
    font-size: 10pt;
    font-weight: 700;
    padding: .5em 4em;
}

#pagresjug h4 {
    color: rgba(0, 0, 0, 0.78);
    margin: .3em;
    font-size: 10pt;
    font-weight: 700;
    padding: .5em 4em;
}


/*---------------------------------------
PAG:8 MIS_EQUIPOS (#pag11)
---------------------------------------*/

#pag11 {

    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
    padding: 4em .7em;
}

#pag11 .editarmiseq {
    display: flex;
    background-color: #818181;
    text-align: center;
    margin: .5em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
}

#pag11 img {
    margin: .5em;
    border: solid .15em #d88F3a;
    border-radius: 50%;
    width: 130px;
    height: 18%;
}

.equipo1,
.equipo3 {
    background-color: #cbecff;
}

.equipo1,
.equipo2,
.equipo3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#pag11 > a {
    background-color: rgba(216, 143, 58, 0.49);
}

#pag11 > a > i {
    margin: 1em;
    font-size: 48px;
    text-decoration: none;
}

#pag11 h3 {
    color: #ffffff;
    background-color: #d88F3a;
    border-radius: 1em;
    border: solid 1px #54ace0;
    margin: .3em;
    font-size: 10pt;
    font-weight: 100;
    padding: .5em 4em;
}


/*---------------------------------------
PAG:9 RESULTADOS_EQUIPOS (#pag10)
---------------------------------------*/

#pag10 {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 4em .7em;
}



#pag10 .editarreseq {
    display: flex;
    background-color: #818181;
    text-align: center;
    margin: .5em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
}

#pag10 img {
    margin: .5em;
    
    border: solid .18em #d88F3a;
    border-radius: 50%;
    width: 130px;
    height: 18%;
}

.equipo1,
.equipo3,
.equipo5 {
    background-color: #cbecff;
}

.equipo1,
.equipo2,
.equipo3,
.equipo4,
.equipo5 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: .5em;
}

.equipo1:hover,
.equipo2:hover,
.equipo3:hover,
.equipo4:hover,
.equipo5:hover {
    background-color: rgba(84, 172, 224, 0.68);
}

#pag10 h3 {
    color: #FFFFFF;
    background-color: #d88F3a;
    border-radius: 1em;
    border: solid 1px #d88F3a;
    margin: .3em;
    font-size: 10pt;
    font-weight: 700;
    padding: .5em 4em;
}


#pag10 i{
    color: #9b1644;
    font-weight: 800;
}


/*---------------------------------------
PAG:10 EDITAR_EQUIPO (#pagedeq)
---------------------------------------*/

#pagedeq {

    display: flex;
    flex-direction: column;
    background-color: #b2d5e3;
    flex-grow: 1;
    padding: 4em .7em;

}


.fotoequipo {
    text-align: center;
    width: 15em;
    margin: auto;
    position: relative;
}

.fotoequipo img {
    border: solid .25em #d88F3a;
    border-radius: 50%;
    width: 200px;
    height: auto;
    margin-top: 1em;
}

.fotoequipo .iconofoto {
    position: absolute;
    right: 1em;
    bottom: 1em;
    background-color: #000000;
    border-radius: 18%;
}

.fotoequipo .iconofoto i {
    font-size: 3em;
    font-size: 32px;
    color: white;
    display: flex;
    align-items: center;
}


.iconoeliminarjug {
    position: absolute;
    top: .50em;
    left: .25em;
    margin: 0;
    padding: 0;
}

.iconoeliminarjug i {
   
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 800;
}

.lineasequipo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linea1,
.linea2 {
    display: flex;
    flex: row;
    justify-content: space-around;
    margin: 1em;    
    padding: 1em;
    background-color: rgba(216, 143, 58, 0.62);
    
}

.integranteequipo {
    margin: .25em;
    position: relative;

}

.integranteequipo img {
    margin: .5em;
    border: solid 3px #d88F3a;
    border-radius: 50%;
    width: 110px;
}

.botonesequipo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;

}

#pagedeq h2 {
    font-size: 11pt;
    text-align: center;
}

#pagedeq h3 {
    color: #54ace0;
    background-color: #FFFFFF;
    border-radius: 1em;
    border: solid 1px #d88F3a;
    margin: .3em;
    font-size: 10pt;
    font-weight: 700;
    padding: .5em 4em;
}

.guardarcambioseq {
    display: block;
    background-color: #D88F3A;
    border-radius: .5em;
    color: #FFFFFF;
    margin: auto;
    font-size: 11pt;
    font-weight: normal;
    padding: .2em 1em;
    cursor: pointer;
}

#pagedeq h4 {
    color: #ffffff;
    background-color: rgba(216, 143, 58, 0.71);
    border-radius: 1em;
    border: solid 1px #d88F3a;
    margin: .3em;
    font-size: 10pt;
    font-weight: 700;
    padding: .5em 4em;
}

#pagedeq .editaredeq {
    display: flex;
    background-color: #818181;
    text-align: center;
    margin: .5em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
}

#pagedeq h1{
    font-size: 22px;
}

/*---------------------------------------
PAG:14 CHATS (#pagchats)
---------------------------------------*/

#pagchats {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
    padding: 4em .7em;
}

#pagchats .editarchats {
    display: flex;
    background-color: #818181;
    text-align: center;
    margin: .5em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
}

#pagchats img {
    margin: .5em;
    border: solid .15em #d88F3a;
    border-radius: 50%;
    width: 130px;
    height: 18%;
}

.persona1,
.persona3,
.persona5 {
    background-color: #cbecff;
}


.persona1,
.persona2,
.persona3,
.persona4,
.persona5 {
    display: flex;
    justify-content: space-around;
    margin: 1em;
    
}

.persona1:hover,
.persona2:hover,
.persona3:hover,
.persona4:hover,
.persona5:hover{
    background-color: rgba(84, 172, 224, 0.68);
}


#pagchats h4{
    font-size: 17px;
}

.persona1 h3,
.persona3 h3,
.persona4 h3,
.persona5 h3 {
    color: rgba(0, 0, 0, 0.58);
    border-radius: 1em;
    border: solid 1px #d88F3a;
    background-color: rgba(216, 143, 58, 0.67);
    margin: .3em;
    font-size: 10pt;
    font-weight: 700;
    padding: .5em 4em;
    width: 315px;
}


.persona2 > h3 {
    background-color: rgba(73, 234, 59, 0.54);
    color: rgba(0, 0, 0, 0.58);
    border-radius: 1em;
    border: solid 1px #d88F3a;
    margin: .3em;
    font-size: 10pt;
    font-weight: 700;
    padding: .5em 4em;
    width: 315px;
}

#pagchats i{
    color: #9b1644;
    font-weight: 800;
}

/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
FIN DE LOS CSS DE ARTHUR
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/




/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/



/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CSS PARA LOS HTML DE ROSANA
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/

/*---------------------------------------
PAG:1 INDEX(INICIAR SESION) (#pag1)
---------------------------------------*/

#pag1 {
    background-color: #DDEFFB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    padding-bottom: 2em;

}

.logo {
    width: 90%;
    height: auto;
    padding-top: 5em;
}

.bajada {
    margin: 1em 0;
    font-size: 9pt;
    font-weight: bold;
    letter-spacing: .1em;
    word-spacing: .1em;
}

.logoestrella {
    width: 25%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 2em;
}

#pag1 h2 {
    margin: .5em 0;
    font-size: 12pt;
    font-weight: bolder;
    text-align: center;
}

.usuario-contraseña {
    display: flex;
    flex-direction: column;
    margin: 0 1em;
}

.usuario-contraseña .contraseñain {
    margin-bottom: .5em;
}

.usuarioin,
.contraseñain {
    border-radius: 1em;
    margin: .3em;
    background-color: #B2D5E3;
    font-size: 10pt;
    font-weight: lighter;
    padding: .4em 1.5em;
    border: solid 1px #56ACE1;
}

.links ul {
    display: flex;
    padding: .5em 0;
    justify-content: center;
}

.links img {
    background-color: #cbecff;
    border-radius: .5em;
    width: 50%;
    margin: .5em 1em;
    padding: .3em .5em;
    background-color: #FFFFFF;
}

.ingresar {
    border: none;
    background-color: #D88F3A;
    border-radius: .5em;
    color: #FFFFFF;
    margin: .3em 5em;
    font-size: 11pt;
    font-weight: normal;
    padding: .5em 2em;
    cursor: pointer;
}

.registrar {
    border: solid 1px #D88F3A;
    background-color: #FFFFFF;
    border-radius: .5em;
    color: #D88F3A;
    margin: .3em 5em;
    font-size: 11pt;
    font-weight: normal;
    padding: .5em 2em;
}

.registrar a{
    text-decoration: none;
    color: #D88F3A;
}


/*---------------------------------------
PAG:3 INICIO (#pag2)
---------------------------------------*/
#pag2 {
    background-color: #DDEFFB;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 3em;
}

section {
    border-top: solid 1px rgba(0, 0, 0, .1);
}

.galeria {
    padding-bottom: .5em;
    transition: all 1s ease;
}

.galeria > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.galeria h3 {
    width: 100%;
    padding: 1em;
    height: auto;
}

.galeria figure {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
}

.galeria img {
    display: block;
}

.galeria figcaption {
    background-color: #D88F3A;
    border-top: solid 2px #D88F3A;
    border-radius: 1em;
    color: #FFFFFF;
    padding: .5em;
    position: absolute;
    height: 100%;
    top: calc(100% - 2.5em);
    left: 0;
    right: 0;
    transition: all .5s ease;
    font-size: 12pt;
    font-weight: bold;
}

.galeria figure:hover figcaption {
    background-color: rgba(216, 143, 58, 0.9);
    border-radius: 1em;
    padding: 1em;
    text-align: center;
    top: .5em;
    left: .5em;
    right: .5em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: all .3s ease-out;
    color: #000000;
    font-size: 14pt;
}

.galeria figcaption span {
    color: #000000;
    display: block;
    font-size: .75em;
    margin-top: 1em;
    font-size: 10pt;
    font-weight: normal;
}

.galeria figure {
    display: flex;
    flex-direction: column;
}

.pasador a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bolder;
    cursor: pointer;
}
.pasador a:hover{
    color: #000000;
}

.bx-wrapper {
    padding: 1em;
    margin: auto;
    background: none;
    box-shadow: none;
    border: none;
    height: auto;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1;
}

.jueh h1 {
    display: flex;
    background-color: #818181;
    text-align: center;
    margin-top: 3.5em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    padding: .2em;
    padding-left: .5em;
}

#buscarequipos {
    display: flex;
    margin: auto;
    justify-content: center;
}

#buscarequipos a {
    display: flex;
    margin: .1em .2em;
    padding: .5em 2em;
    text-decoration: none;
}

.bus_a a {
    border: solid 1px #D88F3A;
    background-color: #FFFFFF;
    border-radius: 1em;
    color: #D88F3A;
    margin: .3em;
    font-size: 10pt;
    font-weight: normal;
    padding: .5em 4em;
}

.bus_b a {
    border: solid 1px #D88F3A;
    background-color: #D88F3A;
    border-radius: 1em;
    color: #FFFFFF;
    margin: .3em;
    font-size: 10pt;
    font-weight: normal;
    padding: .5em 4em;
    text-align: center;
}

#buscarequipos a:hover {
    background-color: #b61c2d;
    color: #FFFFFF;
    border-color: #b61c2d;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.13);
    font-weight: bold;
}

.pasadorcito .eJueganHoy {
    background-color: #D88F3A;
    border-radius: 1em;
    color: #FFFFFF;
    padding: .5em;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.eJueganHoy h2 {
    font-weight: bolder;
    color: #000000;
    font-size: 24pt;
    margin: auto;
    text-align: center;
}

.eJueganHoy h3 {
    text-align: center;
    font-weight: bolder;
    font-size: 16pt;
    margin: auto;
    padding: .5em;
}

.eJueganHoy p {
    font-weight: normal;
    font-size: 10pt;
    margin: auto;
    margin-top: 1em;
    text-align: center;
}

.notpg2 h1 {
    display: flex;
    background-color: #818181;
    text-align: center;
    margin-top: 1em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    padding: .2em;
    padding-left: .5em;

}



/*---------------------------------------
PAG:6 PERFIL_JUGADOR (#pag5)
---------------------------------------*/

#pag5 {
    background-color: #cbecff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 3em .7em;
    flex-grow: 1;
}

.pieperfil i {
    color: #FFFFFF;
}

.infoperfil {
    display: flex;
    flex-direction: row;
    background-color: #818181;
    border-radius: 1em;
    margin: auto;
}

.fotolike,
.nombredetalle {
    flex-direction: column;
    margin: .5em 0;
    background-color: transparent;
    justify-content: space-between;
    width: 80%;
}

.fotolike {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.fotolike img {
    background-size: cover;
    border-radius: 50%;
    width: 60%;
    height: auto;
    margin: 0 .5em;
}

.fotolike h2 {
    color: #FFFFFF;
    font-size: 21pt;
    font-weight: bold;
}

.nombredetalle h2 {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 1em;
}

.ndetalles {
    display: flex;
    justify-content: space-around;
    width: 90%;

}

.ndetalles li {
    color: #D88F3A;
    font-size: 10pt;
    font-weight: bold;
    margin: auto;
    display: flex;
    justify-content: space-around;

}

.tarde-noche {
    display: flex;
}

.hs-f {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tarde-noche li {
    background-color: #D88F3A;
    border-radius: 1em;
    color: #FEFFFF;
    margin: .3em;
    font-size: 10pt;
    font-weight: bold;
    padding: .5em 4em;
}

.icono-pelotas ul {
    display: flex;
    justify-content: space-around;
}

.infodetalle h3 {
    padding: .5em 0;
    text-align: left;
}

.infodetalle p {
    margin: .5em;
    text-align: left;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
}

.pn i {
    color: #D88F3A;
    font-size: 25pt;
    padding: .1em;
    margin: .1em;
}

.pb i {
    color: #818181;
    font-size: 25pt;
    padding: .1em;
    margin: .1em;
}

.icono-pelotas ul {
    display: flex;
    padding: .5em 0;
}

.posicion ul {
    padding: .5em 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.posicion ul li {
    border: solid .12em #56ACE1;
    background-color: #FFFFFF;
    border-radius: 1em;
    color: #56ACE1;
    margin: .3em;
    font-size: 10pt;
    font-weight: normal;
    padding: .5em 4em;
}


.dias {
    display: flex;
    justify-content: space-around;
}

.dias li {
    border: solid .12em #56ACE1;
    background-color: #FEFFFF;
    border-radius: 1em;
    color: #56ACE1;
    margin: .2em;
    font-size: 10pt;
    font-weight: normal;
    padding: .5em 3em;
}

.enmsjeliminar {
    background-color: #B51A2D;
    border-radius: .5em;
    color: #FFFFFF;
    margin: .3em;
    font-size: 10pt;
    font-weight: bold;
    padding: .5em 4em;
    cursor: pointer;
}

video {
    width: 100%
}

.eliminar {
    padding: 3em 0;

}

/*---------------------------------------
PAG:11 EDITAR_PERFIL (#pag6)
---------------------------------------*/

#pag6 {
    background-color: #DDEFFB;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 3em;
}

.editar {
    display: flex;
    background-color: #818181;
    text-align: center;
    margin-top: 3.5em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    padding: .2em;
    padding-left: .5em;
}

.check {
    display: block;
    background-color: #D88F3A;
    border-radius: .5em;
    color: #FFFFFF;
    margin: 1em auto;
    font-size: 11pt;
    font-weight: normal;
    padding: .5em 2em;
    cursor: pointer;
}

.cambiarfoto {
    display: flex;
    justify-content: center;
    width: 60%;
    height: auto;
    margin: auto;
}

.usuariox i {
    display: flex;
    justify-content: center;
    font-size: 200pt;
    color: #56ACE1;
}

.fotoeditar {
    position: relative;
}

.fotoeditar i {
    background-color: #000000;
    border-radius: 5em;
    padding: .4em;
    color: #FEFFFF;
    position: absolute;
    top: 9em;
    right: 3em;
    z-index: 1;
}

.dato,
.formperfil,
.editaperfil,
.opcion {
    display: flex;
    flex-direction: column;

}

.f-m,
.des {
    border: none;
    margin: 1em .3em;
    background-color: #B2D5E3;
    font-size: 10pt;
    font-weight: 100;
    border: solid 1px #56ACE1;
    border-radius: 1em;
    padding: .5em 1em;
}

.tick,
.fecha-horario {
    margin: .5em .3em;
    padding: .5em 0;
}

.inlab {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: none;
    margin: 1em .3em;
    background-color: #B2D5E3;
    font-size: 10pt;
    font-weight: 100;
    border: solid 1px #56ACE1;
    border-radius: 1em;
    padding: .5em 1em;
}

.fecha-horario {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hs,
.date {
    margin: 1em .3em;
    background-color: #B2D5E3;
    font-size: 10pt;
    font-weight: 100;
    border: solid 1px #56ACE1;
    border-radius: 1em;
    padding: .5em 1em;
}

.tick h3,
.fecha-horario h3,
.edad {
    border-bottom: solid 2px #56ACE1;
    color: #000000;
    margin: .5em 0;
    font-size: 10pt;
    font-weight: normal;
    padding: .5em 1em;
    text-align: left;
}

.editarresposive {
    padding: 0 .5em;
}


/*---------------------------------------
PAG:13 NOTIFICACIONES (#pag7)
---------------------------------------*/

#pag7 {
    background-color: #cbecff;
    display: flex;
    flex-direction: column;
    padding-bottom: 3em;
    flex-grow: 1;
}

.notf h1 {
    display: flex;
    background-color: #818181;
    margin-top: 3.5em;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    padding: .2em;
    padding-left: .5em;
}

.conjunto7a {
    display: flex;
    justify-content: space-between;
    padding: 0 .5em;
    flex-grow: 1;
}

.conjunto7a ul {
    margin: .1em;
}

.imgx5 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.fotonotf {
    border-radius: 50%;
    border: solid 2px #D88F3A;
    max-width: 15vw;
    height: auto;
}

.nombrex5,
.estadox5 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.x5 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.nombrex5 {
    font-size: 12pt;
    font-weight: bold;
}


.e5 {
    background-color: #D88F3A;
    border-radius: .5em;

    color: #FFFFFF;
    font-size: 10pt;
    font-weight: normal;
    padding: .5em 4em;
}

.es5 {
    background-color: #FFFFFF;
    border-radius: .5em;
    border: solid 1px #56ACE1;
    color: #56ACE1;
    font-size: 10pt;
    font-weight: normal;
    padding: .5em 4em;
}

.x5 i {
    color: #000000;
    font-size: 15pt;
    font-weight: 900;
}



/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
FIN DE LOS CSS DE ROSANA
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/


/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CSS PARA LOS HTML DE LUJAN
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/

/*---------------------------------------
PAG:2 REGISTRO (#pag111)
---------------------------------------*/

#pag111 {
    background-color: #cbecff;
    align-items: center;
    display: flex;
    flex-direction: column;
}

#pag111 > img {
    width: 15em;
    margin-top: 4em;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#pag111 > h2 {
    text-align: center;
    font-size: 1.3em;
    max-width: 15rem;
}

.divforeg {
    display: flex;
}

.formregistro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
    max-width: 60%;
}

.formregistro input {
    margin: .1em;
    background-color: #FEFFFF;
    font-size: 1em;
    font-weight: 100;
    padding: .7em;
    border-radius: 10em;
    border-color: #D88F3A;
    width: 100%;
    border-color: #56ACE1;
    border: solid .1em #56ACE1;
}

.formregistro button {
    background-color: #D88F3A;
    padding: .7rem;
    border-radius: 1rem;
    border-color: #56ACE1;
    margin: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    align-items: center;
    font-size: 1.5em;
}

/*---------------------------------------
PAG:4 FILTRO_JUGADOR (#pag4)
---------------------------------------*/
#pag4 {
    background-color: rgba(203, 236, 255, 0.6);
/*
    align-items: center;
    justify-content: center;
*/
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 4em .7em;
}
#pag4 > h2 {
    font-size: 1.2em;
}
.buscarjug > button {
    background-color: rgba(203, 236, 255, 0.1);
    color: #54ACE0;
}

.filjug,
.buscarjug {
    display: flex;
}

.buscarjug > input {
    margin: .3em 0;
    background-color: #FFFFFF;
    font-size: 1em;
    font-weight: 100;
    padding: .3em .7em;
    border-radius: .8em;
    border-color: #D88F3A;
    width: 100%;
    border: solid .1em #56ACE1;
}
.sex h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: .5em;
}
.sex  img {
    color: #818181;
    max-width: 40px;
    margin: .5rem;
    display: ;
    flex-direction: row;
}
.sex label{
    align-items: center
}
.sex label input{
    display: ;
    }

.sex label input:hover
{
    background-color: white;
    border: solid .1em #D88F3A;
    color: #818181;
}

/* align-items: center;
    font-weight: 700;
    padding: .5em;
    border-radius: .8rem;
    background-color: white;
    border: solid .1em #D88F3A;
    color: #818181;*/

.filjug{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.filjug label {
    font-size: 1rem;
    font-weight: 700;
    margin: 1em 0 0 0;
}
/* RANGE SLIDER*/

[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 25px 0 10px 0;
    left: 0;
}

[slider] > div {
  position: absolute;
  left: 0px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #818181;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #818181;
    margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 1em;
  background-color: #D88F3A;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -13px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #D88F3A;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: 12px;
  z-index:3;
  background-color: none;
  color: #000000;
  width: 28px;
  height: 28px;
  border-radius: none;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}



[slider] > div > [sign] > span {
  font-size: 12pt;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}
    /* FIN RANGE SLIDER*/

.filjug select{
    margin: .3em 0;
    background-color: #FFFFFF;
    font-size: 1em;
    font-weight: 100;
    padding: .3em .7em;
    border-radius: .8em;
    border-color: #D88F3A;
    width: 100%;
    border-color: #56ACE1;
    border: solid .1em #56ACE1;
}

#filjugpos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.labels{
    margin: 1em;
    align-items: center;
}
.labels input{
    height: 1.5em;
    width: 1.5em;
}

.labels label{
    align-items: center;
    font-weight: 700;
    padding: .5em;
    border-radius: .8rem;
    background-color: #818181;
    border: solid .1em #D88F3A;
    color: white;
    
}

#filbot {
    display: flex;
    justify-content: center;
    
}
#filbot button:hover,
#filbot  a:hover{
    background-color: #54ACE0 ;
    color: white;
    
    border: solid .1em #54ACE0;
}

#filbot button{
    flex-grow: 1;
    text-align: center;
    margin: .3rem;
    padding: .3rem;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: .8rem;
    border: solid .1em #D88F3A;
    color: #D88F3A;
    background-color: #FFFFFF;
}
#filbot  a{
    flex-grow: 1;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem;
    color: #FFFFFF;
    padding: .3rem;
    margin: .3rem;
    background-color: #D88F3A;
    border-radius: .8rem;
}
/*---------------------------------------
PAG:7 FILTRO_EQUIPO (# )
---------------------------------------*/
#pagjugeq{
    background-color: rgba(203, 236, 255, 0.6);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 4em .7em;
    justify-content: space-between;
}
#pagjugeq > h2 {
    font-size: 1.2em;
}
#hdj{
    display: flex;
    align-items: center;
    justify-content: center;
}
#hdj button{
    max-width: 40%;
    flex-grow: 1;
    text-align: center;
    margin: .3rem;
    padding: .4rem;
    font-size: 1rem;
    border-radius: .8rem;
    border: solid 2px #D88F3A;
    color: #D88F3A;
    background-color: #FFFFFF;
}

#hdj input{
    background-color: white;
    border: solid 2px #D88F3A;
    padding: .3em;
}

/*---------------------------------------
PAG:12 CONTACTO (#pag12)
---------------------------------------*/

#pag12 {
    background-color: #cbecff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 4em .7em;
}


#pag12 .editar{
    margin: 0em;
}

#pag12 .editar h1 {
    font-size: 1.3em;
}

.chat {
    background: #FFFFFF;
    padding: 1em;
    align-content: flex-end;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.chat p {
    text-align: left;
    margin: .1em;
    background-color: #D88F3A;
    color: #FFFFFF;
    max-width: 13em;
    border-radius: 2em;
    padding: 1.1em;
    font-size: 1em;
    font-weight: 400;
}

#pag12 > div {
    display: flex;
}

.pag12p {
    flex-grow: 1;
}

#pag12 .enviarmje form {
    min-width: 97%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pag12 textarea {
    border: none;
    background-color: #FEFFFF;
    font-size: 1em;
    font-weight: 300;
    padding: .7em;
    background-color: #cbecff;
    border-radius: .8em;
    width: 95%;
    margin: 1em;
    border: solid .1em #56ACE1;
}

.enviarmje form button {
    color: #54ACE0;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

/*---------------------------------------
PAG:15 CONFIGURACION (#pag15)
---------------------------------------*/

#pag15 {
    background-color: #cbecff;
    display: flex;
    flex-direction: column;
}

#pag15 .editar h1 {
    font-size: 1.3em;
}

.buscarconf {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.buscarconf input {
    padding: .5em;
    margin: .8em;
    border-radius: 8em;
    background-color: #FFFFFF;
    border: solid .1em #56ACE1;
    width: 95%;
}

.buscarconf button {
    background-color: #cbecff;
    color: #54ACE0;
}

#pag15 .editar {
    margin: 0;
}

.configurac {
    margin: 0;
    background-color: rgba(245, 166, 73, 0.49);
}

.configurac ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin: 1em;
    max-width: em;
    height: 63vh;
}

.configurac ul li {
    display: flex;
    align-items: center;
    margin: 1em;
    padding: .1em;
}

.configurac button {
    display: flex;
    background-color: #B61C2D;
    padding: .5em 2em;
    border-radius: .8rem;
    margin: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    max-width: 13em;
}

.pieperfil li i {
    color: white;
}

/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
FIN DE LOS CSS DE LUJAN
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/



/*----------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------*/



/*
---------------------------------
RESPONSIVE 
puntos de quiebre (breakpoints)
para el diseño responsive
---------------------------------

/* 2176px NO BORRAR NI CAMBIAR min-width 136em
SINO EL MENU DEJA DE FUNCIONAR */
@media (min-width: 136em) {

    nav {
        background-color: rgba(0, 0, 0, .5);
        position: relative;
        right: auto;
        top: auto;
        height: auto;
        min-width: auto;
    }

    nav ul {
        display: flex;
    }

    #llamamenu,
    .usuario {
        display: none;
    }

}

/* 768px RESPONSIVE */
@media (min-width: 48em) {

    /*RESPONSIVE INDEX (INICIAR SESION)*/
    #pag1 {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .inicio-sesion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo {
        padding-top: 0em;
    }

    .bajada {
        display: flex;
        margin: 0;
        font-size: 10pt;
        font-weight: bold;
    }

    .responsive {
        flex-direction: column;
    }

    #pag1 h2 {
        text-align: left;
        font-size: 9pt;
        margin-left: .8em;
    }

    .usuario-contraseña {
        margin: auto;
    }

    .usuarioin,
    .contraseñain {
        border-radius: .7em;
        background-color: transparent;
        margin: .2em;
    }

    .links img {
        margin: .5em 1em;
        padding: .3em .5em;
        background-color: #FFFFFF;
    }

    .inicio-sesion,
    .responsive {
        width: 40%;
    }

    /*RESPONSIVE EDITAR_PERFIL*/
    #pag6 {
        padding-bottom: 0em;
    }

    .editar {
        margin-top: 4em;
    }

    .editarresposive {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2em 1em;
        margin: 1em;
    }


    .opcion .des {
        width: 100%;
        margin: auto;
    }

    .cambiarfoto {
        margin: 1em;
    }

    .usuariox {
        position: relative;

    }

    .usuariox i {
        position: absolute;
        font-size: 18em;
        top: -0.1em;
        left: -0.7em;
    }


    .fotoeditar i {
        top: 8.1em;
        right: 0em;
    }

    .formperfil {
        margin: auto;
    }

    .conjunto6a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .conjunto6b {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding: 0;
        margin: 5em auto;
    }

    .check {
        padding: .5em 8em;
        background-color: #56ACE1;
    }

    .tick {
        margin: 0;
        padding: 0;
    }

    /* RESPONSIVE INICIO */
    
    .juehbus{
        display: flex;
    }
    
    #buscarequipos{
        flex-direction: column;
    }
    .bx-wrapper {
    width: 70%;
    }
    
    /*RESPONSIVE PERFIL_JUGADOR*/

    .infopag5 {
        display: flex;
        align-items: center;
        margin: auto;
    }

    .infopag5 section {
        align-content: center;
        width: 80%;
        margin: .5em;
    }


    .fotolike img {
        margin: 1em .1em;
        width: 70%;
    }

    .fotolike {
        margin: auto;
        flex-direction: column;
    }



    .ndetalles li {
        font-size: 12pt;
        font-weight: bold;
        margin: auto;

    }

    .nombredetalle h2 {
        padding: 1em 0;
    }

    .info1 {
        display: flex;
    }

    .video-hs {
        display: flex;
        flex-direction: row-reverse;
    }

    .video {
        width: 50%;
    }

    .infodetalle div {
        justify-content: space-between;
    }

    .eliminar {
        padding: 1em 0;
    }
}


     /*  RESPONSIVE MENOR DE 600PX  */
    
    @media (max-width: 600px){
        
        .fotoequipo img{
            width: 180px;
        }
        
        #pag10 img{
            width: 120px;
        }
        
        #pag10 h2{
            font-size: 1.15em;
        }
        
        #pag10 h4{
            font-size: .85em;
        }
    }


    
    /* RESPONSIVE INICIO 400px */
    @media (min-width: 25em) {

        .galeria figure {
            width: 45%;
            margin: .125em;
        }
        

    }


    /* reglas que se aplicarán cuando la ventana del navegador mida igual o más de ---px 
------------------------- SIGUIENTE RESPONSIVE ---------------*/














    /*
---------------------------------------------------
 modificaciones al css del plugin del ser necesario
---------------------------------------------------
*/
