
@media (max-width: 720px) {
    .menu {
        display: none;
    }

    .menuS {
        display: flex;
    }

    #inicio {
        background-size: cover;
    }

    #inicio img.sign {
        height: 250px;
    }

    .yoimg {
        width: 200px;
        height: 200px;
    }
    
    /* ============================== */
    /* OC's */
    /* ============================== */
    .charactersheet {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .charactersheet .perfil {
        margin: 0;
        margin-bottom: 50px;
        align-self: center;
    }

    .charactersheet .contenido {
        height: auto;
        padding-left: 0px;
        width: calc(100% - 0px);
    }

    .seccionClara .imagenc{
        overflow: hidden;
    }

    .seccionClara .informacion h2 {
        margin-left: 0px;
        text-align: center;
    }

    .seccionClara.aurora .informacion h2 {
        margin-right: 0px;
        text-align: center;
    }

    /* ============================== */
    /* Galeria */
    /* ============================== */

    .sectionGral {
        padding: 0px;
    }

    .sectionGral .box {
        padding: 30px 0;
    }

    .sectionGral .box a  {
        min-width: calc(100vw - 20px) !important;
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        height: calc(100vw - 20px);
        margin: 0px;

    }

    .sectionGral .box a.imagen {
        /* border: none; */
        margin: 0px;
    }

    .sectionGral .box div img {
        width: 100%;
        height: auto;
    }

    /* .sectionGral .box div img.horizontal {
        width: auto !important;
        height: 100% !important;
    } */


    .aurora {
        flex-direction: column-reverse;
    }

    /* ============================== */

    .CardsPrice {
        flex-direction: column;
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

    footer div { 
        width: 80%;
        margin: 20px 0px;
    }
}

#imageBig {
    cursor: grab;
}
#imageBig:active {
    cursor: grabbing;
}

/* tablet */
@media (min-width: 721px) and (max-width: 991px) {

    .menu {
        display: flex;
    }

    .menuS {
        display: none;
    }

    #inicio {
        background-size: contain;
        background-position: top;
    }

    #inicio img.sign {
        height: 300px;
    }

    /* ============================== */
    /* OC's */
    /* ============================== */
    .charactersheet {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .charactersheet .perfil {
        margin: 50px;
        margin-top: 0px;
        align-self: center;
    }

    .charactersheet .contenido {
        height: auto;
        padding-left: 0px;
        width: calc(100% - 0px);
    }

    .seccionClara .informacion h2 {
        margin-left: 0px;
        text-align: center;
    }

    

    .aurora {
        flex-direction: column-reverse;
    }

    .seccionClara.aurora .informacion h2 {
        margin-right: 0px;
        text-align: center;
    }

    /* ============================== */
    /* Galeria */
    /* ============================== */

    .sectionGral .box {
        padding: 0px !important;
        justify-content: center;
    }

    .sectionGral .box a.imagen  {
        max-width: calc(50vw - 100px);
        height: calc(50vw - 100px);
        flex: 1 1 calc(50vw - 100px);
        margin: 20px 20px 20px 20px;
    }


    .sectionGral .box div img {
        width: 100%;
        height: auto;
    }
    
    
    .sectionGral .box div img.horizontal {
        width: auto;
        height: 100%;
    }

    /* ============================== */

    .moveScroll {
        display: block;
        
    }

    
}


/* Escritorio */
@media (min-width: 992px) {
    .menu {
        display: flex;
    }

    .menuS {
        display: none;
    }

    .sectionGral .box {
        /* padding: 30px; */
        justify-content: center;
        align-content: center;
    }

    .sectionGral .box a.imagen  {
        max-width: 25vw;
        height: 25vw;
        flex: 1 1 25vw;
        margin: 20px 20px 20px 20px;
    }

    .sectionGral .box div img {
        width: 100%;
        height: auto;
    }

    .sectionGral .box div img.horizontal {
        width: 150%;
        height: auto;
    }

    .moveScroll {
        display: flex;
        justify-content: center;
        align-items: flex-start
    }

}