/*FUENTE DE JONI B*/
html, body, #comic-content{
    overflow: hidden;
}

#comic-content{
    width: 1920px;
    height: 1080px;
    background-color: #000000;
    transform-origin: left top;
    position: absolute;
    top: 54%;
    left: calc(54% - 36px);

}
.scene, .text{
    position: absolute;
}
.scene{
    font-family: 'Walter Turncoat', cursive;
    margin: auto;
    left: 0;
    right: 0;
}

.generalText, .descriptionText{
    background: #fff;
    padding: 10px;
    border: 2px solid #000;
    z-index: 2;
    font-size: 20px;
}

.generalText{
    border-radius: 8px;
}

.documentText{
	font-family: serif;
	font-size: 0.8em;
	line-height: 1.15em;
	transform: rotate(-9deg);
}

.relativeContainer{
    position: relative;
    width: 100%;
    height: 100%;
}

.btn-page {
    position: absolute;
    font-size: 25px;
    /*border: 1px solid black;*/
    padding: 5px;
    border-radius: 18%;
    background-color: white;
    bottom: 0;
	z-index: 101;
	cursor: pointer;
}

.btn-page#prev {
    left: 70px;
    background: url(../assets/adelante.png) center/contain no-repeat;
    width: 80px;
    height: 80px;
    text-indent: -10000px;
    transform: rotate(180deg);
}

.btn-page#next {
    right: 0;
    background: url(../assets/adelante.png) center/contain no-repeat;
    width: 80px;
    height: 80px;
    text-indent: -10000px;
}

@media screen and (min-width: 2048px) {
  .btn-page#prev {
    min-width: 9%;
    min-height: 9%;
  }

  .btn-page#next {
    min-width: 9%;
    min-height: 9%;
  }

}

@media screen  and (max-width:800px){
    .signUp-container {
        width: 100%;
         height: auto;
     }
     .singUp-mainContainer,
     .signUp-characterInformation{
         align-items: center;
         justify-content: center;
     }
     .singUp-mainContainer{
         flex-direction: column;
     }
 
     .signUp-characterInformation{
         display: flex;
         flex-direction: row;
     }
     .audifonos{
         bottom: 0;
     }
     #signUp-agentName{
         padding: 0 10%;
     }
 
     .signUp-message{
         width: 90%;
     }
 
     .signUp-message-text{
         padding: 10% 13%
     }
 
     .signUp-continueWithoutLogin{
         margin-top: 5%;
     }
 
     #signUp-age, #signUp-signals{
         display: none;
     }
 
     .nameCharacter {
       font-size: 3vw;
     }
     #cellphone-pop {
         max-width: 394px;
         max-height: 672px;
         left: 70px;
 }
     #btn-cellphone-close{
     left: 480px;
 }
     .noti-wp {
         left: 59px;
     }
 
     .noti-tw {
         left: 155px;
     }
 
     .noti-wiki {
         left: 252px;
     }
 }

 @media screen  and (max-width:800px){
    #comic-content{
        left: calc(58% - 36px);
    }
 
 }
 
 @media screen  and (max-width:528px){
    #comic-content{
        left: calc(65% - 36px);
    }
 }
 
 @media screen  and (max-width:410px){
    #comic-content{
        left: calc(70% - 36px);
    }
 }
 

.e1_polyline {
    stroke: black;
    fill: white;
    stroke-width: 2px;
    /*stroke-linecap: square;*/
    stroke-linejoin: miter;
    stroke-miterlimit: 30;
}
/*===========================
		ANCHOS ESCENAS
=============================*/

.widthDefault{
    width: 1360px;
    height: 985px;
}

.widthLandscape{
    width: 1480px;
    height: 985px;
}

.widthLandscape1{
    width: 1747px;
    height: 985px;
}


