﻿* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
   ::-webkit-scrollbar{
            width: 6px;
            height: 6px;
            }
            ::-webkit-scrollbar-thumb{
            background: linear-gradient(13deg, #141314 14%,#7A7A7A 64%);
            border-radius: 10px;
            }
            ::-webkit-scrollbar-thumb:hover{
            background: linear-gradient(13deg, #C77700 14%,#CF9800 64%);
            }
            ::-webkit-scrollbar-track{
            background: #FFFFFF;
            border-radius: 10px;
            box-shadow: inset 7px 10px 12px 0px #F0F0F0;
            }
@font-face {
    font-family: 'CerebriSans-Light';
    src: url('../fonts/cerebri-sans-light.otf') format('opentype');
}

@font-face {
    font-family: 'CerebriSans-Bold';
    src: url('../fonts/cerebri-sans-bold.otf') format('opentype');
}

@font-face {
    font-family: 'CleanSports';
    src: url('../fonts/CleanSports.ttf') format('opentype');
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.ttf') format('opentype');
}

body {
    background-color: #0A0D10;
    font-family: 'CerebriSans-Light';
    background-image: url('../img/tatami.jpg?dummy=1');
    background-repeat: no-repeat;
    background-size: cover;
}

/*Fondo img*/
.imgtrnsp {
    background-color: #000000;
    background-image: url('../img/brushed-alum-dark.png');
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    z-index:1;
    margin: 0;
    padding: 0;
    opacity: 0.7;
}
/*FIN Fondo img*/



/*Titulo Pagina*/
header {
    margin: 0;
    margin-top: 0;
    margin-bottom: 7px;
    padding: 0 30px;
    text-align:center;
}

header h1 {
    font-family: CerebriSans-Bold;
    color: white;
    font-size: 17px;
    position: relative;
    z-index: 2;
    padding: 4px;
    background-color: #003869;
    border-radius: 0 0 15px 15px;
}

#h2podio {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: CleanSports;
    font-size: 11pt;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.37);
    margin-bottom: 7px;
    margin-top: 15px;
}

.sombra {
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.8);
    box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.8);
}

/*FIN Titulo Pagina*/



/*LLAVES*/
.llave-2 {
    width: 270px;
    display: grid;
    grid-template-columns: 20px 250px;
    /*margin: 0 40%;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.llave-2R {
    margin: 0 -40%;
}

.llave-4 {
    width: 560px;
    display: grid;
    grid-template-columns: 20px 250px 20px 20px 250px;
    /*margin: 0 30%;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.llave-4R {
    margin: 0 -30%;
}

.llave-8 {
    width: 850px;
    display: grid;
    grid-template-columns: 20px 250px 20px 20px 250px 20px 20px 250px;
    /*margin: 0 15%;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.llave-8R {
    margin: 0 -15%;
}

.llave-16 {
    width: 1140px;
    display: grid;
    grid-template-columns: 20px 250px 20px 20px 250px 20px 20px 250px 20px 20px 250px;
    /*margin: 0 30px;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
    /*left: 6%;*/
}

.llave-16R {
    margin: 0 -15%;
}
/*FIN LLAVES*/



/*Titulo Llaves*/
.llave_titulo {
    height: 21px;
    font-family: CerebriSans-Bold;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid peru;
    margin-bottom: 15px;
    color: white;
}

.llave-2 .llave_titulo {
    margin-top: 25px;
    margin-bottom: 35px;
}

.llave-4 .llave_titulo {
    margin-top: 15px;
    margin-bottom: 40px;
}

.llave-8 .llave_titulo {
    margin-top: 15px;
    margin-bottom: 40px;
}

.llave-16 .llave_titulo {
    margin-bottom: 25px;
}
/*Titulo Llaves*/



/*Item Llaves*/
.llave_item-rojo,
.llave_item-azul {
    background-color: white;
    height: 24px;
    overflow: hidden;
    border: none;
    font-size: 15px;
    background-color: rgba(255,255,255,.3);
}

.llave_item-rojo {
    /*border-bottom: 1px solid gainsboro;*/
    border-top-right-radius: 5px;
}

.llave_item-azul {
    border-bottom-right-radius: 5px;
}


.tabla_comp {
    width: 100%;
    height: 24px;
    border-spacing: 0;
}

