/*================================================ General Clases ================================================*/
html,body{
    width: 100%;
    height: 100%;

}
html, body{
	background-color: #000000;
}

body{
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.hide{
	display: none !important;
}

#logErrors{
	color: red;
	font-size: 0.8em;
}

#instruccionmobile{

    text-align: center;
    font-size: 1em;
    position: absolute;
    width: 410px;
    height: 130px;
    padding-top: 40px;
    border: 5px solid #fff;
    color: #fff!important;
    background-color: #000;
    display: none;
  
}
  
/*================================================ Loader ================================================*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.loader-cointainer {
    background-color: #000000e6;
    z-index: 10000;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.loader-stage{
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*================================================ Upper Menu ================================================*/
.upper-menu {
  background-color: #333;
  text-align: center;
}
.upper-menu ul {
	padding: 5px;
}
.upper-menu li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #aaa;
}
.upper-menu li a {
  color: #ddd;
  text-decoration: none;
}

/*=============================================== Inventory bar ==========================================*/

 #inventory-bar {
    position: absolute;
    z-index: 100;
	background-color: #000;
  min-width: 4%;
	height: 100%;
    padding: 35px 10px;
	display: none;
    -webkit-box-shadow: 1px 0px 17px -2px rgba(255,255,255,1);
     -moz-box-shadow: 1px 0px 17px -2px rgba(255,255,255,1);
     box-shadow: 1px 0px 17px -2px rgba(255,255,255,1);
}

.inventory-buttons button{
	display: block;
	color: #fff;
	text-indent: -10000px;
	cursor: pointer;
	width: 50px;
    height: 50px;
	background: url(../assets/inventorybar-icons.png);
	margin: 0 auto;
	margin-bottom: 10px;
}

.closeRecord, #btn-cellphone-close, #closeNotebook{
    background-position: -213px -101px !important;
}



.folderRecord{

}

#inventory-button-home{
	background-position: -307px -11px;
}

#inventory-button-credits{
	background-position: -402px -13px;
}

#inventory-button-extras{
	background-position: -26px -89px;
    position: absolute;
    bottom: 60px;
}

#inventory-button-instructions{
	background-position: -120px -88px;
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 2048px) {
  #inventory-button-instructions{
    bottom: 15px;
    margin-left: 15px;
  }

  #inventory-button-extras{
    bottom: 100px;
    margin-left: 15px;
  }
}

#btn-cellphone-open{
	background-position: -139px -164px;
	width: 44px;
    height: 76px;
    position: relative;
    margin-top: 30px;
}



.folderRecord{
	width: 841px;
	height: 1020px;
	top: 5%;
	left: 42%;
	position: absolute;
	background: url(../assets/sprite-abricarpeta.png) no-repeat;
	display: none;
	z-index: 100;
}

.btn-folder{
   background-position: -291px -181px !important;
   width: 58px !important;
   height: 66px !important;
}


#btn-notebook-open{
	background-position: -390px -186px;
	width: 46px;
    height: 54px;
}




.buttons-settings{
	position: absolute;
	right: 0;
    width: 350px;
    top: 40px;
	z-index: 10;
	padding: 30px 40px;
    background-color: #FEF8E8;
    font-weight: 300;
    -webkit-box-shadow: -3px 0px 21px 2px rgba(0,0,0,0.48);
-moz-box-shadow: -3px 0px 21px 2px rgba(0,0,0,0.48);
box-shadow: -3px 0px 21px 2px rgba(0,0,0,0.48);
    display: none;
}
.settings-button{
    margin: 30px 0 0 0;
    display: block;
    text-align: left;
    line-height: 1.2em;
}

.settings-button:not(:last-child){
    margin-bottom: 30px
}

.settings-button, #languageText{
    padding-left: 40px;
    padding-bottom: 5px;
}

#mutedSound{
    background: url(../assets/mutted-button.png) left center no-repeat;
}

#fullScreen{
    background: url(../assets/full-screen-button.png) left center no-repeat;
}
#extrasButton{
    background: url(../assets/extras-button.png) left center no-repeat;
}

#creditosButton{
    background: url(../assets/extras-button.png) left center no-repeat;
}

#linkExtras, #linkCreditos{
    text-decoration: none;
}

#signOut{
    background: url(../assets/logout-button.png) left center no-repeat;
}

#languageText{
    background: url(../assets/language-button.png) left center no-repeat;
}

.change-language{
	text-transform: uppercase;
	cursor: pointer;
    padding: 5px 10px;
    margin: 0 10px;
    transition: .2s;
}

button#change-language:hover{
    color: #fff;
    background: #000;
}

