*{
    margin: 0;
    padding: 0;
    background-color: ghostwhite;
}

.mitadLogoFederacion{
    display: inline-flex;
    width: 50%;
    align-items: center;
    height: fit-content;
}
.logoFed{
    width: 7%;
}

.menu{
    display: flex;
    padding-left: 30px;
}
#menuMovil{
    display: none;
}
label{
    display: none;
}

ul{
    display: none;
}

.mitadNavegador{
    align-items: center;
    display: inline-flex;
    width: 50%;
    justify-content: flex-end;
    
}
.mitadMenuMovil{
    display: none;
}
.enlaceLogin{
    color: black;
    margin-right: 4%;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.1vw;
    text-decoration-line: none;
}
.navButtonLogin:hover{
    color: blue;
    text-decoration-line: underline;   
}
.enlaceHome{
    color: black;
    margin-right: 4%;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.1vw;
    text-decoration-line: none;
}
.navButtonLogin:hover{
    color: blue;
    text-decoration-line: underline;   
}
.navButtonHome:hover{
    color: blue;
    text-decoration-line: underline;
}
.enlaceInfo{
    color: black;
    margin-right: 4%;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.1vw;
    text-decoration-line: none;
}
.navButtonInfo:hover{
    color: blue;
    text-decoration-line: underline;
}
.enlaceInscripcion{
    color: black;
    margin-right: 4%;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.1vw;
    text-decoration-line: none;
}
.navButtonInscripcion:hover{
    color: blue;
    text-decoration-line: underline;
}
.enlaceContacto{
    color: black;
    margin-right: 4%;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.1vw;
    text-decoration-line: none;
}
.navButtonContacto:hover{
    color: blue;
    text-decoration-line: underline;
}
.cabecera{
    position: relative;
    width: 100%;
}
.imgCabecera{
    width: 100%;
    height: auto;
    display: block;
}
.marcoTextoCabecera{
    display: flex;
    flex-direction: column;
    align-items: center;
    position:absolute;
    bottom: 0;
    color: rgb(0, 0, 0);
    width: 28%;
    height: 100%;
    opacity: 100%;
    right: 30%;
    background: none;
}
#textoCabecera{
    font-family: system-ui;
    font-size: 1.2vw;
    padding-top: 1%;
    text-align: center;
    padding-bottom: 2%;
    background: none;
}
#textoCabecera2{
    font-family: system-ui;
    font-size: 1.4vw;
    text-align: center;
    padding-bottom: 2%;
    background: none;
    color: blue;
}
#inscribete{
    background-color: navy;
    font-family: sans-serif;
    color: white;
    border: none;
    padding: 5% 8%;
    border-radius: 7px;
    font-size: 1.1vw;
    text-align: center;
    cursor: pointer;
}
#inscribete:hover{
    background-color: black;
    color: white;
}
#inscribeteMovil{
    display:block;
    z-index: 2;
    position: fixed;
    bottom:10%;
    left: 80%;
    background-color: rgba(0, 0, 128, 0.7);
    font-family: sans-serif;
    color: white;
    border: none;
    padding: 2% 3%;
    border-radius: 15px;
    font-size: 1.5vw;
    text-align: center;
    cursor: pointer;
}
#inscribeteMovil:hover{
    background-color: rgba(214, 214, 255, 0.7);
    color: blue;
}
#lineaTexto{
    margin-top: 1%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    
}
#textoCartel{
    font-family: system-ui;
    font-size: 1.3vw;
    color: navy;
}
.linea {
    width: 50%;
    height: 1px;
    background-color: black;
    margin: 0.5% auto; 
    background-color: navy;
    float: left;
}
.cartelTexto{
    display: flex;
    width: 100%;
}
.cartel{
    width: 470%;
}
.textoCartelLado{
    margin: 1%;
    background: none;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.2vw;
    font-family: sans-serif;
    margin-left: 4%;
    margin-right: 4%;
}
.textoCartelMovil{
    display: none;
}
.textoCartelAbajo{
    margin: 1%;
    background: none;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.2vw;
    font-family: sans-serif;
    margin-left: 4%;
    margin-right: 4%;
}
.imgCartel{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    margin-top: 1.5%;
    margin-bottom: 3%;
    box-shadow: 0.3vw 0.5vw #e7e7f1;
}
.imgCartelInfo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    margin-top: 1.5%;
    margin-bottom: 3%;
    box-shadow: 0.3vw 0.5vw #e7e7f1;
}
.textoFinal{
    margin-bottom: 5%;
    margin-top: 3%;
    font-size: 1.5vw;
    text-align: center;
    font-weight: bold;
}
/*//////////////////////////////////////////////////////////INSCRIPCION////////////////////////////////////////////*/

