body {
    color: black;
    text-align: center;
    background-color: gray;
}

a {
    color: aliceblue;
    text-decoration: none;
}

a :hover {
    color: rgb(0, 174, 255);
    text-align: center;
    text-decoration: none;
}

.mostrar_correos {
    font-size: 65%;
    text-decoration: none;
}

.mostrar_equipos {
    font-size: 65%;
    text-decoration: none;
}

.ingresar_correos {
    text-decoration: none;
    text-align: center;
}

.ingresar_equipos {
    text-decoration: none;
    text-align: center;
}


/*------------------ Inicio Header ------------------*/

.navegacion {
    width: 100%;
    position: fixed;
    z-index: 100;
    background: grey;
}


/*------------------ Fin Header ------------------*/


/*------------------ Inicio Barra de Menu superior ------------------*/

.topmenu {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.37);
}

div a i:hover {
    transform: scale(1.1);
}

.topmenu a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 17px;
    margin: 4px;
}

.topmenu a:hover {
    background-color: white;
    color: black;
}

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

.topmenu .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topmenu a:not(:first-child) {
        display: none;
    }
    .topmenu a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topmenu.responsive {
        position: relative;
    }
    .topmenu.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topmenu.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


/*------------------ Fin Barra de Menu Superior ------------------*/

.menu {
    font-size: 50%;
}

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

.contenedor {
    text-align: center;
    max-width: 500px;
    width: 90%;
    margin: auto;
}

.formulario {
    background: rgba(44, 44, 71, 0.438);
    padding: 30px;
    margin-bottom: 30px;
}

.formulario .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.formulario input[type="text"],
.formulario input[type="password"] {
    padding: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 18px;
    border: none;
    vertical-align: top;
}

.formulario .icono {
    padding: 15px;
    text-align: center;
    width: 48px;
    max-height: 48px;
    font-size: 18px;
    line-height: 18px;
    background: #c8c8c8;
    display: inline-block;
    color: #6b6b6b;
    vertical-align: top;
}

.formulario .icono.izquierda {
    margin-right: 4px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.formulario .usuario,
.formulario .password {
    width: calc(100% - 52px);
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.formulario .password_btn {
    width: calc(100% - 105px);
}

.formulario .error ul {
    padding: 0 15px;
}

.formulario .error ul li {
    margin-bottom: 10px;
}

.formulario .submit-btn {
    padding: 15px;
    text-align: center;
    width: 48px;
    max-height: 48px;
    font-size: 18px;
    line-height: 18px;
    background: #679863;
    display: inline-block;
    color: #fff;
    background: #769766;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.formulario .error ul {
    padding: 0 15px;
}

.formulario .error ul li {
    margin-bottom: 10px;
}

.texto-registrate {
    text-align: center;
}

.texto-registrate a {
    display: block;
    font-size: 18px;
}
/* Buscar */
header .buscar {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin: 10px;
}

header .buscar input[type="text"] {
    background: none;
    border: 1px solid rgba(255, 255, 255, .7);
    color: rgba(255, 255, 255, .7);
    height: 30px;
    padding: 0 10px;
    padding-right: 2px;
}

header .buscar input[type="text"]:hover,
header .buscar input[type="text"]:focus {
    color: #fff;
    border: 1px solid #fff;
}

header .buscar .icono {
    color: rgba(255, 255, 255, .7);
    position: absolute;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    font-size: 16px;
    line-height: 16px;
}

header .buscar .icono:hover {
    color: #fff;
}

.sociales:hover {
    transform: scale(1.01);
}

.whpp:hover {
    color: rgb(90, 224, 119);
}