.tabla_comp td:nth-child(1) {
    width: 10%;
    font-family: CerebriSans-Bold;
    font-size: 15px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.llave_item-rojo table td:nth-child(1) {
    background-color: red;
}

.llave_item-azul table td:nth-child(1) {
    background-color: blue;
}


.tabla_comp tr td:nth-child(2) {
    width: 80%;
    max-width: 188px;
    padding-left: 5px;
    font-family: CerebriSans-Bold;
    font-size: 16px;
    font-weight: bold;
    color: dimgray;
    background-color: white;
    border-bottom: 1px solid gainsboro;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tabla_comp tr td:nth-child(3) {
    width: 10%;
    border-bottom: 1px solid gainsboro;
    background-color: white;
}


.tabla_comp img {
    position: relative;
    top: 1px;
}
/*FIN Item Llaves*/



/*Podio*/
.llave_podio {
    color: white;
}

.tabla_podio {
    width: 100%;
    height: 24px;
    border-spacing: 0;
}

.tabla_podio td:nth-child(1) {
    width: 10%;
    padding:0;
    background-color: black;
    text-align: center;
    color: white;
    font-weight:bold;
    font-size: 14px;
}

.tabla_podio td:nth-child(2) {
    width: 10%;
    max-width: 33px;
    text-align: center;
    background-color: white;
    /*border-bottom: 1px solid dimgray;*/
}

.tabla_podio tr td:nth-child(3) {
    width: 80%;
    max-width: 200px;
    text-align: left;
    padding-left: 4px;
    font-size: 14px;
    font-weight: bold;
    color: dimgray;
    background-color: white;
    /*border-bottom: 1px solid dimgray;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.tabla_podio-Inst {
    width: 100%;
    height: 24px;
    border-spacing: 0;
}

.tabla_podio-Inst td:nth-child(1) {
    opacity:0;
}

.tabla_podio-Inst td:nth-child(2) {
    width: 90%;
    max-width: 200px;
    text-align: left;
    padding-left: 31px;
    font-size: 12px;
    font-weight: bold;
    color: dimgray;
    background-color: white;
    border-bottom: 1px solid dimgray;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*FIN Podio*/



/*Flechas Llaves*/
@keyframes colorllave {
    0% {
        background-color: RGB(0, 255, 0);
        opacity: 1;
    }

    50% {
        background-color: RGB(0, 255, 0);
        opacity: 0;
    }

    100% {
        background-color: RGB(0, 255, 0);
        opacity: 1;
    }
}

.dp {
    position: relative;
    top: 12px;
}

.dpn {
    position: relative;
    top: -12px;
}

.b_bajo {
    border-bottom: 2px solid peru;
}

.b_alto {
    border-top: 2px solid peru;
}

.b_derecho {
    border-right: 2px solid peru;
}

.mt-30 {
    margin-top: 30px;
}

.flecha {
    width: 0;
    height: 0;
    border-left: 20px solid peru;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;

    animation-name: colorllave;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: 3;
}

.flecha2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;

    animation-name: colorllave;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.dp.flecha2.b_bajo {
    position: relative;
    top: 24px;
    border-bottom: none;
}

/*FIN Flechas Llaves*/



/*Iframe Video*/

#ifmvideo {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9;
    border: none;
}

/*Iframe Video*/




/*Menu*/

.llavemenu_opcion {
    position: relative;
    z-index: 10;
    text-align: center;
}

.llavemenu_opcion .llavemenu_opcion_lista {
    background-color: white;
    padding: 20px;
    display: inline-block;
    text-align: left;
}

.llavemenu_opcion_lista tabla_menu {
    position: relative;
    top: -8px;
}

.llavemenu_opcion_lista tabla_menu tr {
    margin-bottom: 4px;
}

.llavemenu_opcion_lista tabla_menu tr td:nth-child(1) {
    text-align: right;
    padding-top: 5px;
}

#selectareas {
    width:150px;
}

#selectllaves {
    width: 310px;
}

#selectcategorias {
    width: 130px;
}

.tabla_lista_reprod {
    border-collapse: collapse;
    margin-top: 5px;
    min-width: 575px;
}

.tabla_lista_reprod tbody {
    display:block;
    max-height: 400px;
    overflow-y: auto;
}

.tabla_lista_reprod tr td:nth-child(1) {
    text-align:center;
    color:darkgreen;
    width:30px;
}

.tabla_lista_reprod tr td:nth-child(2) {
    text-align: left;
    font-weight: bold;
    width: 28px;
}

.tabla_lista_reprod tr td:nth-child(3) {
    text-align: center;
    min-width: 55px;
}

.tabla_lista_reprod tr td:nth-child(4) {
    width:350px;
}

.tabla_lista_reprod tr td {
    border-bottom: 1px solid gainsboro;
}

#btmenureprod {
    margin: 15px 0 5px;
    display: flex;
    justify-content: space-between;
}

.btRojo {
    padding: 3px;
    background-color: red;
    color: white;
}

