@charset "utf-8";

.main-index {
    margin: 0 !important;
}

header {
    background-color: black;
    width: 100%;
    height: 70px;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
}

/* inicio.html */

/* logo centrado */

header span {
    display: flex;
    justify-content: center;
    padding: 0 1rem .7rem 1rem;
    align-items: center;
}

.logocentrado {
    width: 3.5em;
    margin-right: 200px;
}

.nombre-club {
    font-family: 'Montserrat', sans-serif;
    padding-top: 0.1em;
    font-size: 1.1em;
    color: white;
    width: 200px;
    text-align: center;
}

.nombre-alineado-centro {
    margin-left: -11em;
    text-align: left;
}

/* imagenes del inicio */

.imagenclick {
    width: 100%;
}

/* botón de iniciar sesión */

.explorar {
    background-color: orangered;
    border: 4px solid rgba(0,0,0,.25);
    border-radius: 50%;
    box-shadow: 0 .15em .1em rgba(0,0,0,.215);
    cursor: pointer;
    display: flex;
    font-size: 2.3rem;
    width: 3.5rem;
    height: 3.5rem;
    position: fixed;
    bottom: 1rem;
    right: 1.2rem;
    z-index: 1;
}

.explorar > * { 
    margin: auto; 
}

.color-hipervinculo {
    color: white;
}

/*----------------------------------------------------------*/

/* insitucional.html */

/* fondo blanco */

.white-background {
    background-color: white;
}

/* barra de arriba flex */

header div {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem .7rem 1rem;
    align-items: center;
}

/* logo a la izquierda */

.logo-izquierdo {
    width: 3.5em;
}

/* botón de menú desplegable */

.boton-menu {
    width: 1.3em;
    height: 1.3em;
    font-size: 2.4em;
}

#llamamenu {
    border: 0;
    background: none;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
    z-index: 9999;
}

.iconos {
    color: white;
}

/* menú desplegable */

header nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    position: fixed;
    right: -100vh;
    top: 70px;
    height: 100vh;
    min-width: 1vw;
    transition: all .3s ease;
    z-index: 9998;
    padding: 0 2vw 0 2vw;
}

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

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

header nav a:hover {
    color: white;
}

nav ul {
    padding-left: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    list-style: none;
}

nav ul li {
    border-bottom: solid 1px grey;
}

nav ul li:last-child {
    border-bottom: none;
}

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

/* galería noticias */

.galeria {
    margin-bottom: 13rem;
}

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

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

.galeria figcaption {
    background-color: rgba(0,0,0,.5);
    border: solid 2px rgba(0,0,0,0);
    border-radius: 0 0 0 0;
    color: white;
    padding: 0.3em 0.8em;
    line-height: 1.25em;
    position: absolute;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    transition: all .5s ease;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
}

.galeria div:hover figcaption {
    background-color: rgba(255, 68, 0, 0.664);
    border: solid 2px  #b32b0c;
    padding: 1em;
    top: 0;
    transition: all .3s ease-out;
}

.galeria figcaption span {
    display: block;
    font-size: .75em;
    color: #ddd;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    display: block;
    margin: auto;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
}

.video {
    max-width: 1030px;
}

.arriba {
    margin-top: -9rem;
}

.club-partido {
    height: 4em;
}

.recuadro {
    background: rgba(0, 0, 128, 0.288);
    border: 3px solid navy;
    border-radius: 0 20px 20px 20px;
    margin: 0 1rem;
    padding: 1rem 0 .1rem 0;
}

.recuadro-flex {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.recuadro span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2em;
}

.clubcito {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: -.05rem;
}

/* ------------------------------------------------------ */

/* historia.html */

/* imágenes de historia */

.imagen-historia {
    width: 100%;
}

/* títulos de página */

.titulo-pagina {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    padding-left: 1rem;
    padding-top: .5rem;
    color: orangered;
    max-width: 90%;
}

/* historia */

.historia-club {
    font-family: 'Raleway', sans-serif;
    color: dimgray;
    margin: 1rem;
}

/* ------------------------------------------------------- */

/* actividades.html */

/* galería de actividades */

.banner-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: -1rem;
    height: 350px;
}

.banner-container ul {
    padding: 0;
    height: 350px;
}

.banner-container li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 9;
    height: 350px;
}

.banner-container li a {
    display: block;
    padding: 0px;
    margin: 0px;
    height: 350px;
}

