:root {
    --astra: #4ace8c;
    --astratransparente: #4ace8c30;
    --aurora: #e37438;
    --auroratransparente: #c3632e30;
    --gris: #585858;
}

.separacionMenu {
    margin-top: 50px;
    padding-top: 20px;
}


.fuenteGrande {
    font-family: Inlanders;
}

.astra .fontf {
    color: var(--astra);
}
.aurora .fontf {
    color: var(--aurora);
}

.fontName {
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 70px;

    writing-mode: vertical-lr;
}

.astra .color {
    color: var(--astra);
}
.aurora .color {
    color: var(--aurora);
}

.informacionCharacter {
    color: black;
    font-weight: bold;
    text-align: justify;
}

.fontf samp {
    font-family: Inlanders;
    color: var(--clarogris);
}

img.imagenPrincipal {
    width: auto;
    height: 100%;
}

.caca-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.stickycharacter {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0; 
    height: 100vh;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.fondo {
    background-image: url("imgElements/background-02.jpg");
    background-size: cover;
    box-shadow: 0 0 5px 15px #212529 inset;
    background-color: #faefdad9;
    background-blend-mode: color-burn;
    padding: 50px;
    position: relative;
}


img.iconCara1 {
    position: absolute;
    right: 30px;
    top: 30px;
    rotate: 10deg;
    z-index: 5;
    width: 100px;
}
img.iconCara2 {
    position: absolute;
    right: 35px;
    top: 40px;
    rotate: -25deg;
    z-index: 5;
    width: 80px;
}

.likestitle {
    display: flex;
    align-items: center;
}

.likestitle img {
    width: 35px;
}
.likestitle h2 {
    margin-left: 20px;
    font-weight: bold;
    color: var(--gris);
    font-size: 28px;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.astra mark {
    background-color: var(--astratransparente);
    color: #212529;
}
.aurora mark {
    background-color: var(--auroratransparente);
    color: #212529;
}

mark.oculto {
    background-color: rgb(89, 89, 89);
    color: rgb(89, 89, 89);
}

.astra hr {
    border: none; 
    height: 4px; 
    color: var(--astra); 
    background-color: var(--astra);
}

.aurora hr {
    border: none; 
    height: 4px; 
    color: var(--aurora); 
    background-color: var(--aurora);
}

.astra li {
    font-size: 16px;
    font-weight: bold !important;
    color: var(--astra);
}
.astra li b {
    color: var(--gris);
}

.astra li::after {
    background-color: var(--astratransparente);
}

.aurora hr {
    border: none; 
    height: 4px; 
    color: var(--aurora); 
    background-color: var(--aurora);
}

.aurora hr {
    border: none; 
    height: 4px; 
    color: var(--aurora); 
    background-color: var(--aurora);
}

.aurora li {
    font-size: 16px;
    font-weight: bold !important;
    color: var(--aurora);
}
.aurora li b {
    color: var(--gris);
}

.aurora li::after {
    background-color: var(--auroratransparente);
}

ul{
    z-index: 5;
    position: relative;
}

li {
    letter-spacing: 1px;
    position: relative;
    cursor: default;
    position: relative;
}

li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    transition: .5s all ease-out;
    
}

li:hover::after {
    width: 100%;
}

.charactersGaleria div.imagen {
    padding: 0;

    background-color: white;

    max-height: 300px;

    overflow: hidden;
    /* display: none; */
    justify-content: center;
    align-items: flex-start;
    
    transition: .5s flex ease;
    filter: grayscale(.3);
    border: dotted transparent 4px;
    padding: 10px 10px 10px 10px;
    margin: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.733);
    transition: all .2s ease-in-out;
}

.charactersGaleria div.imagen:hover {
    transform: rotate(5deg) scale(1.2);
    cursor: pointer;
    z-index: 5;
}

.polaroid {
    height: 90%;
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
    
    /* overflow: hidden; */
}

.charactersGaleria div.imagen img{
    width: 100%;
    height: auto;
}

/* .charactersGaleria div.imagen img.horizontal{
    width: 100%;
    height: auto;
} */

.charactersGaleria .blurActive::before {
    content: "NSFW";
    display: flex;
    color: var(--secundario);
    justify-content: center;
    align-items: center;
    font-size: 55px;
    backdrop-filter: blur(50px);
    /* background-color: red; */
    width: calc(100% - 20px);
    height: calc(90% - 20px);
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 1;
    transition: backdrop-filter .5s ease;
}

.charactersGaleria .blurActive:hover::before {
    content: "Puerco/a";
    font-size: 35px;
    backdrop-filter: blur(35px);
    /* background-color: red; */
}

.charactersGaleriax div.imagen:hover {
    cursor: pointer;
    filter: grayscale(0);
    /* flex: 1; */
    border: dotted var(--principal) 4px;
}



@media (max-width: 720px) {
    .fondo {
        padding: 25px;
        box-shadow: 0 0 5px 5px #212529 inset;
    }
    li {
        text-align: left;
    }
    .charactersGaleria div.imagen {
        margin-left:0 ;
        max-height: 550px;
    }
}
@media (min-width: 721px) and (max-width: 991px) {
    .fondo {
        padding: 40px;
    }
    .charactersGaleria div.imagen {
        margin-left:0 ;
        max-height: 550px;
    }
}
@media (min-width: 992px) {
    .fondo {
        padding: 50px;
    }
    .charactersGaleria div.imagen {
        width: calc(50% - 10px);
        
    }
    .charactersGaleria div.imagen img.horizontal{
        width: auto;
        height: 100%;
    }
}

.offcanvas-body {
    padding: 0px !important;
}

.viewImage {
    display: flex;
    justify-content: center;
}