


.mitadPantalla {
    background-color: #ccc;
    border: solid 2px red;
    height: 48vh;
}

    .mitadPantalla p {
        background-color: #ccc;
        border: solid 1px red;
        height: 48vh;
    }


.centroMitadPantalla {
    text-align: center;
    padding: 100px;
}



/* The Modal (background) */
.LoginModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.LoginModal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 2px solid #04AA6D;
    width: 80%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 300px;
    padding: 10px;
    background-color: white;
    border: 5px solid #a2002f;
    z-index: 1; /* Sit on top */
    border-radius: 8px;
}

    .LoginModal-content input[type=text], .LoginModal-content input[type=password], .LoginModal-content TextFor {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }

    .LoginModal-content .botonverde {
        width: 50%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #04AA6D;
        cursor: pointer;
        width: 100%;
        border-radius: 5px;
    }





    .LoginModal-content .botonRojo {
        width: 50%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #a2002f;
        cursor: pointer;
        width: 100%;
        border-radius: 5px;
        color: white;
        font-weight: bold;
    }



.btnRojo {
    background-color: #a2002f;
    border: none;
    
    padding: 15px 32px;
    text-align: center;
    
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    color: white !important;
    font-weight: bold;
}

.btnVerde {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}


.btnRojoBlanco {
    background-color: #a2002f;
    color: white;
    border-radius: 8px;    padding: 15px 32px;    text-align: center;    font-weight: bold;    cursor: pointer;    border: none;
}

/*.zonaIcono_sup {
    display: block;
    text-align: center;
    margin: 30px;
    padding: 20px;
    border: white;
    border-radius: 20px;
    background-color: rgba(220, 220, 220, 0.5);
    width: auto;
}*/

.blockUI-normal {
    border: none !important;
    padding: 20px !important;
    background-color: #d9534f !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    opacity: .7 !important;
    color: #fff !important;
    position: absolute !important;
    margin: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}





@media screen and (min-width: 768px) {
    h2 {
        font-size: 30px;
    }

    .zonaIcono1_def {
        border-left-style: solid;
        border-left-color: white;
    }
}


@media screen and (max-width: 768px) {
    h2 {
        font-size: 27px;
        font-weight: bold;
    }

    .zonaIcono1_def {
        border-left-style: none;
        border-left-color: white;
    }
}

.resaltadoAutocompletado {
    font-weight: bold;
    background-color: orange;
    cursor: not-allowed
}

.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        top: 2px;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 45px;
            right: 5px;
            display: block;
            background: #fff;
            width: 170px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }


        .sl-nav li:hover .triangle:after {
            content: '';
            display: block;
            z-index: 20;
            width: 15px;
            transform: rotate(45deg) translateY(0px) translateX(10px);
            height: 15px;
            background: #fff;
            border-radius: 2px 0px 0px 0px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: #3c3c3c;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                    color: #146c78;
                }

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 24px;
    height: 24px;
    background: #aaa;
    border-radius: 10%;
    position: relative;
    top: 5px;
    overflow: hidden;

}

.langIco {
    width: 150px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}

    .langIco:not(.active):hover {
        width: 150px;
        font-weight: bold;
        margin: 5px;
        padding: 5px;
        border: 2px solid rgba(255,239,0,0.5);
        border-radius: 10px;
        cursor: pointer;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

.flag-es {
    background: url('../Imagenes/Iconos/icon_es.png');
    background-size: auto;
    background-position: center center;
}

.flag-en {
    background-size: auto;
    background-position: center center;
    background: url('../Imagenes/Iconos/icon_en.png');
}

.flag-bg {
    background-size: cover;
    background-position: center center;
    background: url('../Imagenes/Iconos/icon_bg.png');
}

.flag-ro {
    background-size: cover;
    background-position: center center;
    background: url('../Imagenes/Iconos/icon_ro.png');
}

.flag-pl {
    background-size: cover;
    background-position: center center;
    background: url('../Imagenes/Iconos/icon_po.png');
}

.flag-uk {
    background-size: cover;
    background-position: center center;
    background: url('../Imagenes/Iconos/icon_uk.png');
}

.paginaEntera {
    display: flex;
    justify-content: center;
    flex-flow: column;
    flex-direction: column;
    align-content: center;
    height: 100%;
}

.timerBar {
    height: 80px;
}

@media screen and (max-width: 768px) {
    .logo {
        border: white;
        border-radius: 20px;
        background-color: rgba(220, 220, 220, 0.5);
        padding: 20px;
        margin: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
    .logo {
        padding: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.active {
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border-color: white;
    border-style: solid;
}

@media screen and (max-width: 500px) {
    .msgLogin {
        font-weight: bold;
        font-size: medium;
    }

    .zonaIcono_sup {
        display: block;
        text-align: center;
        margin: 10px;
        padding: 12px;
        border: white;
        border-radius: 20px;
        background-color: rgba(220, 220, 220, 0.7);
        width: auto;
    }

    .zonaIcono_bot {
        display: block;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
        border: white;
        border-radius: 20px;
        background-color: rgba(220, 220, 220, 0);
        border-color: white;
        border-style: solid;
    }

    .Caja {
        display: inline-block;
        width: 80px;
        height: 40px;
        margin: 1em;
    }


    .Caja :hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    img {
        max-width: 90%;
    }
}

@media screen and (min-width: 500px) {
    .msgLogin {
        font-weight: bold;
        font-size: x-large;
    }

    .zonaIcono_sup {
        display: block;
        text-align: center;
        margin: 30px;
        padding: 20px;
        border: white;
        border-radius: 20px;
        background-color: rgba(220, 220, 220, 0.5);
        width: auto;
    }

    .zonaIcono_bot {
        display: block;
        text-align: center;
        margin: 30px;
        padding: 20px;
        border: white;
        border-radius: 20px;
        background-color: rgba(220, 220, 220, 0);
        border-color: white;
        border-style: solid;
    }

    .Caja {
        display: inline-block;
        width: 120px;
        height: 60px;
        margin: 1em;
    }

    .Caja :hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    img {
        max-width: 100%;
    }
}