.inscripcion{
    font-size: 1.2vw;
    background-color: #e7e8ff;
    position: relative;
    font-family: system-ui;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-top: 1.5%;
    margin-bottom: 3%;
    border: 1px solid navy;
    margin-bottom: 6%;
}
#encabezadoInsc{
    background: none;
    text-align: center;
}
#formTitulo{
    margin: 1%;
    background: none;
    font-size: 115%;
    font-family: sans-serif;
    text-decoration: underline;
    font-weight: bold;
}
#formEncabezado{
    margin: 1%;
    background: none;
    font-size: 85%;
    font-family: sans-serif;
}
#formCuotas{
    margin: 1%;
    background: none;
    font-size: 85%;
    font-family: sans-serif;
}
#formTexto1{
    margin: 1%;
    background: none;
    text-align: justify;
    text-justify: inter-word;
    font-size: 75%;
    font-family: sans-serif;
}
.logoCampusInsc{
    background: none;
}
.imgLogo{
    width: 32%;
    background: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#textoDatos{
    margin: 1%;
    background: none;
    font-weight: bold;
    font-size: 100%;
    font-family: sans-serif;
}
.recuadro{
    background: #e7e8ff;
}
#entrada{
    font-size: 0.9vw;
    margin: 0.5%;
    font-family: sans-serif;
    background: none;
}
#entradaDoble{
    font-size: 0.9vw;
    display: flex;
    font-family: sans-serif;
    background: none;
}
#selec{
    font-size: 0.9vw;
    border: 1px solid navy;
    background-color: #ced0ff;
    width: -webkit-fill-available;
    padding: 0.3%;
    margin: 0.5%;
    border-radius: 5px;
    cursor: pointer;
}
#divLogin{
    text-align: center;
    background: none;
}
#loginUsu{
    width: 25%;
    min-width: 250px;
}
#loginContra{
    width: 25%;
    min-width: 250px;
}
#enviarLogin {
    background-color: navy;
    font-family: sans-serif;
    color: white;
    border: none;
    padding: 0.8% 1.5%;
    border-radius: 7px;
    font-size: 1.1vw;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 2%;
}
.cuadro{
    border: 1px solid navy;
    background-color: #ced0ff;
    width: -webkit-fill-available;
    padding: 0.3%;
    margin: 0.5%;
    border-radius: 5px;
}
p{
    background: none;
    margin-left: 1.5%;
}
span{
    background: none;
}
#pieInsc{
    background: none;
}
#checInfo{
    background: none;
    margin-left: 1.5%;
    display: flex;
}
#confor1{
    margin: 1%;
    background: none;
    text-align: justify;
    text-justify: inter-word;
    font-size: 75%;
    font-family: sans-serif;
}
#confor2{
    margin: 1%;
    background: none;
    text-align: justify;
    text-justify: inter-word;
    font-size: 75%;
    font-family: sans-serif;
    color: #2d2d7e;
}
#enviarInscripcion{
    background-color: navy;
    font-family: sans-serif;
    color: white;
    border: none;
    padding: 0.8% 1.5%;
    border-radius: 7px;
    font-size: 1.1vw;
    text-align: center;
    cursor: pointer;
    left: 37%;
    position: relative;
    margin: 2%;
}
#enviarInscripcion:hover{
    background-color: black;
    color: white;
}
.aviso{
    color: red;
    margin: 1%;
    background: none;
    font-size: 85%;
    font-family: sans-serif;
}
.avisoLogin{
    color: red;
    margin: 1%;
    background: none;
    font-size: 85%;
    font-family: sans-serif;
    position: absolute;
    left: 700px;
    z-index: 20;
    top: 610px;
}