.btVerde {
    padding: 3px;
    background-color: green;
    color: white;
}

/*FIN Menu*/





/*Podio*/

.contenedor-medallero {
    width: 100%;
    text-align: center;
}

.podio {
    margin: 0 auto;
    padding: 4px;
    background-color: black;
    color: white;
    border: 1px solid white;
    display: table;
    position: relative;
    top: 170px;
    z-index: 2;
}

.podio_titulo {
    padding: 4px;
    font-size: 9pt;
    font-weight: bold;
}

.podio_titulo table {
    width:100%;
}

.podio_tabla {
    background-color: black;
    position: relative;
    z-index: 2;
    border: 1px solid white;
    padding: 5px;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.podio_tabla_nro {
    width: 50px;
    font-size: 35pt;
    color: white;
    text-align: center;
    font-family: CerebriSans-Bold;
}

.podio_tabla_img img {
    width: 60px;
    border-radius: 5px;
}

.podio_tabla_nombre {
    padding: 4px;
    font-size: 11pt;
    width: 120px;
    color: white;
    font-family: CerebriSans-Bold;
}

.podio_tabla_nombre span {
    font-size: 15pt;
    color: white;
}

.podio_tabla_nombre table {
    font-size: 10pt
}

.podio_tabla_nombre table img {
    width: 25px
}

.podio_inst {
    font-size: 9pt;
    color: gainsboro;
    background-color: rgb(50,50,50);
    padding: 4px;
    border-radius: 3px;
}

.no_border {
    border-right:none;
}


.b_bcoama {
    border: 1px solid #faf9f2;
}

.b_amaverd {
    border: 1px solid #d3e32f;
}

.b_azulrojo {
    border: 1px solid #6a3ba5;
}

.b_danes {
    border: 1px solid #8d8d8d;
}


.bcopam {
    background: rgba(23,124,51,0.4);
    background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,0,1) 61%, rgba(0,0,0,0) 100%);
    color: black;
}

.amverde {
    background: rgba(23,124,51,0.4);
    background: linear-gradient(90deg, rgba(255,255,0,1) 30%, rgba(0,255,0,1) 61%, rgba(0,0,0,0) 100%);
    color: black;
}

.azulrojo {
    background: rgba(23,124,51,0.4);
    background: linear-gradient(90deg, rgba(0,0,255,1) 30%, rgba(255,0,0,1) 61%, rgba(0,0,0,0) 100%);
    color: white;
}

.danes {
    background: rgba(23,124,51,0.4);
    background: linear-gradient(90deg, rgba(0,0,0,1) 30%, rgba(80,80,80,1) 61%, rgba(0,0,0,0) 100%);
    color: white;
}

.def {
    background: rgb(187,187,177);
    background: linear-gradient(90deg, rgba(187,187,177,1) 0%, rgba(187,187,177,1) 44%, rgba(187,187,177,0) 100%);
}

