
body {
    padding: 0%;
    margin: 0%;
    overflow: hidden;
}

.menu-audio {
    position: absolute;
    z-index:5;
    right: 20px;
    top:20px;
}

.menu-audio button {
    width: 45px;
    height: 45px;
    background-color: #4b4b4b;
    color: #fff;
    border-radius: 10px;
}

#hiddenTransp {
    position: absolute;
    width: 100%;
    height: 100vh;
    /* background-color: rgba(0,0,0,0.9); */
    z-index: 3;
}

#alertAudioWrapper {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 4;
    /* background-color: rgba(0,0,0,0.5); */
}

#alertAudio {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* background-color: #4b4b4b; */
    color:white;
    width: 30%;
    height: 20%;
    border-radius: 10px;
    min-height: 150px;
    min-width: 200px;

    background-color: rgba(0, 0, 0, 0.5);
}

#alertAudio h2{
    font-family: Helvetica;
    font-size:1rem;

}

.opcBtns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btn-opc {
    font-size: 19px;
    width: 35%;
    height: 40px;
    margin-left:20px;

    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;

    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.alertHidden {
    display: none;
}

.app-web {
    display: none;
}

.app-movil {
    display: none;
}

.titulo-principal {
        position: absolute;
        margin:0%;
        z-index: 1;

        /* top: 50px;
        right: 80px; */

        width: 100%;

        font-size: 35px;
        text-shadow: -5px 3px 0 #505050;

        color: #F8EAA4;
        /* background-color: royalblue; */
        padding: 10px 10px 10px 10px;

    }


footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #575757;
    color:white;
    height: 30px;
    width: 100%;
    bottom: 0px;
}

@media only screen and (min-width: 1025px) {

    .app-web {
        display: block;
    }

    .slider {
        display: flex;
        position: absolute;
        width: 100vw;
        height: 100vh;

        z-index: 0;

        flex-flow: column;

        background-color: white;
        overflow: hidden;
    }

    .img-fondo {
        width: 100vw;
        height: 100vh;
    }

    .img-hide {
        display: none;
    }

    .img-show {
        display: block;
    }

    .slider div {
        border:solid 1px black;
        width: 30px;
        height: 30px;
    }

    .btn-entrar {
        position: absolute;
        z-index: 2;

        height: 60px;
        width:200px;

        top: 82%;
        left: 42%;
        /* transform: translate(-50%, -50%); */

        color: #fff;
        font-size: 40px;
        font-weight: bold;
        background: rgb(99,164,54);
        background: linear-gradient(0deg, rgba(99,164,54,1) 0%, rgba(127,184,94,1) 100%);
        border-color: #28a745;

        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;

        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 10px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

        letter-spacing: 1px;

        font-size: 24px;

    }
}
/* Parte movil */

@media only screen and (max-width: 1024px) {
    
    body {
        height: 100vh;
    }
    
    .app-movil {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .titulo-principal {
        font-size: 24px;
        left:10px;
    }

    .movil-wrapper-btn-entrar {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        width: 100%;
        height: 10vh;
        margin: 0px;
    }

    .movil-img-1 {
        width: 99%;
        height: 40vh;
        
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .movil-btn-entrar {
        height: 100%;
        width: 99%;

        color: #fff;
        font-size: 40px;
        font-weight: bold;
        background: rgb(99,164,54);
        background: linear-gradient(0deg, rgba(99,164,54,1) 0%, rgba(127,184,94,1) 100%);
        border-color: #28a745;

        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;

        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 10px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

        letter-spacing: 1px;

        font-size: 24px;
    }

    .movil-img-2 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        width: 99%;
        height: 40vh;
    }

    .movil-img-fondo {
        width:100%;
        height: 96%;

    }

    #alertAudio {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        /* background-color: #4b4b4b; */
        color:white;
        width: 80%;
        height: 100px;
        border-radius: 10px;
    }

    footer {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #575757;
        color:white;
        height: 30px;
        width: 100%;
    }

}


/* Configuracion */
.pure-g {
    letter-spacing: 0.5px!important;
}