/*//////////////////////////////////////////////////////////CONTACTO////////////////////////////////////////////*/

#marcoContacto{
    font-size: 1.2vw;
    background-color: #e7e8ff;
    position: relative;
    font-family: system-ui;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-top: 1.5%;
    margin-bottom: 3%;
    border: 1px solid navy;
    margin-bottom: 6%;
}
#encabezadoContacto{
    margin: 1%;
    background: none;
    font-size: 115%;
    font-family: sans-serif;
    text-decoration: underline;
    font-weight: bold;
    background: none;
    text-align: center;
}
#textoContacto{
    margin: 1%;
    margin-top: 3%;
    background: none;
    font-size: 85%;
    font-family: sans-serif;
}
#marcoRedes{
    font-size: 1.2vw;
    position: relative;
    font-family: system-ui;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 27%;
    margin-top: 3.5%;
    margin-bottom: 6%;
    background: none;
}
.marcos{
    background: none;
    display: flex;
    align-items: center;
}
.textoRedes{
    background: none;
}
.imgRedes{
    margin: 3%;
    width: 17%;
    background: none;
}
#enlaceCorreo{
    background: none;
}
.enlaceRedes{
    text-decoration: none;
    color: black;
    background: none;
}
.enlaceRedes:hover{
    color: blue;
}

/*//////////////////////////////////////////////////////////COMPLETO////////////////////////////////////////////*/
.textoCompleto{
    margin-bottom: 5%;
    margin-top: 5%;
    font-size: 1.5vw;
    text-align: center;
}
.textoFinalCompleto{
    margin-bottom: 5%;
    margin-top: 3%;
    font-size: 1.5vw;
    text-align: center;
}
.textoFinalCuenta{
    margin-bottom: 5%;
    margin-top: 3%;
    font-size: 2vw;
    text-align: center;
    font-weight: bold;
}
#patrocinadores{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 3%;
}
.imgCbmu{
    width: 24%;
    height: fit-content;
}
.imgDelegacion{
    width: 12%;
    height: fit-content;
}
.imgZiwiz{
    width: 11%;
    height: fit-content;
}
.almaden{
    width: 11%;
    height: fit-content;
}



/*//////////////////////////////////////////////////////////PIE////////////////////////////////////////////*/
#footerCompleto{
    background-color: black;
}

#patrocinadoresFooter{
    height: auto;
    padding-top: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40%;
    margin-right: 40%;
    margin-bottom: 2%;
    background-color: black;
}
.imgCbmuBN{
    width: 28%;
    background-color: black;
}
.imgDelegacionBN{
    width: 18%;
    background-color: black;
}
.imgZiwizBN{
    width: 17%;
    background-color: black;
}
.almadenBN{
    width: 13%;
    background-color: black;
}
#footer{
    display: flex;
    background-color: black;
    color: #ffffff;
    justify-content: space-between;
    padding: 0.5%;
}

#campusFooter{
    text-align: center;
    font-family: system-ui;
    font-size: 1.2vw;
    padding: 1%;
    background: none;
}

#CopyRight{
    text-align: center;
    font-family: sans-serif;
    font-size: 1vw;
    padding: 1%;
    background: none;
}

#editor{
    text-align: center;
    font-family: sans-serif;
    padding: 1%;
    font-size: 1.2vw;
    background: none;
}
#enlacePie{
    background: none;
    color: white;
    text-decoration: none;
}
#enlacePie:hover{
    color: blue;
}

/*//////////////////////////////////////////////////////////LOGIN////////////////////////////////////////////*/
#recuadroLogin{
    width: 26%;
    height: 300px;
    padding: 0.8em;
}

/*//////////////////////////////////////////////////////////USER////////////////////////////////////////////*/
#formCerrarSesion{
    background-color: unset;
}