.btn-active{
    color: #fff;
    background: #000;
}

.flex{
    display: flex;
    align-items: center;
}

#settingsButtons, .settings-button, button.buttonZoom{
    cursor: pointer;
}

#settingsButtons, button.buttonZoom{
    background: url('../assets/inventorybar-icons.png');
    text-indent: -10000px;
}

#settingsButtons{
   position: absolute;
   right: 0;
   width: 62px;
   height: 48px;
  background-position: -174px -260px;
    z-index: 100;
    margin: 0;
}

button.buttonZoom{
	width: 72px;
  	height: 73px;
	background-position: -295px -84px;
}

button.closeZoom{
	background-position: -386px -85px;
}

/*=============================================== Cellphone ==========================================*/

#cellphone-pop {
  width: 80%;
  height: 90%;
  max-width: 493px;
  max-height: 839px;
  position: absolute;
  left: 90px;
  top: 0;
  background-color: #545554;
  border: 3px solid black;
  box-shadow: 0 0 11px -5px black;
  color: white;
  overflow: hidden;
  z-index: 10;
  background-image: url(../assets/cel_noti.jpg);
  background-size: 100%;
}
#cellphone-pop > div, .content > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
#cellphone-home .noti-icon {
  width: 20%;/*90px*/
  position: absolute;
  bottom: 15px;
  cursor: pointer;
}
#cellphone-home .noti-icon img{
  width: 100%;
  display: block;
}

.noti-wp {
    left: 68px;
}

.noti-tw {
    left: 187px;
}

.noti-wiki {
    left: 314px;
}
#wapp-button .counter, #tw-button .counter, #noti-button .counter, #btn-cellphone-open .counter {
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: red;
    padding: 4px;
    border: 3px solid white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    text-indent: 0;
}

.notification-area {
  	height: 80%;
  	background-color: #4e4e4e;
  	opacity: 0.85;
  	width: 100%;
}

#cellphone-home {
    background: linear-gradient(#fff0, #fff0, #0009);
}

#btn-cellphone-close{
    position: absolute;
    left: 600px;
	top: 20px;
    background-position: -213px -101px;
}


.today{
    height: 100%;
}

#noti-header {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 8px 15px;
  font-size: 0.85em;
  background-image: url(../assets/cel_noti_cc.png);
  background-size: 100%;
  height: 4% !important;
  min-height: 30px;
  z-index: 200;
}
#noti-place {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 20px 0px 20px 50px;
  height: 60%;
  /*max-height: 400px;*/
  overflow-y: scroll;
}
#noti-place::-webkit-scrollbar, .noti-container::-webkit-scrollbar{
	width: 0.4em;
    background-color: transparent;
    overflow-y: scroll;
}
#noti-place::-webkit-scrollbar-thumb, .noti-container::-webkit-scrollbar-thumb{
    border-radius: 4px;
    max-height: 100px;
	background-color: #c1c1c1;
    overflow-y: scroll;
}

.timeline {
  width: 20px;
  height: 420px;
  text-align: center;
  position: relative;
  margin: 25px;
  display: inline-block;
}
.circle {
  border: 3px solid white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.vertical-line {
  height: calc(100% - 15px);
  width: 1px;
  display: block;
  margin: auto;
  border-left: 2px solid #838383;
}
.noti-title {
  padding: 5%;
  font-size: 17px;
  font-family: helvetica;
  font-weight: 100;
  border-bottom: 1px solid gray;
  text-align: center;
}

.noti-home {
  width: 90%;
  display: inline-block;
  vertical-align: top;
  padding: 5% 3%;
  border-bottom: 1px solid gray;
  cursor: pointer;
}

.noti-thumb {
    height: 60px;
    vertical-align: middle;
    margin: 5px;
    width: 60px;
}


#cellphone-wapp {
  background-color: white;
  color: black;
}
.content {
  padding: 0 !important;
  margin-top: 33px;
  height: calc(100% - 33px) !important;
}
#cellphone-wapp .cell-back {
  background-color: #395755;
  color: white;
  padding: 20px;
}
.noti-container {
  padding: 15px;
  background-color: white;
  color: black;
  padding-top: 100px;
  overflow: scroll;
}


.chats-preview .noti-title {
    border: none;
}
.noti-home table {
  width: 100%;
}
table{
    margin-bottom: 4%;
}
td.noti-table {
  width: 80px;
  vertical-align: top;
}

.content-title{
	margin-bottom: 10px;
	line-height: 1.2em;
}

