/* font-family: 'Playfair Display', serif; */
/* font-family: 'Libre Baskerville', serif; */
/* font-family: 'Cardo', serif; */
*{
        margin:0;
        padding:0;
        font-family: Arial, Verdana, sans-serif;
        font-size:14pt;
        text-decoration: none;
}
a, a:visited {
        color:#364550;
}
@font-face {
        font-family: 'Bleeding Cowboys';
        src: url('/gmm/Bleeding_Cowboys.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
.banner{
        width:100%;
        height:400px;
        background-color:#364550;
        background-position: center center;
        position:relative;        
} 
.cuerpo{
        width: 100%;
        height: auto;
        min-height: 350px; 
        background-color:transparent;
        position: relative;
        z-index: 20;
}
/*********************************/
#menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        display: block;
        z-index: 500;
}
.opciones{
        width: calc( 100% - 80px );
        height:100%;
        background-color:transparent;
        display:block;
        margin:0px 0px 0px 80px;
        overflow:hidden;
        overflow-y: auto;
}
.opcion,
.opchocati,
.opfacebook,
.opinstagram,
.opsketchfab,
.opartstation,
.opyoutube {
        font-family: 'Roboto', sans-serif; 
        width:calc( 100% - 40px );
        height: auto;
        font-size:30pt;
        padding:10px 20px 10px 20px;
        cursor:pointer;
        background:transparent;
}
.opcion:hover{
        background-color:#364550;
        color:white;
}
.opchocati{
        background-color:transparent;
        color:#682712;
}
.opchocati:hover{
        background-color:#682712;
        color:white;
}
.opsketchfab{
        background-color:transparent;
        color:#1CAAD9;
}
.opsketchfab:hover{
        background-color:#1CAAD9;
        color:white;
}
.opfacebook{
        background-color:transparent;
        color:#1674EA;
}
.opfacebook:hover{
        background-color:#1674EA;
        color:white;
}
.opartstation{
        background-color:transparent;
        color:#13AFF0;
}
.opartstation:hover{
        background-color:#13AFF0;
        color:white;
}
.opinstagram{
        background-color:transparent;
        color:#962FBF;
}
.opinstagram:hover{
        background-color:#962FBF;
        color:white;
}
.opyoutube{
        background-color:transparent;
        color:#ED0000;
}
.opyoutube:hover{
        background-color:#ED0000;
        color:white;
}
/*********************************/
.fechaini{
        width:100%;
        height:auto;
        color: black;
        text-align:center;
        display:block;
        font-family: 'Playfair Display', serif;
        font-size:20px;
        font-weight: bold;
        margin:20px 0px 20px 0px;
}
.lineacentral{
        width: 70px;
        height:2px;
        background-color:#285972;
        margin:0 auto;
        margin-bottom: 50px;
}
.fechafin{
        width:100%;
        height:auto;
        color: black;
        text-align:right;
        display:block;
        font-family: 'Playfair Display', serif;
        font-size:20px;
        margin:10px 0px 10px 0px;
}
.autor{
    margin: 50px 0px 0px 0px;
}
.autor::before {
        font-family: 'Playfair Display', serif;
	font-size: 2.0em;
        content: "Alejandro Ortiz";
        font-weight: normal;
        text-align:right;
        width:100%;
        display:block;
}
/*********************************/
.btnormal {
        width: 60px;
        height:60px;
        position:fixed;
        top:0;
        left:0;
        background-color:#BF360C;
        background-image:url(/gmm/iconos.png);
        background-position: -45px -95px;
        z-index: 1000;
        margin:10px;
        cursor:pointer;
}
.btactivo{
        width: 60px;
        height:60px;
        position:fixed;
        top:0;
        left:0;
        background-color:#364550;
        background-image:url(/gmm/iconos.png);
        background-position: 5px -95px;
        z-index: 1000;
        margin:10px;
        cursor:pointer;
}
.space{
        width:100%;
        height:20px;
        background:transparent;
        display:block;
}
.mspace{
        width:100%;
        height:100px;
        background:transparent;
        display:block;
}
/*********************************/ 
.titulolibro{
        width: 100%;
        height: auto;
        line-height: 1.3em;
        font-family: 'Bleeding Cowboys', sans-serif;
        font-size: 2.5em;
        margin: 30px 0px 10px 0px;
        display: inline-block;
        text-align: center;
        color:white;
}
.libro{
        width: 320px;
        height: 400px;
        background-color: white;
        margin: 10px;
        float: left;
        overflow: hidden;
}
.libro .portada{
        width: 316px;
        height:400px;
        background-size:auto;
        background-position:center center;
        background-color:#364550;
        position:absolute;
        display:none;
}
.libro .nombrelibro{ 
        width: 100%;
        height: 100%;
        display: flex;
        font-size: 26pt;
        font-family: 'Roboto Condensed', sans-serif;
        color:white;
        background-color: #bf360c;
        transition: background-color 1s;
        position: relative;
        text-align:center;
        justify-content:center;
        align-items:center;
        padding:10px;
}

.licencia{
        width: 100%;
        height: auto;
        background-color:white;
        padding:20px;
        border-bottom:4px solid #dfdfdf;
}

.libro:hover .nombrelibro{
        background-color:#fda22b;
        color:white;
}

.libro .solonombrelibro{
        width: 316px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align:center;
        font-size:29pt; 
        font-family: 'Roboto Condensed', sans-serif;  
        color:black; 
}
.frame{
        border:10px solid transparent;
        display:block;
        overflow:hidden;
        margin: 0 auto; /* Centrar horizontalmente */
}
.framelibro{
        border:10px solid transparent;
        display:block;
        overflow:hidden;
        margin: 0 auto; /* Centrar horizontalmente */    
}
@media (min-width: 330px) and (max-width: 699px) {
        .frame {
                width: 330px; /* Opcional, para que ocupe todo el ancho disponible */
        }
        .framelibro{
                min-width:330px;
                width: calc( 100% - 20px );
        }
}
/* Estilos para pantalla con una anchura de 700px o menos */
@media (min-width: 700px) and (max-width: 1039px) {
        .frame {
                max-width: 700px; 
        }
        .framelibro{
                min-width:350px;
                width: calc( 100% - 20px );
        }
}
/* Estilos para pantalla con una anchura de 1050px o menos */
@media (min-width: 1040px) {
        .frame {
                max-width: 1040px; 
        }
        .framelibro {
                max-width: 1040px; 
        }
}
/*********************************/
.redes-sociales{
        width:100%;
        height:200px;
        background-color:#BF360C;
        display: flex;
        justify-content: center;
        align-items: center;
}
.ico-red{
        width: 50px;
        height: 50px;
        margin: 0 5px;
        display:inline-block;
        background-size:cover;
        cursor:pointer;
        transition: all 0.5s ease;
        background-size:initial;
        background-image:url(/gmm/iconos.png);
}
.facebook{
        background-position: 0px 0px;
}
.facebook:hover{
        background-color:#1674EA;
}


.instagram{
        background-position: -100px 0px;
}
.instagram:hover{
        background-color:#962FBF;
}


.youtube{
        background-position: -50px 0px;
}
.youtube:hover{
        background-color:#ED0000;
}


.email{
        background-position: -152px 0px;
}
.email:hover{
        background-color:#FF5500;
}
.chocati{
        background-position: -200px 0px;
} 
.chocati:hover{
        background-color:#682712;
}
/*********************************/
.copyr{
        width:100%;
        line-height: 80px;
        background-color:black;
        color:white;
        text-align: center;
}
/*********************************/
.grupo{
        width:100%;
        height:auto;
        display:block;
        overflow:hidden;
        background-color:transparent;
}
.grupom{
        width:100%;
        height:auto;
        display:block;
        overflow:hidden;
        background-color:transparent;
        /* margin:10px; */
}

.contenido{
        width:calc( 100% - 40px );
        height:auto;
        background-color:white;
        font-family:'Cormorant Garamond', serif;
        font-size:20pt;
        padding:20px;
        text-align:justify;
        border-top:10px solid black;
        border-bottom: 10px solid black;
}
.contenido img{
        width: calc( 100% - 40px );
        height: auto;
        margin: 40px 0px 10px 0px;
        border:20px solid whitesmoke;
}
.bigscreen{
        width:100%;
        height:auto;
        min-height: 630px;
        background-color:transparent;
        display:flex;
        justify-content: center;
}
.contenido titulo{
        width:100%;
        height:auto;
        line-height:1.3em;
        overflow:hidden;
        font-family: 'Playfair Display', serif;
        font-size: 2.5em; 
        margin: 30px 0px 10px 0px;
        font-weight: bold;
        display: inline-block;
        text-align:center;
}
@media (max-width: 699px) {
        .contenido titulo{
                font-size: 1.5em; 
        }
}
/* Estilos para pantalla con una anchura de 700px o menos */
@media (min-width: 700px) and (max-width: 1039px) {
        .contenido titulo{ 
                font-size: 2.4em; 
        }
}
/* Estilos para pantalla con una anchura de 1050px o menos */
@media (min-width: 1040px) {
        .contenido titulo{   
                font-size: 2.5em; 
        }
}
.contenido p{
        font-family: 'Cormorant Garamond', serif;
        font-size:20pt;
        line-height:35px;
        margin:20px 0px 20px 0px;
        font-weight:bold;
}
.contenido centro{
        font-family: "Cormorant Garamond", serif;
        font-size:20pt;
        color:black;
        text-align: center;
        float:none;
        margin:10px 0px;
        display:block;
}
.contenido char,
.contenido char1,
.contenido char2,
.contenido char3,
.contenido char4,
.contenido char5,
.contenido char6,
.contenido char7,
.contenido char8,
.contenido char9,
.contenido char10 {
        font-family: "Cormorant Garamond", serif;
        font-size:20pt;
        font-weight:bold;
        padding:0px 10px 0px 10px;
        border-radius:10px;
        background-color:#460f0f1f;
        color:#460f0f;
}
.contenido char1{
        background-color:#55d4ffa8;
        color:black;
}
.contenido char2{
        background-color:#5cdc878f;
        color:black;
}
.contenido char3{
        background-color:#FF5555;
        color:white;
}
.contenido char4{
        background-color:#27E1C1;
        color:black;
}
.contenido char5{
        background-color:#D5B4B4;
        color:black;
}
.contenido char6{
        background-color:#BBD6B8;
        color:black;
}
.contenido char7{
        background-color:#FAEDCD;
        color:black;
}
.contenido char8{
        background-color:#fffc94;
        color:black;
}
.contenido char9{
        background-color:#EDE9D5;
        color:black;
}
.contenido char10{
        background-color:#E384FF;
        color:black;
}
.contenido bloque1{
        font-family: "Cormorant Garamond", serif;
        font-size: 20pt;
        font-weight:bold;
        line-height: 35px;
        color: black;
        background-color:#F5F3C1;
        float: none;
        margin: 10px 0px;
        display: block;
        padding: 10px;
        border-radius: 10px;
}
pej,
pej1,
pej2,
pej3,
pej4,
pej5,
pej6,
pej7,
pej8,
pej9,
pej10{
        font-family: "Cormorant Garamond", serif;
        font-size:20pt;
        font-weight:bold;
        padding:0px 10px 0px 10px;
        border-radius:10px;
        background-color:#460f0f1f;
        color:#460f0f;
}
pej{
        background-color:#E0D7AC;
        color:black;
}
pej1{
        background-color:#aed37e;
        color:black;
}
pej2{
        background-color:#7ed3c7;
        color:black;
}
pej3{
        background-color:#7ea8d3d1;
        color:black;
}
pej4{
        background-color:#a37ed37a;
        color:black;
}
pej5{
        background-color:#d37e7e9e;
        color:black;
}
pej6{
        background-color:#dfc35bd9;
        color:black;
}
pej7{
        background-color:#2bebbfb0;
        color:black;
}
pej8{
        background-color:#c5d1b6bf;
        color:black;
}
pej9{
        background-color:#af0b0b75;
        color:black;
}
pej10{
        background-color:#bbbbbb;
        color:black;
}

.colortexto{
        color:#364550;
}
/*********************************/
.concensura{
        background-color: black;
        color: black;
        font-size: 2em;
        cursor: pointer;
}
.sincensura{
        background-color: whitesmoke;
        color: black;
        font-size: 2em;
        cursor: pointer;
}
/*********************************/
/* COMPONENTES FORM              */
/*********************************/
.tab{
        width:calc( 100% - 20px );
        height:auto;
        overflow:hidden;
        border:10px solid transparent;
}
.textbox {
        width: calc( 100% - 20px );
        height:44px;
        line-height:44px;
        background-color:whitesmoke;
        border:none;
        outline:none;
        padding:0px 10px;
}
.combobox{
        width: 100%;
        height:44px;
        line-height:44px;
        background-color:whitesmoke;
        border:none;
        outline:none;
        padding:0px 10px;    
}
.textarea{
        min-width: calc( 100% - 20px );
        max-width: calc( 100% - 20px );
        min-height:calc( 100vh - 360px);
        max-height:calc( 100vh - 360px);
        line-height:30px;
        background-color:whitesmoke;
        border:none;
        outline:none;
        padding:10px;
        overflow:hidden;
        overflow-y:scroll;
}
.etiqueta{
        width:100%;
        height:35px;
        line-height:35px;
        background-color:transparent;
}
.boton{
        width: calc( 100% - 20px );
        height:40px;
        line-height:40px;
        padding:0px 10px;
        text-align: center;
        cursor:pointer;
}
.level1{
        background-color:#ED0000;
        color:white;
}
.level1:hover{background-color:#B80606;}
.level2{
        background-color:#E5BD0B;
        color:white;
}
.level2:hover{background-color:#B99909;}
.level3{
        background-color:#3FC22E;
        color:white;
}
.level3:hover{background-color:#25731B;}
/*********************************/
/*info*/
.info{
    width: 100%;
    height:40px;
    display:block;
    margin: 10px 0px 0px 0px;
}
.info .celda{
    width: auto;
    height:40px;
    line-height:40px;
    background-color:#c1f9ff;
    color:black;
    padding:0px 5px;
    border-radius: 8px;
    float:left;
    display:block;
}
/*********************************/
/*flotante */
.barraflotante{
    width: auto;
    height: auto;
    padding:10px;
    overflow:hidden;
    border-radius:25px;
    background-color:#364550;
    position:fixed;
    display:block;
    top:10px;
    right:10px;
    z-index:200;
}
.etiquetor{
    background-color:#364550;
    color:white;
    height: 35px;
}
.aplicar{
    width: auto;
    height: 35px;
    line-height: 35px;
    background: black;
    color: white;
    float: left;
    cursor: pointer;
    padding: 0px 10px;
    border-radius: 10px;
    margin: 0px 10px 0px 0px;
}
/*********************************/
.formpequeno{
        width: 320px;
        height: auto;
        background-color: white;
        margin: 0 auto;
        align-self: center;
}
.formpequenotitulo{
        width: 100%;
        height:100px;
        line-height:100px;
        font-family: 'Playfair Display', serif;
	font-size: 2.0em;
        text-align:center;
        background-color:whitesmoke;
}
.ofuscar{
        display:none;
        width:0;
        height:0; 
        overflow:hidden;
}

.modal{
        width:100%;
        height:100%;
        position:fixed;
        background-color:rgba(0,0,0,0.5);
        top:0;
        left:0;
        z-index: 10000;
}
.formulario{
        width:960px;
        height:auto;
        min-height:300px;
}
.mediabox{
        width:100%;
        height:300px;
        background-color:gray;
        display:block;
        overflow:hidden;
        background-position: center center;
        background-size: cover;
} 
.cover{
        width:100%;
        height:auto;
        min-height:400px;
        background-color:#364550;
        background-position: center center;
        position:relative;  
}
.perfil{
        width: 100%;
        height: calc( 100% - 81px );
        background-position: center center;
        background-size: cover;
        display:block;
        float:left;
        overflow:hidden;
}
.textoperfil{
        line-height:29px;
        color: white;
        font-family: Arial, Verdana, sans-serif;
        font-size: 16pt;
        font-weight: normal;
        margin:10px 0px 30px 0px;
        display:block;
        overflow:hidden;
}
.tituloperfil{
        font-family: 'Bleeding Cowboys', sans-serif;
        font-size: 46pt;
        font-weight: normal;
        margin:30px 0px 30px 0px;
        color:white;
}
.boton-acerca{
        width:130px;
        height:47px;
        line-height:47px;
        text-align:center;
        cursor:pointer;
        background-color:white;
        color:#364550;
        float:left;
        font-family: Arial, Verdana, sans-serif;
        font-size: 16pt;
        padding: 3px 10px 3px 10px;
}
.maldini{
        width: 100%;
        height: 80px;
        line-height: 80px;
        background-color: #ffffff00;
        color: #ffffff;
        display: block;
        text-align: center;
        font-size: 22pt;
        font-weight: bolder;
        font-family: 'Rubik', sans-serif;
        position: fixed;
        z-index: 100;
}
.info-perfil{
        width: calc(100% - 100px);
        height: auto;
        display: block;
        float: right;
        padding: 30px;
        margin: 20px;
        position: absolute;
        bottom: 0px;
}
@media  (max-width: 699px) {
        .perfil{
                width: 100%;
        }
        .info-perfil{
                width: calc( 100% - 60px ); 
                margin-bottom: 60px;
        }
        .maldini{     
                
                /* width: calc( 100% - 20px );  */
                text-align: right;
                padding-right: 20px;
                font-size:16pt; 
        }
}
/* Estilos para pantalla con una anchura de 700px o menos */
@media (min-width: 700px) and (max-width: 1039px) {
        .maldini{     
                font-size:20pt;
        }
}
/* Estilos para pantalla con una anchura de 1050px o menos */
@media (min-width: 1040px) {
        .info-perfil{     
                font-size:22pt;
        }
}
.bt-botones{
    border: 10px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
}
.bt-anterior,
.bt-indice,
.bt-siguiente{
    width:90px;
    height: 40px;
    line-height: 40px;
    background-color:white;
    color:gray;
    float:left;
    display: inline-block;
    margin: 10px;
    text-align: center;
    padding:0px 10px;
    cursor:pointer;
    font-family:'Libre Baskerville', serif; 
    font-size: 14pt;
}
.bt-anterior{
    width:130px;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.bt-indice{

}
.bt-siguiente{
    width:130px;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.bt-anterior:hover,
.bt-indice:hover,
.bt-siguiente:hover{
    background-color:black;
    color:white;
}
a.sh-facebook{
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background-color: #d7d7d7;
    color: white;
    float: right;
    font-size: 12pt;
    font-weight: bold; 
    padding:0px 10px;
    margin-right: 5px;
}
a.sh-facebook:visited{
    color:white;
}
.fb-like{
    float:left;
    margin:0px 0px 0px 5px;
}