@font-face {
  font-family: 'Korinna Bold';
  src: url('Korinna Bold.eot');
  src: url('Korinna Bold.woff2') format('woff2'),
       url('Korinna Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'KorinnaBold';
  src: url('KorinnaBold.woff') format('woff'),
       url('KorinnaBold.ttf') format('truetype'),
       url('KorinnaBold.svg#KorinnaBold') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'ARIALNI';
  src: url('ARIALNI.eot');
  src: url('ARIALNI.woff2') format('woff2'),
       url('ARIALNI.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialNarrow-Italic';
  src: url('ArialNarrow-Italic.woff') format('woff'),
       url('ArialNarrow-Italic.ttf') format('truetype'),
       url('ArialNarrow-Italic.svg#ArialNarrow-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {box-sizing:border-box; -webkit-box-sizing:border-box;}

html {height: 100%;}

body {
    background:url(../img/bg-01.jpg);
    text-align: center;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3f3f3f;
    position: relative;
    overflow-x: hidden;
}

a, aside, form, label, table, ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
    list-style:none;
}

h1, h3, h4, h5, h6 {font-family: 'Lato', sans-serif;}

h2 {font-family: 'Kristi', cursive; font-size: 4em;}

/* COLORES */
.rojo {color: #f12b2b;}
.bg-amarillo {background-color:#f9b228;}
.amarillo {color:#f9b228;}

.mayus {text-transform: uppercase;}
.paddless {padding:0;}

/* TARJETAS*/
.tarjeta {
    display:inline-block; 
    vertical-align:top; 
    background-color:#FFF;
    width: 100%;
    padding: 8px;
    -webkit-box-shadow: 4px 2px 10px rgba(170,177,172,0.25);
    box-shadow: 4px 2px 10px rgba(170,177,172,0.25);
    overflow:hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.tarjeta-sans {
    display:inline-block; 
    vertical-align:top; 
    background-color:#FFF;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 4px 2px 10px rgba(170,177,172,0.25);
    box-shadow: 4px 2px 10px rgba(170,177,172,0.25);
    overflow:hidden;
    border: 1px solid #ddd;
}

/* MENU */
header {position: absolute; top:0; left:0; width:100%; text-align: right; z-index: 100000; transition: all ease-in-out 0.3s;

    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(155,34,0,0.5), rgba(155,34,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(155,34,0,0.5), rgba(155,34,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(155,34,0,0.5), rgba(155,34,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(155,34,0,0.5), rgba(155,34,0,0)); /* Standard syntax */
}
header.fijo {position: fixed; top: -44px; background: rgba(0, 0, 0, 0.8);}

.redes, .delivery {display:inline-block; vertical-align: middle;}
.redes {margin-right:24px; text-align:center;}
.redes a {display: inline-block; vertical-align: top; width: 24px; height: 24px; background:#FFF; border-radius:50%; margin:4px;}
.redes .fa {padding-top: 5px; color: #312006;}
.telefono {
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    font-weight: 800;
    color: #FFF;
}
.telefono:hover {color:#FFF;}
.delivery {color:#FFF;}
.delivery .fa {
    font-size: 1.6em;
    width: 34px;
    height: 34px;
    padding: 4px;
    border: 3px solid #FFF;
    border-radius: 50%;
    margin: 8px;
}
.navbar-default {
    background-image: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    min-height: 1px;
    background: transparent;
    padding-bottom: 4px;
}
.menos-altura {margin: 0; min-height: 1px;}
.navbar-default .navbar-nav>li>a {color:#FFF; text-transform: uppercase; padding: 8px 16px; text-shadow: 0 2px 1px rgba(0,0,0,0.8); box-shadow: 0 3px 5px rgba(0,0,0,0); border: 1px solid transparent;}
.navbar-default .btn-default {background:transparent;}
.navbar-brand {
    padding: 0;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    position: absolute;
    top: -50%;
    left: 9%;
}
.navbar-brand>img {margin:0 auto; transition: all ease-in-out 0.3s;}
.logo-fijo {
    max-width: 72%;
    margin-top: 15px;
    background: hsla(12, 96%, 21%, 1);
    padding: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
.nope {display: none!important;}
.navbar-collapse {padding:0;}
/*.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color: #ffc107;}*/
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #590f06;
    color: #f9b228;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 8px 16px;
    text-shadow: 0 2px 1px rgba(0,0,0,0.8);
    border: 1px solid transparent;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav>li>.aparte:hover {
    background: #590f06;
    text-transform: uppercase;
    padding: 8px 16px;
    text-shadow: 0 2px 1px rgba(0,0,0,0.8);
    border:1px solid transparent;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

/* BANNERS */
.banners {position: relative;}
.text-banners {
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: 16%;
    text-align: left;
    padding-left: 8em;
    color: #FFF;
    max-width: 50%;
}
.text-banners h2 {margin-bottom:0;}
.text-banners h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 3em;
    margin-top: 0;
}

/* ABOUT */
.about {
    position: relative; 
    padding: 4em 0;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.6);}
.about-text {position: absolute; padding: 2em;}
.subtitulo {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2em;
    margin: 0;
}
.bg-platos {background: url(../img/header2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 8em;
    height: 400px;}
.bg-eventos {background:url(../img/header3.jpg) no-repeat center; background-size: cover;
    background-attachment: fixed;
    padding-top: 8em;
    height: 400px;}
.bg-eventos h3, .bg-platos h3 {color:#FFF; text-shadow: 0 3px 3px rgba(0,0,0,0.9);}

/* EVENTOS */
.eventos .espaciado {padding-top:2em; box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.21);}
.eventos article {
    width: 100%;
    display: block;
    height: 400px;
    position: relative;
    margin: 4em 0;
}
.eventos-text, .about-text {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 46%;
    left: 48%;
    top: 12%;
    background: #FFF;
    padding: 0 3em 3em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}
.about-text {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 40%;
    left: 9%;
    top: 20%;
    background: #FFF;
    padding: 2em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}
/*.bg-about .about-text {left: 40%; top: 26%; width:50%;}*/
.bg-about .about-text {left: 27%; top: 32%; width: 39%;}
.derecha {left: 13%;}

/* PLATOS RECOMENDADOS */
.platos-text {text-align: left; padding: 1em; font-family: 'Lato', sans-serif; background: #FFF;}
.platos-text h4 {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    width: 80%;
    color:#000;
    min-height: 30px;
}
.platos-text .precio {
    font-weight: 900;
    color: #000;
    text-align: right;
    display: inline-block;
    width: 20%;
}

.platillos {box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.frame {overflow: hidden; position: relative;}
.frame img {transition: all ease-in-out 0.4s;}
.frame:hover img {-ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);}
.hov {background: rgba(112, 21, 12, 0.5);
    position: absolute;
    top: 100%;
    height: 100%;
    color: #FFF;
    padding: 25%;
    font-size: 16px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    transition: all ease-in-out 0.4s;
}
.frame:hover .hov {top: 0;}

/* ASIDE */
aside {background:url(../img/footer.jpg) no-repeat center; background-size: cover; padding-top: 3em; padding-bottom: 8em; text-align: left;}
aside h4 {
    text-transform: uppercase;
    font-size: 26px;
    text-align: left;
    font-weight: 100;
}
aside ul {text-align: left;}
aside .horarios li {color:#FFF; margin-bottom: 1em;}
aside ul>li>a {color: #FFF; line-height: 1.8; transition: all ease-in-out 0.3s;}
aside ul>li>a:hover {color: #FFC107; padding-left: 1em;}
aside h5 {
    color: #FFC107;
    font-weight: 600;
    font-size: 1em;
}
aside p {color:#FFF;}
aside .numeros {font-family: 'Lato', sans-serif;}
aside .fa {font-size: 2rem; padding-right: 8px;}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: hsla(5, 76%, 21%, 0.52);
    padding-top: 2rem;
    padding-bottom: 1em;
    color: #FFF;
    padding-bottom: 1em;
    text-align: left;
}
footer .derechos {display: inline-block; vertical-align: middle; text-align:left; width: 100%; min-height: 40px; padding-top: 9px;}
footer .pagos {display: inline-block; vertical-align: middle; text-align:left; width: 90%;}

/* NUEVOS */
.mascara {
    max-width: 50%;
    margin: 0px 25%;
    margin-top: -4px;
}
.fechas li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 1em 0;
}
.fechas li.cuarto {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 1em 1rem;
}
.fechas h4 {
    font-size: 21px;
    line-height: 1;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}
.fechas span {font-size: 10px; font-family: 'Lato', sans-serif;}
.imagen-iso {
    display: inline-block;
    vertical-align: top;
    background-color: #f12b2b;
    /* border-radius: 50%; */
    width: 32px;
    height: 32px;
    /* box-shadow: 0 1px 8px rgba(0,0,0,0.25); */
}
.uno {background: #FFF url(../img/iconos/01.png) no-repeat center; background-size: contain;}
.dos {background: #FFF url(../img/iconos/02.png) no-repeat center; background-size: 64%;}
.tres {background: #FFF url(../img/iconos/03.png) no-repeat center; background-size: contain;}
.cuatro {background: #FFF url(../img/iconos/04.png) no-repeat center; background-size: contain;}
.cinco {background: #FFF url(../img/iconos/05.png) no-repeat center; background-size: 64%;}
.seis {background: #FFF url(../img/iconos/06.png) no-repeat center; background-size: contain;}
.siete {background: #FFF url(../img/iconos/07.png) no-repeat center; background-size: contain;}
.about-text h3.subtitulo {text-transform: uppercase;
    font-weight: 100;
    font-size: 2em;
    margin-top: 0;}

/*.deliveries {
    background: rgba(255, 255, 255, 0) url(../img/delivery.jpg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 184px;
    margin-bottom: 18rem;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    padding: 24px 0;
    font-weight: 800;
}*/

.deliveries {
    /*background: rgba(255, 255, 255, 0) url(../img/delivery.jpg) no-repeat;
    background-size: contain;*/
    display: inline-block;
    width: 40%;
    height: 170px;
    position: absolute;
    right: -76px;
    bottom: 12px;
    padding: 0;
    background: #FFF;
    box-shadow: 0 3px 4px rgba(0,0,0,0.4);
}
.about-text h2 {margin: 0; margin-top: 1rem;}

.textos {
    background: rgba(203, 122, 0, 0.43);

    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(203, 122, 0, 0.43) , rgba(203, 122, 0, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(203, 122, 0, 0.43), rgba(203, 122, 0, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(203, 122, 0, 0.43), rgba(203, 122, 0, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(203, 122, 0, 0.43) , rgba(203, 122, 0, 0)); /* Standard syntax */

    padding: 1em 0 1em;
    padding-left: 6%;
    width: 50%;
}
.one {background: url(../img/01.jpg) no-repeat center; background-size:cover; width:100%; min-height: 584px;}
.two {background: url(../img/02.jpg) no-repeat center; background-size:cover; width:100%; min-height: 584px;}
.three {background: url(../img/03.jpg) no-repeat center; background-size:cover; width:100%; min-height: 584px;}
.four {background: url(../img/04.jpg) no-repeat center; background-size:cover; width:100%; min-height: 584px;}

.ban {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    height: inherit;
    padding: 18% 0 0;
}
.ban h2, .ban h3 {
    text-shadow: 0 2px 3px rgba(0,0,0,1);
    text-align: left;
}

.ban h3 {
    text-transform:uppercase;
    margin: 0 0 8px 0;
    width: 100%;
    display: inline-block; 
    text-align:left;
    font-size: 3em;
    color: #FFF;
    font-family: 'KorinnaBold';
    font-weight: normal;
}

.ban p {
    margin: 0.5em 0 0.6em;
    color: #FFF;
    text-align: left;
    width: 90%;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    font-family: 'ArialNarrow-Italic';
}

.lettering {max-width: 40%;}
.eventos-text .lettering {margin-top:1em;}
.eventos-text .btn-primary {
    background-color:#f12b2b;
    border: #f8b128;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.34);
    display: inline-block;
    margin: 1em 1rem 0;
}
.eventos-text .especiales {background: #FF9800;}
.modal-header {padding: 4px;}

/* CONTACTO */
.contacto {position: relative; min-height: 600px;}
.contacto iframe {position: absolute; top: 0; left: 0; width: 100%; z-index: -1;}
.ubicate-ahora {z-index:0!important;}
.formulario {
    text-align: left;
    padding: 3em 3em 1em;
    background-color: #ca7801;
    color: #FFF;
    border: none;
    width: 100%;
    margin: 1em 0 3em;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contacto .formulario {display: inline-block; width: 80%; margin: 1em auto;}
.form-horizontal .control-label {padding: 0; font-weight: 100;}
.formulario button[type="submit"] {
    float: right;
    margin: 0;
    background: #590f06;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}
.informacion {
    background-color: rgba(33, 33, 33, 0.84);
    color: #FFF;
    padding: 2em;
    text-align: left;
}
.informacion li {margin-bottom: 1em;}
.informacion .fa {padding-right: 8px;}
.pantalla {
    background-color: rgba(240, 230, 201, 0.5);
    margin-bottom: 0;
    padding-bottom: 0;
    height: 600px;
    padding-top: 112px;
    color: #FFC107;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.pantalla h2 {color: #590f06;}
.mapita {
    position: absolute;
    z-index: 20;
    bottom: 5rem;
    right: 10rem;
    background-color: #590f06;
    color: #ca7801;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    padding-bottom: 5px;
    transition: all .35s ease;
}
.mapita.focus, .mapita:focus, .mapita:hover {color:#FFF;}
.fa-map-o {padding-right: 10px; display: inline-block; vertical-align: middle;}
.restaurador {
    position: absolute;
    bottom: 2em;
    right: -100%;
    background-color: #FF9800;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    padding-bottom: 3px;
    transition: all .35s ease;
}
.restaurador.focus, .restaurador:focus, .restaurador:hover {color:#FFF;}
.restaurador-jalar {right: 6em;}
.fa-arrow-circle-o-left {padding-right: 10px; display: inline-block; vertical-align: middle;}

/* INTERNAS */
.bg-about {
    background: url(../img/bgs/bg-about.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 138vh;
    background-attachment: fixed;
    position: relative;
}
.certificado {
    position: absolute;
    width: 32%;
    top: 32%;
    right: 1%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}
.bg-menu {
    background: url(../img/bgs/bg-menu.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 90vh;
    background-attachment: fixed;
    position: relative;
}
.bg-menu a {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 2em 1em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    position: relative;
}
.menu-text {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 24%;
    background: #FFF;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    width: 40%;
    left: 50%;
}
.platos {
    position: absolute;
    bottom: 82px;
    width: 104%;
    left: -2%;
    background: rgba(255, 152, 0, 0.9);
    color: #590f06;
    padding: 0;
    font-size: 42px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    font-family: 'Kristi', cursive;
}
.bebidas {
    display: inline-block;
    position: absolute;
    width: 104%;
    left: -2%;
    top: 20%;
    background: rgba(89, 15, 6, 0.9);
    color: #ff9800;
    padding: 0;
    font-size: 42px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    font-family: 'Kristi', cursive;
}

.events {padding-top: 120px; padding-bottom:2em;}
.events h2 {color: #590f06; margin-bottom: 7rem;}
.events a {
    display: inline-block;
    vertical-align: top;
    margin: 1rem;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    max-height: 350px;
    overflow: hidden;
}
.events .glyphicon {
    position: absolute;
    font-size: 6em;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    top: 0;
    padding-top: 12%;
    background: transparent;
    width: 100%;
    left: 0;
    height: 100%;
    transition: all ease-in-out 0.3s;
}
.events a:hover .glyphicon {
    background: rgba(0, 0, 0, 0.66);
}

/*.reservas {height: 90vh;}*/
.reservas h2 {color: #590f06; margin-top: 140px;}
.para-reservas {
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em 3em 1em 4em;
    line-height: 1.2;
    color: #590f06;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 25%;
}
.para-reservas h3 {text-transform: uppercase; margin: 1rem 0;}
.para-reservas ul li {display: inline-block; vertical-align:top; width: 100%; text-align: left; margin-bottom:1rem; text-indent: -9px;}
.para-reservas .fa {padding-right: 6px;}

.bg-menu .descargas {
    box-shadow: none;
    margin: 0 1em 1em;
    padding: 4px;
    color: #590f06;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #590f06;
    border-radius: 6px;
}
.bg-menu .hov {background:rgba(255, 152, 0, 0.75); width: 100%; height: 100%; position: absolute; top:0; left: 0; opacity: 0; transition: all ease-in-out 0.3s;}
.bg-menu .rojizo {background:rgba(89, 15, 6, 0.9);}
.bg-menu .fancybox-media:hover .hov {opacity: 1;}
.hov span {display: inline-block; margin-top: 38px;}
.seguidas {display:inline-block; vertical-align: middle;}
.yuy {height: 262px; overflow: hidden;}
.maxwell {height: 262px; overflow: hidden;}
.loquehay {display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 34%;
    /*background: rgba(255, 255, 255, 0.75);*/
    background: transparent;
    padding: 0;
    box-shadow: none;
    width: 100%;
    left: 0;
    padding-left: 28%;
    z-index: inherit;}
.loquehay {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 21%;
    background: transparent;
    padding: 0;
    box-shadow: none;
    width: 100%;
    left: 0;
    padding-left: 28%;
    z-index: 100000000000000000000000;
}
.limpio {
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 16px;
    text-shadow: 0 2px 1px rgba(0,0,0,0.8);
    box-shadow: 0 3px 5px rgba(0,0,0,0);
    background: transparent;
}
/*#reservas .navbar-default .navbar-nav>li>a.reservas-active, #contacto .navbar-default .navbar-nav>li>a.contacto-active, #eventos .navbar-default .navbar-nav>li>a.eventos-active, #promociones .navbar-default .navbar-nav>li>a.promociones-active, #carta .navbar-default .navbar-nav>li>a.carta-active, #nosotros .navbar-default .navbar-nav>li>a.nosotros-active, #index .navbar-default .navbar-nav>li>a.index-active  {
    background: #590f06;
    color: #f9b228;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 8px 16px;
    text-shadow: 0 2px 1px rgba(0,0,0,0.8);
    border: 1px solid transparent;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}*/
.sello {position: relative;}
.sello img {border-radius: 50%; position: absolute;}
.pagos img {max-width:60%;}
.absolutos {letter-spacing: -1px;}

footer audio {
    opacity: 0.21;
    position: absolute;
    top: -34px;
    width: 15%;
    transition: all ease-in-out 0.3s;
}
footer audio:hover {opacity: 1;}

aside button {
    width: 32px;
    height: 32px;
    border: solid 2px rgba(255, 152, 0, 0.5);
    box-shadow: none;
    border-radius: 50%;
    background: rgba(89, 15, 6, 0.75);
    padding: 0 8px;
}

aside button .fa {font-size: 1em; color: #ddd;}
.fa-play {padding-left: 2px;}