span.user{
    margin: 5px 0;
    opacity: 0.8;
    font-size: 0.8em;
    opacity: 0.8;
    display: block;
}
.last-message {
  color: #a2a2a2;
  font-size: 0.9em;
  line-height: 1.2em;
}

.new-msg-counter {
    text-align: right;
    font-size: 0.8em;
}

#chats > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1;
    padding-top: 100px;
}

#chats .noti.wapp {
    background-color: gainsboro;
    z-index: 231;
    color: black;
    float: left;
    clear: both;
    margin: 10px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 9px -2px black;
    max-width: 60%;
}

#chats .noti.wapp.own {
    float: right;
    background-color: #d1f3b5;
}

.noti-footer-space{
  margin-bottom: 70px !important;
}

#cellphone-tw .cell-back, #cellphone-noti .cell-back, #chats .cell-back {
    position: fixed;
    left: 0;
    top: 30px;
    right: 0;
    padding: 5px;
}

.cell-back img {
    vertical-align: middle;
}


#cellphone-tw .cell-back {
    background-color: #00abf1;
    padding: 15px;
    color: white;
}

#cellphone-noti .cell-back {
    padding: 15px;
    color: white;
    background-color: #282828;
}

#chats-area {
    padding: 15px;
}

.msg-input {
    padding: 15px 35px;
    background: lightgray;
    border-radius: 12px;
    color: gray;
    left: 0;
    margin: 10px 14px 14px;
}

.msg-input-text {
  position: fixed;
    bottom: 15px;
    /* padding: 15px 35px; */
    background: white;
    left: 0;
    right: 15px;
    margin-right: 14px;
}
.news.noti {
    margin-bottom: 25px;
}

#time {
    width: 80%;
    display: block;
    margin: auto;
	font-size: 0.9em;
}

.timeHour{
	font-size: 1.6em;
}
.emoji {
    width: 35px;
}

#noti-wapp20_01 .emoji, #noti-wapp60_04 .emoji{
    width: 235px;
}
#noti-wapp42_01 .emoji{
    width: 235px;
}


/*=============================================== Expedientes ==========================================*/
#record-container {
    padding: 5% 25%;
    text-align: center;
}

.record-btn-open {
  display: block;
  cursor: pointer;
  overflow: hidden;
  margin: auto;
}

.record-btn-open img {
    width: 100%;
    display: block;
}

.fixedCenter {
  position: fixed;
  background-color: #000c;
  z-index: 10;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}


.recordCenter {
  position: fixed;
  background-color: #000c;
  z-index: 10;
  margin: auto;
  left: 0;
  top: 0;
}

.recordContainerElement{
  width: 100%;
  height: 100%;
}

.recordbg {
  display: block;
  margin: auto;
  min-width: 1220px;
  width: 75%;
  height: 100%;
  background: url(../assets/expedientes/fondo-expediente.png) center/100% 100% no-repeat;
  position: absolute;
  left: 50%;
  transform-origin: left top;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/*
@media screen and (min-width: 2048px) {
  .recordbg {
    min-width: 80%;
  }
}
*/


.recordNameCharacter{
	position: absolute;
	top: 4.2%;
	right: 22%;
	font-family: monospace;
	font-size: 1.45vh;
}
.closeRecord, #closeNotebook{
    top: 50px;
    right: 100px;
    position: absolute;
    z-index: 4;
}
.rec-img{
  width: 500px;
  position: absolute;
  /*outline: 5px solid white;*/
  -webkit-box-shadow: 3px 2px 29px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 2px 29px -9px rgba(0,0,0,0.75);
  box-shadow: 3px 2px 29px -9px rgba(0,0,0,0.75);
}

.zoomed .rec-img-container {
    width: auto;
    margin: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    /* 1300px; */
}

.verticalRecord{
	width: 250px;
}

.rec-img img, .notebook-img img{
    display: block;
    width: 100%;
}


.rec-img.draggable.zoomed {
    transform: rotate(0deg) !important;
    left: -25% !important;
    top: 0 !important;
    width: 150% !important;
    background-color: #000c;
    outline: none;
    bottom: 0 !important;
    right: 0 !important;
    text-align: center;
    z-index: 20;
    max-height: 100%;
}

.rec-img.draggable.zoomed img {
    max-height: 900px;
    width: auto;
    position: relative;
}

