/* GENERAL */

@import url('https://fonts.googleapis.com/css?family=Audiowide|Chilanka|Manjari:100,400,700|Montserrat+Alternates:200,900|Viga&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: Comic Sans;
    font-size: 2em;
    background: linear-gradient(to right, #aaa, #eee, #aaa);
}

h1 {
    text-align: center;
    color: #ac0900;
    text-shadow: 2px 2px #eee,
        -2px -2px #444,
        2px -2px #444, -2px 2px #eee;
    font-family: Montserrat Alternates;
    font-size: 2em;
}

h2 {
    text-align: center;
    color: #333444;
    text-shadow: 2px 2px #aaa;
    font-family: Audiowide;
    font-size: 1.5em;
}

h3 {
    font-weight: 400;
    color: #60691F;
    text-align: center;
    font-family: Viga;
    font-size: 1em;
}

p {
    text-align: center;
    font-family: Manjari;
    color: #444;
}

/*       ------   ESTILOS INDEX   ------       */


#index {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
}

img.main_selection {
    width: 85%;
    margin-top: 50px;
    margin: auto;
    padding: 0px;
    box-shadow: 5px 5px 5px #555;
    animation: movin-back 1s ease-out forwards alternate;
}

img.main_selection:hover {

    animation: movin 0.5s ease-in forwards;
}

@keyframes movin {

    100% {
        transform: translateY(-25px);
        box-shadow: 10px 28px 5px #555;
    }

}

@keyframes movin-back {
    0% {
        transform: scaleX(10%) scaleY(10%);
        box-shadow: 5px 5px 15px #ac0900;

    }

}

/*   ------   ESTILOS QUINIELAS   ------   */


.egt {

    box-shadow: 2px 2px 5px #333;
    padding: 15px;
}

.escudos {
    width: 70%;
}

table {
    margin: auto;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 15px 15px 15px 15px;

}

hr {
    width: 50%;
    border: 1px solid #666;
    margin-top: -25px;
}

th {
    color: red;
    font-family: Viga;
}

tr {
    border-bottom: 1px solid #555;

}

input[type="radio"] {
    background-color: #333;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%),
        -webkit-linear-gradient(90deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%);
    border-radius: 25px;
    box-shadow:
        0 0 0 1px hsla(0, 0%, 0%, .6),
        0 2px 3px hsla(0, 0%, 0%, .6),
        0 4px 3px hsla(0, 0%, 0%, .4),
        0 6px 6px hsla(0, 0%, 0%, .2),
        0 10px 6px hsla(0, 0%, 0%, .2);
    cursor: pointer;
    display: inline-block;
    height: 30px;

    margin-right: 25px;
    position: relative;
    width: 30px;
    -webkit-appearance: none;
}

input[type="radio"]:after {
    background-color: #444;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, .4),
        0 1px 1px hsla(0, 0%, 100%, .8);
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);

}

input[type="radio"]:checked:after {
    background-color: greenyellow;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, .4),
        inset 0 2px 2px hsla(0, 0%, 100%, .4),
        0 1px 1px hsla(0, 0%, 100%, .8),
        0 0 2px 2px hsla(0, 70%, 70%, .4);
}

.logins {
    width: 350px;
    height: 35px;
    margin: 25px;
    padding: 10px;
    font-size: 25px;
    border-radius: 20px;
}

input.button {
    width: 350px;
    height: 50px;
    font-size: 25px;
    padding: 10px;
    border-radius: 25px;
    margin: 25px;
    box-shadow: 8px 8px 10px #666;
    background: linear-gradient(to top, #aaa 5%, #eee 25%);
    cursor: pointer;
}

input.button:hover {
    transform: translateY(5px) translateX(5px);

    box-shadow: 1px 1px 1px #666;

    background: linear-gradient(to bottom, #ddd 5%, #eee 25%);

}

div#identifier {
    margin-top: 50px;
    padding: 50px;
    display: block;



}

/* Respuesta de pronósticos */
header.banner_ligamx {
    margin: 50px;
    height: 400px;
    background-image: url("/LigaMX/imgs/banner_ligamx.jpg");
    background-position: center;

}

header.banner_nfl {
    margin: 50px;
    height: 400px;
    background-image: url("/NFL/imgs_nfl/banner_nfl.jpg");
    background-position: center;

}


.pronosticos_div {
    margin: auto;
    width: 60%;
    padding: 30px;
    background: #ddd;
    border: 5px solid #60691F;
    color: #333;
    border-radius: 15px;
    box-shadow: 5px 5px 8px #999;

}

#tus_pronosticos {
    background: #eee;
}