.degrade {
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(11%, rgba(44,44,44,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(29%, rgba(71,71,71,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(62%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
}

.degrade2 {
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 99%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(99%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 99%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 99%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 99%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 99%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
}

.degrade3 {
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(11%, rgba(44,44,44,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(29%, rgba(71,71,71,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(62%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 11%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 29%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
}








/*Podio de Campeon*/
.contenedor-podio {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.podio_w1 {
    width: 200px;
}

.podio_w2 {
    width: 212px;
    margin-right:25px;
    margin-left:25px;
}

.md25 {
    margin-right: 25px;
}

.podio_base {
    background-color: black;
    height: 20px;
    width: 1000px;
    margin-top: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.podio_contenedor_info {
    padding-left: 20px;
    padding-right: 20px;
    /*background-color: rgba(0,0,0,0.1);*/
    position:relative;
    opacity:0;
}

.podio_contenedor_info-nombre {
    font-size: 15pt;
    color: white;
    font-family: BebasNeue-Regular;
    line-height: 24px;
}

.podio_contenedor_info-apellido {
    margin-bottom: 12px;
    font-size: 21pt;
    line-height: 24px;
    color: white;
    font-family: BebasNeue-Regular;
    text-shadow: 2px 3px 1px rgba(0,0,0,1);
}

.podio_contenedor_info-img {
    position: relative;
}

.podio_contenedor_info-img img {
    border-radius: 10px 10px 10px 0;
}

.podio_contenedor_info-img div {
    font-size: 18pt;
    color: white;
    font-family: BebasNeue-Regular;
    letter-spacing: 2px;
    height: 28px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 5px;
    left: 0;
    border-bottom-right-radius: 8px;
    padding-left: 3px;
    padding-right: 4px;
    padding-top: 3px;
    width: 100%;
}

.podio_contenedor_info-img div img {
    border-radius: 0;
}

.podio_contenedor_info-inst {
    margin-top: 8px;
    font-size: 15pt;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 2px 3px 1px rgba(0,0,0,1);
    color: white;
    font-family: BebasNeue-Regular;
}

.podio_contenedor_base-plataforma {
    width: 100%;
    margin-top: 3px;
    height: 20px;
    background-color: black;
    margin-bottom: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.podio_p1 {
    width: 200px;
    height: 190px;
    margin-left: 6px;
    margin-right: 6px;
    background-color: black;
    padding-top: 35px;
}

.podio_p2 {
    width: 194px;
    height: 150px;
    margin-left: 6px;
    background-color: black;
    padding-top: 20px;
}

.podio_p3 {
    width: 100%;
    height: 120px;
    padding-top: 6px;
    background-color: black;
}

.podio_p4 {
    width: 194px;
    height: 120px;
    margin-right: 6px;
    background-color: black;
    padding-top: 6px;
}

[class^="podio_p"] img {
    display: block;
    margin: 0 auto;
}


/*
@keyframes girar {
    0% {
        transform: perspective( 273px ) rotateX( -6deg ) rotateY(-5deg);
        -webkit-box-shadow: 38px -16px 28px 1px rgba(26,20,26,0.8);
        -moz-box-shadow: 38px -16px 28px 1px rgba(26,20,26,0.8);
        box-shadow: 38px -16px 28px 1px rgba(26,20,26,0.8);
    }
    50% {
        transform: perspective( 273px ) rotateX( -6deg ) rotateY(0deg);
    }
    100% {
        transform: perspective( 273px ) rotateX( -6deg ) rotateY(5deg);
        -webkit-box-shadow: -38px -16px 28px 1px rgba(26,20,26,0.8);
        -moz-box-shadow: -38px -16px 28px 1px rgba(26,20,26,0.8);
        box-shadow: -38px -16px 28px 1px rgba(26,20,26,0.8);
    }
}
*/

@keyframes girar {
    0% {
        /*transform: perspective( 273px ) rotateX( -6deg ) rotateY(-5deg);*/
        -webkit-box-shadow: 0px 0px 16px -12px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 16px -12px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 16px -12px rgba(0,0,0,0.75);
    }

    50% {
        /*transform: perspective( 273px ) rotateX( -6deg ) rotateY(0deg);*/
    }

    100% {
        /*transform: perspective( 273px ) rotateX( -6deg ) rotateY(5deg);*/
        -webkit-box-shadow: 0px 0px 16px 12px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 16px 12px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 16px 12px rgba(0,0,0,0.75);
    }
}

.rotar {
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

.rotar2 {
    animation-name: girar;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate-reverse;
}


@keyframes opacidad {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity:0.1;
    }
}

.efecto_opacidad {
    animation-name: opacidad;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}



@keyframes desp_iz {
    0% {
        opacity: 0;
        left:-700px;
    }
    100% {
        opacity: 1;
        left:0;
    }
}

@keyframes desp_der {
    0% {
        opacity: 0;
        left: 700px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


.efecto_desp_iz {
    display:block;
    position: relative;
    animation-name: desp_iz;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.efecto_desp_der {
    display: block;
    position: relative;
    animation-name: desp_der;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.ocultar {
    display:none;
}

.rotar180 {
    transform: rotateY(180deg);
}

.calle {
    display: inline-block;
    position: fixed;
    z-index: 2;
    right: 20%;
    bottom: -10%;
    font-family: CleanSports;
}

.calle h2 {
    color: white;
    font-size: 1em;
}



#idrepnomllave {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    font-family: 'BebasNeue-Regular';
    overflow: hidden;
}

#vd {
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.5;
    left: 0px;
    z-index: 1;
}

#dvLlave {
    padding: 5px;
    padding-top: 10px;
    text-align: center;
    font-size: 21pt;
    color: white;
    position: relative;
    z-index: 9999
}

#cuerpo {
    position: relative;
    z-index: 2
}

#cuerpo table {
    margin: 0 auto;
}

#idlogonomllave {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

#idlogonomllave img {
    width: 190px;
    z-index: 0;
}

@keyframes leavesTo {
    0% {
        transform: scale(5) rotateY(15deg);
        -webkit-transform: matrix(5,1,1,5,0,0);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotateY(0deg);
        -webkit-transform: matrix(1,0,0,1,0,0);
        opacity: 1;
    }
}

.animFr {
    animation: leavesTo 2s ease-in-out alternate;
    -webkit-animation: leavesTo 2s ease-in-out alternate;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
}