.rec-img.draggable.zoomed .helper {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.zoom {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 5px;
    margin: 0;
}

/*.zoomed .zoom {
    right: -15px;
    font-size: 25px;
}*/

.record {
    display: inline-block;
    margin: 4% 1%;
    max-width: 120px;
    max-height: 120px;
    width: calc(32% - 7px);
}

.record-nameCharacter {
  /*position: relative;
  right: -10px;
  bottom: 14px;
  background-color: red;
  padding: 4px;*/
  /* border: 3px solid white; */
  /* border-radius: 50%; */
  width: 60px;
  height: 35px;
  text-align: center;
  text-indent: 0;
  font-size: 0.7em;
  color: white;
}

.btn-record-match{
  display: block;
}

@media screen  and (min-width:2048px){
   .record-nameCharacter {
        font-size: 1em;
    }
}

#inventory-bar > .record {
    display: block;
    width: 100%;
}



.chooseCharacter{
    display: block;
    margin: 0 auto;
    width: 30%;
    max-width: 220px;
}

.chooseContainer{
    position: relative;
}

.nameCharacter, .indicationCharacter{
    padding: 5px 10px;
    background-color: #fff;
    font-family: 'Walter Turncoat', cursive;
    display: table;
    margin: 10px auto;
    color: #000;
}

.indicationCharacter{
    border: 1px solid #000;
    border-radius: 8px;
    font-family: 'Walter Turncoat', cursive;
    position: absolute;
    right: 60px;
    top: 40px;
    width: 230px;
}
/*================================================ Notebook ================================================*/

#notebook-container .recordbg {
    background-image: url(../assets/cuaderno.jpg);
    background-size: 100%;
    height: 951px !important;
}

.notebook-img, .notebook-txt{
    position: absolute;
}

/*================================================ Cover ================================================*/

.fullWidth{
    width: 100%;
    height: 100%;
    position: absolute;
}

.absoluteCenter{
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    /* right: 0;
    bottom: 0; */
}

.backgroundBlack{
    background-color: #000;
}

.cover-element-mainImage{
    background: url(../assets/cover-background.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
}

.cover-title{
    background: url(../assets/cover-title.png) 0px 0px/contain no-repeat;
    text-indent: -10000px;
    width: 55%;
	height: 30%;
    min-width: 380px;
    min-height: 146px;
}

.cover-images{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3%;
}
.cover-images,
.cover-authors,
.cover-logos{
	display: flex;
	margin-top: 3%;
    align-items: center;
}

.cover-authors{
	flex-direction: column;
	align-items: flex-end;
}

.audifonos{
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 10%;
    position: absolute;
    font-size: 1.4vw;
}

#coverAuthor{
	width: 45.41%;
}

#coverDes{
	margin-top: 1%;
	width: 40.8%;
}

.cover-logos{
    position: absolute;
    bottom: 0;
}

#logo-makina{
    width: 16%;
    min-width: 120px;
    margin-right: 4%;
}

#logo-manuvo{
    width: 12%;
    min-width: 120px;
}




#logo-mintic{
    width: 40%;
    min-width: 250px;
    padding: 5%;
   
}

.cover-image-container{
	width: 32%;
	position: relative;
}

.cover-mainimage{
	width: 100%;
	position: relative;
}

.cover-secondimage{
	position: absolute;
	width: 53%;
	top: 10%;
	left: 40%;
}

#gallinazo01{
	width: 47%;
}

#gallinazo03{
	width: 53%;
	top: 15%;
	left: 28%;
}

.cover-container{
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 1024px;
	padding-top: 2%;
    position: relative;
}

#coverGan{
    position: absolute;
    right: 5%;
    top: 5%;
    min-width: 120px;
    width: 15%;
}

.cover-button{
    padding: 10px 30px;
    position: absolute;
    -webkit-box-shadow: 2px 2px 23px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 23px 8px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 23px 8px rgba(0,0,0,0.75);
    cursor: pointer;
}

#cover-mainbutton{
    background: #fed252;
    right: 3%;
    font-size: 3.5vh;
    bottom: 10%;
}

#cover-creditsbutton{
    background-color: #000;
    color: #fff;
    left: 3%;
    font-size: 2.8vh;
    bottom: 5%;
}
.cover-button p{
    padding-right: 40px;
    background: url(../assets/cover-button-flecha.png) right center/contain no-repeat;
}

.signUp-container{
    width: 50%;
	max-width: 1200px;
    height: 100%;
    display: none;
    margin: auto;
}

.singUp-mainContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	height: 100%;
}

.signUp-characterInformation{
    width: 35%;
    color: #fff;
}
.signUp-image-face{
	width: 60%;
    border: 2px solid #fff;
    margin: 5% auto;
	display: block;
}

.signUp-titleDescription{
	font-family: monospace;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 2.8vh;
}

