.contenedor .ul{
    width: 100%;
    background-color: #313d4b;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    margin-bottom:0%;
    /*overflow: scroll;*/
}

.contenedor .li{
    background-color: lightgrey;
    border-radius: 12px;
    padding: 1em;
    margin: 0 2em 0 0;
    z-index:9;
    cursor: pointer;
    transition: all 0.5s ease;
}

.contenedor .li.activo{
    background-color: #2d6ab0;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    color: white;
}

.contenedor .subcontenedor{
    min-height: 10vh;
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
    height:100%;
    border-radius: 12px;
    overflow: scroll;
}

.contenedor .bloque{
    background-color: #f1fbff;
    padding:1%;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    border-radius: 0px 0px 0px 0px;
    overflow: scroll;
}

.contenedor .bloque.activo{
    opacity: 1;
    z-index:11;
    transform: translateY(0%);
}

.contenedor .bloque.activo input{
    z-index: 13;
}

.contenedor{
    width: 100%;
    background-color:white;
    height: 100%;
    border-radius: 12px;
    overflow: scroll;
}

.contenedor .ul2{
    width: 100%;
    background-color: #313d4b;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
    margin-left: 0%;
}

.contenedor .li2{
    background-color: lightgray;
    border-radius: 12px;
    padding: 1em;
    margin: 0 1em 0 0;
    z-index:9;
    cursor: pointer;
    transition: all 0.5s ease;
}

.contenedor .li2.activo{
    background-color: #2d6ab0;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    color: white;
}

.contenedor .subcontenedor{
    min-height: 10vh;
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: visible;
}

.contenedor .bloque2{
    background-color: #f1fbff;
    padding:1%;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    border-radius: 0px 0px 0px 0px;
    overflow: scroll;
}

.contenedor .bloque2.activo{
    opacity: 1;
    z-index:11;
    transform: translateY(0%);
}

.contenedor .bloque2.activo input{
    z-index: 13;
}

.contenedor .ul3{
    width: 100%;
    background-color: #313d4b;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
    margin-left: 0%;
}

.contenedor .li3{
    background-color: lightgray;
    border-radius: 12px;
    padding: 1em;
    margin: 0 1em 0 0;
    z-index:9;
    cursor: pointer;
    transition: all 0.5s ease;
}

.contenedor .li3.activo{
    background-color: #2d6ab0;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    color: white;
}

.contenedor .subcontenedor{
    min-height: 10vh;
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: visible;
}

.contenedor .bloque3{
    background-color: #ffffff;
    padding:1%;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 98%;
    height: 100%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    border-radius: 0px 0px 0px 0px;
    overflow: scroll;
}

.contenedor .bloque3.activo{
    opacity: 1;
    z-index:11;
    transform: translateY(0%);
}

.contenedor .bloque3.activo input{
    z-index: 13;
}

.contenedor .ul4{
    width: 100%;
    background-color: #313d4b;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
    margin-left: 0%;
}

.contenedor .li4{
    background-color: lightgray;
    border-radius: 12px;
    padding: 1em;
    margin: 0 1em 0 0;
    z-index:9;
    cursor: pointer;
    transition: all 0.5s ease;
}

.contenedor .li4.activo{
    background-color: #2d6ab0;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    color: white;
}

.contenedor .subcontenedor{
    min-height: 10vh;
    background-color: #FFFFFF;
    position: relative;
    height: 94%;
    border-radius: 12px;
    overflow: visible;
}

.contenedor .bloque4{
    background-color: #E8E8E8;
    position: absolute;
    margin-top: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
    opacity: 0;
    width: 96.5%;
    height: 95%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    border-radius: 12px;
}

.contenedor .bloque4.activo{
    opacity: 1;
    z-index:11;
    transform: translateY(0%);
}

.contenedor .bloque4.activo input{
    z-index: 13;
}