﻿@font-face {
    font-family: "Hoefler Text Regular";
    font-style: normal;
    src: url("/Content/fonts/Hoefler Text Regular.ttf");
    src: local("Hoefler Text Regular"), url("/Content/fonts/Hoefler Text Regular.ttf") format("truetype");
}

body {
    margin: 0px;
    font-family: "Hoefler Text Regular";
    color: rgba(233,233,233,1);
    background: #201E20;
    background-image: url("/Content/images/logovacio15.png");
    background-repeat: no-repeat;
    background-position: bottom right, bottom right;
}

.adminHtml, .adminHtml body {
    height: 100%;
}
.wrapper {
}
.contenido {
    height: 100%;
}
.loginwrapper {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 100px;
}

.recuadrologin {
    width: 300px;
    height: 160px;
    border-style: solid;
    border-color: rgba(171,19,35,1);
    border-width: 1px;
    display: inline-block; /* ESTO CENTRA EL DIV, si el exterior tiene text-align: center; */
}

.filalogin {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

.celdalogini {
    width: 30%;
    height: auto;
    float: left;
    text-align: right;
}

.celdalogind {
    width: 70%;
    height: auto;
    float: left;
    text-align: left;
}

    .celdalogind input {
        width: 80%;
        margin-left: 10px;
    }

.celdaloginboton {
    width: 100%;
    height: auto;
}

.cabecera {
    height: 80px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(rgba(171,19,35,1), #201E20);
    /*background-color: rgba(32, 30, 32, 0.5);*/
}

    .cabecera a, .cabecera a:link, .cabecera a:active, .cabecera a:hover, .cabecera a:visited {
        color: rgba(233,233,233,1);
        text-decoration:none;
    }

.cabeceraizq {
    float: left;
    height: 80px;
    width: 50%;
}
/* Dropdown Button */
.dropbtn {
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    background-color: rgba(233,233,233,0);
    color: rgba(233,233,233,1);
    font-size: medium;
    border: none;
    font-family: "Hoefler Text Regular";
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    float: left;
    position: relative;
    display: inline-block;
    margin-left:0px;
    margin-top:20px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #201E20;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: medium;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: rgba(233,233,233,1);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: rgba(171,19,35,1);
            color: rgba(233,233,233,1);
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(171,19,35,1);
    color: rgba(233,233,233,1);
}

.bandera {
    height: 15px;
    width: 25px;
}

.cabeceracen {
    float: left;
    height: 80px;
    width: 40%;
}

.cabecerader {
    float: right;
    height: 80px;
    width: 10%;
}
.cabeceracen.responsive {
    position: relative;
    top: 80px;
    z-index: 9;
}
    .cabeceracen.responsive .pantallagrande {
        width:200%;
        float: right;
        display: block;
        text-align: center;
    }
    .primero{
    }

.pantallagrande {
    display: none;
    background-color: #201E20;
    border: 1px rgba(171,19,35,1) solid;
    border-top: none;
    border-left:none;
    border-right:none;
}

.menuHamb {
    float: right;
    display: block;
}
    .menuHamb img{
        height:50px;
        width:auto;
        padding:15px;
    }
.responsive .menuHamb {
    position: absolute;
    right: 0;
    top: 0;
}

.cabecerapersonajes {
    float: right;
    height: 80px;
    width: 100%;
    line-height: 80px;
}
.cabeceragaleria {
    float: right;
    height: 100%;
    width: 100%;
    line-height: 80px;
}
.cabeceralogo {
    float: left;
    height: 100%;
    width: 40%;
}
    .cabeceralogo.pantallapeque{
        display:block;
        padding-left:20px;
    }
    .cabeceralogo.pantallagrandelogo {
        display: none;
    }
.imgLogo {
    height: 80px;
    width: auto;
}
.cabeceraabout {
    float: right;
    height: 100%;
    width: 100%;
    line-height: 80px;
}
.cabecerarrss {
    float: right;
    height: 100%;
    width: 100%;
    line-height: 80px;
}

.admincabeceralogo {
    width: 33.333333%;
    float: left;
    height: 80px;
    text-align:left;
}
.admincabeceralogo img{
    margin-left:20px;
    height:80px;
    width:auto;
}
.adminCabeceraadmin {
    width: 33.333333%;
    float: left;
    height: 80px;
    text-align:right;
    font-size:xx-large;
    line-height:80px;
}
.cabeceraAdminIzq {
    width: 33.333333%;
    float: left;
    height: 80px;
    line-height: 80px;
}
    .cabeceraAdminIzq span{
        margin-right:20px;
    }
.adminwrapper {
    width: 90%;
    margin: auto;
}
.divIdioma{
    margin:20px 0 10px 0;
}
.comandos{
    margin-bottom:10px;
}
.divAdminGaleria {
    width: 100%;
}
.admincomandos {
    width:90%;
    margin:auto;
    margin-bottom: 10px;

}
.adminButton {
    color: rgba(233,233,233,1);
    background-color: rgba(171,19,35,1);
    border: none;
    font-size: medium;
}
.adminTableDiv {
    margin-bottom: 60px;
    width: 100%;
    height: auto;
    color:black;
}

    .adminTableDiv table {
        border-radius: 5px;
        font-size: large;
        font-weight: normal;
        border: none;
        border-collapse: collapse;
        width: 100%;
        max-width: 100%;
        white-space: nowrap;
        background-color: white;
    }

        .adminTableDiv table td, table th {
            text-align: center;
            padding: 8px;
        }

        .adminTableDiv table td {
            border-right: 1px solid #e8e8e8;
            font-size: medium;
            background: #e8e8e8;
        }

        .adminTableDiv table thead th {
            color: rgba(233,233,233,1);
            background: rgba(171,19,35,1);
        }


            .adminTableDiv table thead th:nth-child(odd) {
                color: rgba(233,233,233,1);
                background: rgba(171,19,35,1);
            }

        .adminTableDiv table thead tr:nth-child(even) {
            background: #F8F8F8;
        }

.iconotabla{
    width:25px;
    height:auto;
}
.divMain {
    margin: 10px 0 10px 0;
}
    .divMain .divListaVolumenes {
        background-image: url("/Content/images/monedaback1.png");
        background-repeat: no-repeat;
        background-position: top left, bottom left;
    }
.divSpinoffs {
    margin: 10px 0 10px 0;
}
    .divSpinoffs .divListaVolumenes {
        background-image: url("/Content/images/protaback2.png");
        background-repeat: no-repeat;
        background-position: top left, bottom left;
    }
.divListaVolumenes{
    width:100%;
    text-align:center;
}
.volumenLink {
    display: inline-block;
    width: 194px;
    margin: 3%;
}
    .volumenLink, .volumenLink:visited, .volumenLink:link, .volumenLink:active, .volumenLink:hover {
        text-decoration: none;
        color: rgba(233,233,233,1);
    }

.divcontent{
    width:90%;
    margin:auto;
}
.divTituloSeccion {
    text-shadow: 0 0 15px rgba(171,19,35,1);
}
.volumen {
    width: 210px;
    height: 300px;
    border: 2px solid;
    border-image-slice: 1;
    padding: 5px;
    /*box-shadow: 5px 2px 15px 10px rgba(171,19,35,1);*/
}
.divMain .volumen {
    border-image-source: linear-gradient(135deg, rgba(171,19,35,1), #201E20);
}
.divSpinoffs .volumen {
    border-image-source: linear-gradient(135deg, rgba(233,233,233,1), #201E20);
}
.volumenTitulo {
    text-align: center;
}
.volumenTitulo h2 {
    margin: 5px;
}
.comentarioVolumen p {
    margin: 5px;
}
.volumenPortada{
    text-align:center;
}
.volumenPortadaImg {
    width: auto;
    height: 230px;
}

.paginaswrapper {
    width: 100%;
}
.divTopPag, .divDownPag {
    width: 100%;
    text-align: center;
    height: 50px;
    position:relative;
    margin:10px 0 10px 0;
}
.subdivTopPag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.divNavegacion {
    display: inline-block;
    width:25%;
    float:left;
}
    .divNavegacion input {
        height: 30px;
        width: 50px;
        font-size: x-large;
        color: rgba(233,233,233,1);
        background-color: rgba(171,19,35,1);
        border: none;
    }
.divPagina {
    width: 90%;
    margin: auto;
}
.divPagTitulo {
    width: 90%;
    margin: auto;
}
.divPaginaImg {
    width: 90%;
    margin: auto;
    text-align:center;
}
.pagina{
    width:100%;
    height:auto;
}
.divPagComentario {
    width: 90%;
    margin: auto;
}




.pie {
    width: 100%;
    font-size: small;
    text-align: center;
}
    .pie a, .pie a:visited, .pie a:link, .pie a:active {
        color: rgba(171,19,35,1);
        text-decoration:none;
    }
    .pie a:hover{
        text-decoration:underline;
    } 

.waiting {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(32, 30, 32, 0.5);
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    font-size: x-large;
    color: #E6E7E8;
    text-align: center;
}

.waitingcontent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/*   MODAL   */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);  Fallback color */
    background-color: rgba(32,30,32,0.9); /* Black w/ opacity */
    text-align:center;
}

.modalThumb {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* Modal Content (image) */
.modal-content {
    width: 100%;
}
.modal-content-thumb{
    
}
/* Caption of Modal Image */
.modalText {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #000;
    padding: 10px 0;
    height: auto;
}

.modalTextAdmin {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: rgba(233,233,233,1);
    padding: 50px 0;
    height: auto;
}
/* Add Animation */
.modal-content, .caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
.subdivModalAdmin {
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
}
@keyframes zoom {
    from {
        transform: scale(0.1)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: rgba(233,233,233,1);
    font-size: 50px;
    transition: 0.3s;
    opacity: 1;
}

    .modal .close:hover,
    .modal .close:focus {
        color: rgba(171,19,35,1);
        text-decoration: none;
        cursor: pointer;
    }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*   FIN MODAL   */

/*  GALERIA     */

.divGaleriaWrapper{
    width: 90%;
    margin:auto;
}

.divGaleria {
    width: 100%;
    text-align: center;
}

.divImagenGaleria {
    display: inline-block;
    width: 150px;
    margin: 3%;
}

    .divImagenGaleria a, .divImagenGaleria a:visited, .divImagenGaleria a:link, .divImagenGaleria a:active, .divImagenGaleria a:hover {
        text-decoration: none;
    }

.modal-content-galeria {
    /*width: 100%;*/
    height: 100%;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/*  FIN GALERIA */

/*  PERSONAJES  */

.personajeswrapper{
    width:90%;
    margin:auto;
}

.divProta, .divOmni, .divMisi, .divChancho {
    width: 100%;
    height:500px;
    position:relative;
}
.imagenpersonaje {
    float: left;
    width: 100%;
    height: 100%;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    opacity:0.6;
}
.textopersonaje {
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:1;
}
    .textopersonaje p{
       font-size:larger;
       text-align:justify;
    }
    .textopersonaje.odd h2{
        text-align:right;
    }
.imgPersonajes {
    max-width: 100%;
    max-height: 100%;
}
/*  FIN PERSONAJES  */

/*  ABOUT   */

.aboutwrapper{
    width:90%;
    margin:auto;
}
.divAboutHistoria{
    width:100%;
    height:auto;
    margin-top:30px;
}
    .divAboutHistoria p, .divAboutHistoria i {
        font-size: larger;
    }
.divAboutAutor {
    width: 100%;
    height: auto;
    margin-top:50px;
    margin-bottom:50px;
}
    .divAboutAutor p {
        font-size: larger;
    }
/*  FIN ABOUT   */

/*  LINKS   */

.linkswrapper{
    width:90%;
    margin:auto;
}
.links {
    width: 90%;
    margin: 50px auto;
}

    .links a, .links a:visited, .links a:link, .links a:active, .links a:hover {
        text-decoration: none;
        color: rgba(171,19,35,1);
    }

    .links p{
        font-size:x-large;
    }

/*  FIN LINKS   */

/*  MODAL COOKIES   */

.modalcookies {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    bottom: 0;
    width: 100%; /* Full width */
    height: auto; /* Full height */

}

.modal-content-cookies {
    background-image: linear-gradient(rgba(171,19,35,1), #201E20);
    margin: 0% auto; /* 15% from the top and centered */
    padding: 10px;
    width: 50%; /* Could be more or less, depending on screen size */
    font-size: medium;
}
    .modal-content-cookies a {
        color: rgba(233,233,233,1);
    }
.closecookies {
    color: rgba(233,233,233,1);
    background-color: rgba(171,19,35,1);
    padding: 5px;
    font-weight: bold;
}

/*  FIN MODAL COOKIES   */
@media only screen and (min-width: 600px) {
    .cabecera {
        height: 80px;
        width: 100%;
        text-align: center;
    }

    .dropdown {
        float: left;
        position: relative;
        display: inline-block;
        margin-left: 0px;
        margin-top: 20px;
    }

        .cabeceraizq {
            float: left;
            height: 80px;
            width: 50%;
        }


    .cabeceracen.responsive .pantallagrande {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }
    .cabeceracen {
        float: left;
        height: 80px;
        width: 40%;
    }
    .cabeceralogo.pantallapeque {
        display: block;
        padding-left: 40px;
    }

    .imgLogo {
        height: 90px;
        width: auto;
    }

    .cabecerader {
        float: right;
        height: 80px;
        width: 10%;
    }

    .divProta, .divOmni, .divMisi, .divChancho {
        width: 100%;
        height: 450px;
    }

    .imagenpersonaje {
        float: left;
        width: 30%;
        height: 100%;
        text-align: center;
        position: unset;
        opacity: unset;
    }

    .textopersonaje {
        float: left;
        width: 60%;
        height: 100%;
        position: unset;
        top: unset;
        left: unset;
        z-index: unset;
        margin: 0 5%;
    }

        .textopersonaje p {
            font-size: large;
        }

    .divNavegacion input {
        height: 30px;
        width: 80px;
        font-size: x-large;
        color: rgba(233,233,233,1);
        background-color: rgba(171,19,35,1);
        border: none;
    }
}

@media only screen and (min-width: 1080px) {
    .cabecera {
        height: 80px;
        width: 100%;
        text-align: center;
    }

    .dropdown {
        float: left;
        position: relative;
        display: inline-block;
        margin-left: 20px;
        margin-top: 20px;
    }

    .cabeceraizq {
        float: left;
        height: 80px;
        width: 20%;
    }

    .cabeceracen {
        float: left;
        height: 80px;
        width: 60%;
    }
    .cabeceralogo.pantallapeque {
        display: none;
    }

    .cabeceracen.responsive .pantallagrande {
        float: none;
        display: block;
        text-align: center;
    }

    .cabeceralogo.pantallagrandelogo {
        display: block;
    }

    .imgLogo {
        height: 100px;
        width: auto;
    }

    .cabecerader {
        float: right;
        height: 80px;
        width: 20%;
    }
    .pantallagrande {
        display: block;
        background:none;
        border: none;
    }

    .menuHamb {
        display: none;
    }

    .cabecerapersonajes {
        float: left;
        height: 80px;
        width: 15%;
        line-height: 80px;
    }

    .cabeceragaleria {
        float: left;
        height: 80px;
        width: 15%;
        line-height: 80px;
    }
    .cabeceraabout {
        float: left;
        height: 80px;
        width: 15%;
        line-height: 80px;
    }

    .cabecerarrss {
        float: left;
        height: 80px;
        width: 15%;
        line-height: 80px;
    }

    .divAboutHistoria p, .divAboutHistoria i {
        font-size: large;
    }

        .divAboutAutor p {
            font-size: large;
        }

    .divProta, .divOmni, .divMisi, .divChancho {
        width: 100%;
        height: 500px;
    }

    .imagenpersonaje {
        float: left;
        width: 25%;
        height: 100%;
        text-align: center;
        position: unset;
        opacity: unset;
    }

    .textopersonaje {
        float: left;
        width: 65%;
        height: 100%;
        position: unset;
        top: unset;
        left: unset;
        z-index: unset;
        margin: 0 5%;
    }
        .textopersonaje p {
            font-size: large;
        }



    .links p {
        font-size: larger;
    }

    .divNavegacion input {
        height: 30px;
        width: 100px;
        font-size: x-large;
        color: rgba(233,233,233,1);
        background-color: rgba(171,19,35,1);
        border: none;
    }
}

@media only screen and (min-width: 2000px) {
    .imgLogo{
        height: 150px;
        width: auto;
    }
    .pantallagrande a {
        font-size: x-large;
    }
    .volumen h2{
        font-size: xx-large;
    }
    .volumen p{
        font-size: 17px;
    }
    .divTituloSeccion {
        font-size: x-large;
    }
    .dropbtn {
        font-size: large;
    }
    .dropdown-content {
        font-size: large;
    }
    .divNavegacion input {
        height: 30px;
        width: 100px;
        font-size: xx-large;
        color: rgba(233,233,233,1);
        background-color: rgba(171,19,35,1);
        border: none;
    }
    .pie {
        font-size: medium;
    }
    .modal .close {
        font-size: 70px;
    }
    .personajeswrapper{
        width:60%;
    }
    .textopersonaje h2 {
        font-size: xx-large;
    }
    .textopersonaje p {
        font-size: x-large;
    }
    .aboutwrapper{
        width:60%;
    }
    .divAboutHistoria p, .divAboutHistoria i {
        font-size: x-large;
    }
    .divAboutAutor p {
        font-size: x-large;
    }
    .links p {
        font-size: xx-large;
    }
    .modal-content-cookies {
        font-size: x-large;
    }
}