.signUp-information{
    margin-bottom: 8%;
	text-align: center;
	font-family: 'Walter Turncoat', cursive;
	font-weight: 300;
    font-size: 2.4vh;
}

.signUp-message{
    width: 65%;
	font-size: 2.4vh;
}

.signUp-message-text{
	padding: 0 10% ;
    line-height: 1.5;
	color: #fff;
}

.signUp-message-description{
	font-weight: 300;
}

.signUp-message-hello{
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 20px;
}



#txtEmail{
	margin: 0;
	margin: 5% 0;
	display: block;
	width: 100%;
	border: none;
	background-color: #CCCCCC;
	padding: 10px;
	color: #4D4D4D;
}


#btnLogin, #continueComic, #logincontainer a, #buttonRestart{
	background-color: #EFC825;
	text-transform: uppercase;
	margin: auto;
	display: block;
	margin-top: 6%;
	padding: 5px 30px;
	font-size: 1em;
	cursor: pointer;
}

#btnLogin{
	font-weight: 600;
}

#logincontainer a{
	text-decoration: none;
	color: #000;
}

#logincontainer input{
    margin-left: 0;
}

.signUp-continueWithoutLogin, .terms{
	text-align: center;
	color: #cccccc;
	margin-top: 3%;
	font-size: 2.2vh;
	font-weight: 300;
	
}

.signUp-continueWithoutLogin a{
    cursor: pointer;
    color: #efc825;
    text-decoration: underline;
    line-height: 1.3em;
}


.terms{
	font-size: 2vh !important;
}
.terms a#terms-conditions {
  background-color: unset;
  color: #cccccc;
  font-size: unset;
  padding: unset;
  margin: unset;
  display: unset;
  text-decoration: underline;
  text-transform: lowercase;
}

.restart-message{
    display: flex;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    padding: 10%;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.7em;;
}

/*================================================ signIn ================================================*/

#signUp-container input {
  position: absolute;
  margin-left: 48%;
  margin-top: 29%;
  width: 34%;
  background-color: #ffffff;
  border: 1px solid green;
  height: 24px;
}

#signUp-container button{
      position: absolute;
	cursor: pointer;
}

#btnSignUp {
    right: 23%;
	bottom: -20%;
	background-color: #efc825;
	padding: 1.5% 12%;
}

#signUp-container {
    background-image: url(../assets/carne_intro.png);
    width: 600px;
    height: 337px;
    background-size: 100%;
}

input#txtLastName {
    margin-top: 36%;
}

#btnBack {
    right: -40px;
	top: -20px;
	background: url(../assets/inventorybar-icons.png);
    background-position: -213px -101px !important;
	width: 50px;
	height: 50px;
	text-indent: -10000px;
	overflow: hidden;
}
#fullscreen-signUp {
    background-color: rgba(0,0,0, 0.7);
	width: 100%;
	height: 100%;
}

#fullscreen-signUp p {
    color: white;
    top: -20%;
    position: absolute;
    text-align: center;
	line-height: 1.2;
    width: 450px;
    left: 0;
    right: 0;
    margin: auto;
}

 @media screen  and (max-width:1400px){
   #record-container {
        padding: 5% 15%;
        left: 64px;
        text-align: center;
    }
}

@media screen  and (min-width:2048px){
   #record-container {
        padding: 10% 25%;
        left: 64px;
        text-align: center;
    }
}


@media screen  and (max-width:1024px){
   .signUp-container {
        width: 85%;
    }
}

@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:768px){
    #signUp-container {
        width: 500px !important;
        height: 250px !important;
    }
}

@media screen  and (max-width:528px){
    #cellphone-pop {
        max-width: 315px !important;
        max-height: 538px !important;
        left: 30px !important;
}
#noti-header {
    font-size: 0.65em;
    background-image: url(../assets/cel_noti_em.png);
}
#btn-cellphone-close{
    left: 360px !important;
}
.noti-wp {
    left: 40px !important;
}

.noti-tw {
    left: 120px !important;
}

.noti-wiki {
    left: 200px !important;
}
#signUp-container {
    width: 393px !important;
    height: 250px !important;
}

}

@media screen  and (max-width:410px){
    .cover-title{
        min-width: 200px;
        min-height: 77px;
    }
    #cellphone-pop {
        max-width: 290px !important;
        max-height: 490px !important;
        left: 10px !important;
}
#btn-cellphone-close{
    left: 310px !important;
}
.noti-wp {
    left: 30px !important;
}

.noti-tw {
    left: 110px !important;
}

.noti-wiki {
    left: 190px !important;
}

#signUp-container {
    width: 300px !important;
    height: 195px !important;

}


}