.inscripcionMod{
    font-size: 1.2vw;
    background-color: #e7e8ff;
    position: relative;
    font-family: system-ui;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 1.5%;
    margin-bottom: 3%;
    border: 1px solid navy;
    margin-bottom: 6%;
}

.encabezado{
    background-color: unset;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
input.boton{
    background-color: navy;
    font-family: sans-serif;
    color: white;
    border: none;
    padding: 1% 2%;
    border-radius: 7px;
    font-size: 1.1vw;
    text-align: center;
    cursor: pointer;
}

input.boton:hover{
    background-color: black;
}

#formTablaUser{
    background-color: unset;
    padding-bottom: 2%;
    padding-top: 2%;
}

table, td, th{
    border: 1px solid;
    height: 25px;
    background-color: azure;
}

td, th{
    padding: 1%; 
    font-size: 0.8em;
}

.tabla{
    margin: auto;
    text-align: center;
    border-collapse: collapse;
    width: 95%;
}

.modificar{
    color: blue;
    font-weight: bold;
    background-color: azure;
}
a:hover{
    color: red;
}

h2{
    background-color: unset;
    padding-bottom: 2%;
    padding-top: 2%;
    text-align: center;
}

/*//////////////////////////////////////////////////////////ADMIN////////////////////////////////////////////*/

.altaUsuDiv{
    background-color: unset;
    margin-bottom: 5%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    width: 40%;
}

h3{
    background-color: unset;
    padding-bottom: 2%;
    padding-top: 2%;
    text-align: center;
}

#usu_enviar_1{
    margin-top: 10%;
    padding: 4%;
}

/*//////////POP UP////////*/

#cookieBanner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
  }

  #acceptButton {
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }

/*//////////////////////////////////////////////////////////MODIFICAR////////////////////////////////////////////*/

#botonModificar{
    left: 80%;
    position: relative;
}

/*///////////////////////////////////////////////////////////////RESPONSIVE*/



@media screen and (max-width: 600px) {
    
/*//////////////////////////////////////////////////////////HOME/INFO////////////////////////////////////////////*/
.cabecera{
    top: 0px;
    position: fixed;
    width: 100%;
    background: none;
}
.imgCabecera{
    width: auto;
    height: 43px;
    display: block;
}
.menu{
    position: fixed;
    z-index: 2;
    background: none;
}
.mitadLogoFederacion{
    background: none;
}
.mitadMenuMovil{
    background: none;
}

.logoFed{
    width: 16%;
    background: none;
    position: relative;
    left: 100px;
    top: 4px;
}

.mitadMenuMovil{
    align-items: center;
    display: block;
    text-align: right;
    width: 50%;
    justify-content: flex-end;
}
      ul{
        display: none;
      }
      
      input:checked  ~ ul{
        display:block;
        color: white;
        z-index: 2;
        position: fixed;
        top: 43px;
        left: 55%;
        width: 0;
      }
      label {
        box-sizing: border-box;
        display: inline-block;
        width: 43px;
        height: 43px;
        line-height: 43px;
        font-weight: bold;
        text-align: center;
        user-select: none;
        background: none;
      }

      .menuMovil{
        justify-content: space-between;
        padding: 1%;
        align-items: center;
        background: none;
      }
      
      /* Estilo del boton cuando se pasa el mouse por encima*/
      label:hover{
        background: none;
      }
      
      /* Estilo del boton cuando el menú está expandido*/
      input:checked ~ label { 
        color: navy;
      }
      .enlaceLogin{
        width: 150px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 10px;
    list-style: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 3vw;
      }
      .enlaceHome{
        width: 150px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 10px;
    list-style: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 3vw;
      }
      .enlaceInfo{
        width: 150px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 10px;
    list-style: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 3vw;
      }
      #enlaceInscripcion{
        width: 150px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 10px;
    list-style: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 3vw;
      }
      .enlaceContacto{
        width: 150px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 10px;
    list-style: none;
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 3vw;
      }
      .navButtonLogin{
        background: none;
        color: white;
    }
      .navButtonHome{
          background: none;
          color: white;
      }
      .navButtonInfo{
          background: none;
          color: white;
      }
      .navButtonInscripcion{
          background: none;
          color: white;
      }
      .navButtonContacto{
          background: none;
          color: white;
      }
      /*Estilo cuando el mouse pasa encima de cada link del menu*/
      .enlacesHamburguesa:hover {
        filter: brightness(110%);
      }
      .mitadNavegador{
        display: none;
      }