.banner-container li span.overlay {
    background: url(../imagenes/bg-overlay.png) repeat;
    opacity: 0.85;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.hide-text {
    display: none;
}

/* ---------------------------------------------------------- */

/* torneos.html */

/* tablas */

.tabla {
    border-collapse: separate;
    border-spacing: 1em;
    font-family: 'Raleway',sans-serif;
    font-size: 1.15em;
    text-align: center;
    line-height: .5em;
}

.deporte-tabla {
    text-align: left;
    font-size: 1.5em;
    padding-left: 1rem;
    padding-bottom: .6em;
    padding-top: .5em;
    background-color: dimgray;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-variant: small-caps;
}

.siguiente {
    margin-top: 2rem;
}

.iconito {
    height: 1.5em;
}

.nosotro {
    background: rgba(255, 68, 0, 0.199);
}

/* calendario */

.calendario {
    margin-top: 3rem;
    width: 100%;
    height: 35rem;
}

/* ---------------------------------------------------------- */

/* noticias.html */

.seccion {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    margin-left: 1rem;
    margin-bottom: -.05rem;
    padding: .1em .5em;
    height: 1.5em;
    width: 60%;
    background-color: black;
    color: white;
    font-variant: small-caps;
}

.imagen-noticia {
    width: 100%;
    display: block;
    margin: auto;
}

.titulo-noticia {
    font-family: 'Raleway',sans-serif;
    font-size: 2.5em;
    margin: .4em 0 -.2em 1rem;
}

.introduccion {
    font-family: 'Raleway',sans-serif;
    font-size: 1em;
    color: dimgray;
    margin: 1.5rem 1rem 1rem 1rem;
}

.hipervinculo {
    text-decoration: none;
    color: black;
}

/* línea divisoria de noticias */

hr {
    width: 90.5%;
}

/* ----------------------------------------------------------- */

/* contactos.html */

/* mapa google */

iframe {
    width: 100%;
    display: block;
    margin: auto;
    height: 20em;
    border: 0;
}

/* forms para enviar comentario */

form {
    margin-left: 1rem;
    margin-top: 1rem;
}

form div label {
    font-family: 'Raleway',sans-serif;
    font-size: 1.4em;
}

input, textarea {
    font-family: 'Raleway',sans-serif;
    width: 90%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    font-size: 1.2em;
    border-radius: .25em;
}

input:focus, textarea:focus {
    border-color: orangered;
}

textarea {
    height: 7em;
    resize: vertical;
}

main form div button {
    border-radius: .25em;
    font-family: 'Raleway',sans-serif;
    font-size: 1.4em;
    margin: 1rem 0 3rem 0;
    padding: .1em .3em .2em .3em;
}

/* ----------------------------------------------------------- */

/* iniciosesion.html */

/* hipervínculo */

.link-peque {
    font-family: 'Raleway',sans-serif;
    font-size: 1em;
    margin-top: -2rem;
    color: navy;
}

.siguiente-form {
    margin-top: 1.5rem;
}

.registro-boton {
    background: black;
    color: white;
    margin: 0 0 3rem 1rem; 
    font-family: 'Raleway',sans-serif;
    font-size: 1.4em;
    border-radius: .25em;
    padding: .1em .3em .2em .3em;
}

/* ------------------------------------------------------------ */

/* registro.html */

.subtitulos {
    font-family: 'Raleway',sans-serif;
    font-size: 1.8em;
    color: dimgray;
    margin-left: 1rem;
    font-weight: normal;
}

.link-peque-registro {
    font-family: 'Raleway',sans-serif;
    font-size: 1em;
    color: navy;
}

.avisos-varios {
    font-family: 'Raleway',sans-serif;
    font-size: 1.2em;
    color: dimgray;
    margin-left: 1rem;
    margin-bottom: 10.5rem;
    font-weight: normal;
}

/* ------------------------------------------------------------ */

/* perfil.html */

.imagen-avatar {
    width: 10rem;
    height: 10rem;
    display: block;
    margin: auto;
    margin-top: 1.5rem;
    border: 4px solid rgba(0,0,0,.25);
    border-radius: 50%;
    box-shadow: 0 .15em .1em rgba(0,0,0,.215);
}

.datos div h1 {
    font-family: 'Raleway',sans-serif;
    color: white;
    text-align: center;
    margin: 1rem 5rem;
    background-color: orangered;
    padding: .2rem 0 .2rem 0;
}

.datos div h2 {
    font-family: 'Raleway',sans-serif;
    color: black;
    text-align: center;
    margin-top: -.01rem;
}

.datos div h4 {
    font-family: 'Raleway',sans-serif;
    color: dimgray;
    text-align: center;
    margin-top: -1.2rem;
    font-weight: lighter;
    font-size: 1.2em;
}

.frase-bio {
    font-family: 'Raleway',sans-serif;
    font-style: italic;
    margin: 0 1rem;
    text-align: center;
}

/* ------------------------------------------------------------ */

/* comunidad.html */

.foro {
    border-collapse: separate;
    font-family: 'Raleway',sans-serif;
    font-size: 1.2em;
    text-align: left;
    background: dimgray;
    margin: 1rem 0 3rem 1rem;
}

.foro tr {
    background: white;
}

.foro tr td {
    padding: 2rem;
    text-align: center;
}

.barra-foro {
    background: black !important;
    color: white;
}

.barra-foro th {
    text-align: center;
    padding: 1rem 0 1rem !important;
}

.barra-foro th:first-child {
    width: 52%;
}

.ultimo-post {
    padding: 1rem 10rem 1rem 1rem !important;
}

.foro tr th a {
    color: black;
    text-decoration: none;
}

/* ------------------------------------------------------------ */

/* tema.html */

.anteriormente {
    font-family: 'Raleway',sans-serif;
    font-weight: normal;
    padding-left: 1rem;
    font-size: 1em;
    color: dimgray;
}

.anteriormente a {
    color: dimgray !important;
    text-decoration: none;
}

.hilos {
    padding-left: 1rem;
}

/* ------------------------------------------------------------- */

/* hilo.html */

.posteo {
    display: flex;
    margin-bottom: 1vh;
}

.imagen-avatar-foro {
    width: 7rem;
    height: 7rem;
    display: block;
    margin: auto;
    margin-top: 1.5rem;
    border: 2px solid navy;
    border-radius: 50%;
    box-shadow: 0 .15em .1em rgba(0, 0, 128, 0.192);
}

.usuario-comentario {
    background: rgba(0, 0, 128, 0.582);
    border: 3px solid navy;
    border-radius: 20px 0 0 25px;
    margin-left: 1rem;
    MIN-width: 38%;
}

.nombre-usuario {
    font-family: 'Raleway',sans-serif;
    font-size: 1.3em;
    padding: 0 .5rem;
    color: black;
    text-decoration: underline;
    text-align: center;
}

.tipo-de-usuario {
    text-align: center;
    margin: -.5rem 0 -.5rem 0;
    color: white;
    font-family: 'Raleway',sans-serif;
    font-weight: normal;
    font-size: 1em;
}

.datos-usuario {
    padding-left: 1rem;
    color: black;
    font-family: 'Raleway',sans-serif;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
}

.detalle-comentario {
    background: navy;
    border: 3px solid navy;
    color: white;
    border-radius: 0 20px 0 0;
    font-family: 'Raleway',sans-serif;
    font-size: .8em;
    padding-left: .5rem;
    font-weight: normal;
    margin-right: 1rem;
}

.comentario {
    border: 3px solid navy;
    border-radius: 0 0 20px 0;
    font-family: 'Raleway',sans-serif;
    padding: 0 1rem 1rem 1rem;
    margin-right: 1rem;
    font-size: .8em;
}

.margen-izquierdo {
    margin-left: 1rem; 
}

.margen-izquierdo-x3 {
    margin-left: 1rem; 
}

.final {
    margin-bottom: 3rem;
}

/* ------------------------------------------------------------- */

.pointer {
    cursor: pointer;
}

/* ------------------------------------------------------------- */

/* pie de página */

.pie {
    background: black;
    color: white;
    text-align: center;
    font-family: 'Raleway',sans-serif;
    font-size: 1em;
    padding: .2rem 0 .5rem 0;
}

.pie h4 {
    margin-bottom: -.5em;
}

/* ----------------------------------------------------------------- */

/* pantalla grande */

@media (min-width: 500px) {
.galeria div:hover figcaption {
    top: 50%;
}

.margen-izquierdo-x3 {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {

.vista-horizontal-imagenes {
    display: flex;
    object-fit: cover;
}

.imagenclick {
    object-fit: cover;
    width: 100%;
    height: 180%;
}

.galeria div:hover figcaption {
    top: 70%;
}

.galeria {
    margin-bottom: 7rem;
}

.recuadro-institucional {
    display: block;
    margin: auto;
    margin-bottom: 5em;
    border-radius: 0 0 20px 20px;
    width: 1042px;
}

.seccion-institucional {
    display: block;
    margin: auto;
    width: 1024px;
}

main {
    margin: 0 18% 0 18%
}

.margen-izquierdo-x3 {
    margin-left: 3rem;
}
}