/* #11365A azzul obscuro */
/* #29A6DD azzul claro */
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .logo-easier {
        width: 100%;
        /* max-height: auto; */
        /* align-self: flex-start; */

    }
    .logo-zp {
        width: 40%;
        /* max-height: auto; */
    }

    .letra-size {
        font-size: 18px;
    }
}

@media only screen and (min-width: 601px) {
    .paddingT {
        padding-top: 30px;
    }

    .paddingT-1 {
        padding-top: 75px;
    }
}

body {
    background-color: #F7F7F7;
}

.mostrar {
    display: inline !important;
    /* position: absolute; */
    visibility: visible;
}

.ocultar {
    display: none !important;
    position: absolute;
    visibility: hidden;
}

.image-container {
    /* width: 200px; */
    display: flex;
    justify-content: center;
    margin: 5px;
    padding: 5px;
}

.fondo {
    background-image: url('/img/fondo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    /* overflow: auto; */
    position: fixed;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.fondo-registro{
    background-color: #11365a;
    max-width: 100%;
    max-height: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.justificado {
    text-align: justify;
}

.centrar {
    text-align: center;
}

.logo-easier {
    max-width: auto;
    max-height: auto;
}

.error-jugador {
    border: solid red 3px;
    border-radius: 17px;
    background-color: #F7F7F7;
    color: crimson;
    text-align: center;
    padding: 4px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #29a6dd;
    color: #f1f9ff;
    text-align: center;
}

.boton {
    background: #f1f9ff;
    background-image: -webkit-linear-gradient(top, #f1f9ff, #e1edf6);
    background-image: -moz-linear-gradient(top, #f1f9ff, #e1edf6);
    background-image: -ms-linear-gradient(top, #f1f9ff, #e1edf6);
    background-image: -o-linear-gradient(top, #f1f9ff, #e1edf6);
    background-image: linear-gradient(to bottom, #f1f9ff, #e1edf6);
    -webkit-border-radius: 29;
    -moz-border-radius: 29;
    border-radius: 29px;
    color: #11365A;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: solid #11365A 4px;
    text-decoration: none;
}
      
.boton:hover {
    background: #e1edf6;
    background-image: -webkit-linear-gradient(top, #e1edf6, #f1f9ff);
    background-image: -moz-linear-gradient(top, #e1edf6, #f1f9ff);
    background-image: -ms-linear-gradient(top, #e1edf6, #f1f9ff);
    background-image: -o-linear-gradient(top, #e1edf6, #f1f9ff);
    background-image: linear-gradient(to bottom, #e1edf6, #f1f9ff);
    text-decoration: none;
    border: solid #2f4f6f 4px;
    color: #2f4f6f;
}

.redondeo {
    /* max-width: 600px; */
    background-color: #F7F7F7;
    border: solid #29A6DD 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    overflow: hidden;
}

