@font-face {
    font-family: 'NissanBrand';
    src: url(../fonts/NissanBrandRegular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}
div{
    display: flex;
    justify-content: center;
}
body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: "NissanBrand", Georgia, "Times New Roman", Times, Serif;
    background: #f5f5f5;
    margin: 0;
    padding: 0px;
}
h1 {
    text-align: right;
    background-color: #b71235;
    color: #FFF;
    padding: 40px;
    width: 100%;
    margin: 0px;
    
}
.bloqueo{
    overflow: hidden;
}
#listado-apps{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0rem 20px 0px;
    min-height: 300px;
}
#listado-apps-distribuidor{
    margin: 20px 0px 20px 0px;
    /*background-image:url(../img/intersad.jpg);
    background-size: 70vw;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y:-15vh;*/
    min-height: 300px;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.lista-apps {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}
.lista-apps li {
    background: white;
    margin: 10px;
    width: 240px;
    height: 120px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
    color: #5f5f5f;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.lista-apps li:hover {
    transform: scale(1.12);
    background-color: #b71235;
    color: #FFF;
    transition: transform 0.5s;
}
a {
    text-decoration: none;
    /*color: #0066cc;*/
    color: #5f5f5f;
    font-weight: bold;
}
#logos-sicrea{
    display: flex;
    justify-content: left;
    padding-left: 40px;
}
#logos-sicrea a{
    text-decoration: none;
}
#logos-sicrea a:visited{
    text-decoration: none;
}
.img-sicrea{
    height: 50px;
}
footer{
    color: #FFF;
    background-color: #b71235;
    padding: 60px;
    font-family: 'NissanBrand', Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}
footer div{
    padding: 15px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.footer-ul{
    border-left: 1px solid #fff;
    float: left;
    margin-left: 20px;
}
.footer-ul li{
    margin: 10px 0px 10px 0px;
}
.footer-ul a{
    color: #FFF;
}
.footer-ul a:visited{
    color: #FFF;
}
#certificados{
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    right: 0px;
    top: 50%;
    background-color: #FFF;
    border-radius: 10px 0px 0px 10px;
}
#certificados-mini{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#certificados-lista{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#certificados-completos{
    display: none;
}
.certificado-img{
    filter:grayscale(1);
    margin: 10px;
    width: 60px;
}
#descargas{
    display: flex;
    justify-content: right;
    
}
#boton-descarga{
    display: flex;
    justify-content: center;
    background-color: #b71235;
    width:30px;
    height: 30px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    margin: 5px;
    border-radius: 50px;
    padding: 10px;
}
#boton-descarga img{
    width: 100%;
}
#boton-descarga a{
    text-decoration: none;
}
#boton-descarga a:visited{
    text-decoration: none;
}
#botones{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: fixed;
    right: 0;
    top:25%;
}
#video-manual{
    display: flex;
    justify-content: center;
    background-color: #b71235;
    width:30px;
    height: 30px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    margin: 5px;
    border-radius: 50px;
    padding: 10px;
}
#boton-manual img{
    width: 100%;
}
#path-actual{
    display: flex;
    justify-content: left;
    padding-left: 10px;
    font-size: 12px;
    text-decoration:none;
}
#video-div{
    display: none;
    z-index: 2;
}
#manual-video{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
#video{
    z-index: 3;
}