.cuerpo{
    margin-top: 48px
}
#textoCartel {
    font-size: 3vw;
}
#lineaTexto {
    width: 90%;
}
.imgCartel{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 1.5%;
    margin-bottom: 3%;
    box-shadow: 0.3vw 0.5vw #e7e7f1;
}
.marcoTextoCabecera{
    display: none;
}
#inscribeteMovil{
    display:block;
    z-index: 2;
    position: fixed;
    bottom:10%;
    left: 65%;
    background-color: rgba(0, 0, 128, 0.7);
    font-family: sans-serif;
    color: white;
    border: none;
    padding: 3% 4%;
    border-radius: 15px;
    font-size: 3vw;
    text-align: center;
    cursor: pointer;
}
.cartelTexto{
    margin: 4%;
    width: auto;
}
.imgCartelInfo{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    
}
.textoCartelLado{
    display: none;
}
.textoCartelMovil{
    display: block;
    margin: 1%;
    background: none;
    text-align: justify;
    text-justify: inter-word;
    font-size: 3vw;
    font-family: sans-serif;
    margin-left: 4%;
    margin-right: 4%;
}
.textoCartelAbajo{
    display: block;
    margin: 1%;
    background: none;
    text-align: justify;
    text-justify: inter-word;
    font-size: 3vw;
    font-family: sans-serif;
    margin-left: 4%;
    margin-right: 4%;  
}
.textoFinal{
    margin-top: 5.5%;
    font-size: 3.3vw;
}
#patrocinadoresFooter{
    max-height: 100px;

}

/*//////////////////////////////////////////////////////////INSCRIPCION////////////////////////////////////////////*/
.cabecera {
    z-index: 1;
}
.inscripcion {
    width: 99%;
}
#formTitulo {
    font-size: 4vw;
}

#formCuotas {
    font-size: 4vw;
}
#formTexto1 {
    font-size: 3vw;
}
#textoDatos{
    font-size: 3vw;
}
p{
    font-size: 3vw;
}
#selec {
    font-size: 3vw;
}
#confor1 {
    font-size: 2.5vw;
}
#confor2 {
    font-size: 2.5vw;
}
#enviarInscripcion {
    padding: 1.4% 2.2%;
    font-size: 3vw;
    left: 2%;
}
.aviso{
    font-size: 2.9vw;
}
.avisoLogin{
    font-size: 2.9vw;
    left: 40px;
    top: 285px;
}
/*//////////////////////////////////////////////////////////CONTACTO////////////////////////////////////////////////////////////////////////////*/
#marcoContacto {
    width: 99%;
}
#encabezadoContacto{
    font-size: 4vw;
}
#textoContacto{
    font-size: 3vw;
}
#marcoRedes {
    font-size: 2.5vw;
    width: 33%;
    left: -4%;
}
/*//////////////////////////////////////////////////////////PIE////////////////////////////////////////////*/
#campusFooter {
    font-size: 2vw;
}
#CopyRight {

    font-size: 1.5vw;
}
#editor {
    font-size: 2vw;
}



/*//////////////////////////////////////////////////////////LOGIN////////////////////////////////////////////*/

#recuadroLogin{
    width: 90%;
}
#enviarLogin {
    padding: 1.4% 2.2%;
    font-size: 3vw;
    left: 2%;
}



/*//////////////////////////////////////////////////////////TABLAS////////////////////////////////////////////*/


td, th{
    font-size: 0.5em;
}

input.boton{
    font-size: 10px;
    padding: 5px;
}

#formEncabezado{
    font-size: 3vw;
    margin-bottom: 5%;
}

h2, h3{
    font-size: 3vw;
}

}