html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	word-wrap: break-word;
	word-break: break-word;
	background-color: #0b2235;
}

#wrapper {
	min-height: 100%;
	background-color: #0b2235;
	text-align: center;
	
}

#content {
	display: table;
	margin: 0 auto;
	width: 360px;
	background: #e6f4ff;
	border-radius: 24px;
	
}

#preview {
	position: relative;
	display: inline-block;
	height: 100%;
/*	width: 100%; */
	background: #e6f4ff;
}




.OverlayNegro{
       display: block;
    width: 360px;
    background-color: #000;
    border-radius: 24px;
    height: 680px;
    z-index: 6;
    padding: 30px;
    /* margin: 0; */
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .4;
}




#profile-pic,
#fg {
	width: 100%;
}

#profile-pic{
z-index: 9;
}
#fg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
}

#fb-set-pic {
	display: table;
	margin: 20px auto;
}

.design {
	height: 140px;
	cursor: pointer;
	margin-right: 10px;
}

.design.active {
	opacity: .3;
}

.ContenedorGeneral,
.SplashInicial {
	width: inherit;
	padding: 30px;
	/* centrar vertical el div */
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #e6f4ff;
	border-radius: 24px;
	max-height:680px;
}

.SplashInicial {
	background-image: url("../images/splash.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 682px;
}

.TextoLegal{
    color:#fff;
    font-size:9px;
	position: absolute;
	bottom: 5px;
		transform: translate(-50%, -50%);
	left: 50%;
	width:92%;

}

.BotonIrAplicativo,
.BotonIrHistoria{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-color: #f15a24;
	color: #fff;
	padding: 8px 20px;
	border-radius: 18px;
	outline: none;
	border: 0 solid white;
	cursor: pointer;
	width: 60%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
}

.BotonIrAplicativo{
    	bottom: 85px;
}

.BotonIrHistoria{
    	bottom: 40px;
}

.CerrarInstrucciones,
.NuevaFoto{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-color: #f15a24;
	color: #fff;
	padding: 8px 20px;
	border-radius: 18px;
	width: 60%;
	border: 0 solid white;
	outline: none;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 15px;
}

.PopUpInstrucciones,
.PopUpDeNuevo{
	display: block;
	width: 250px;
	z-index: 8;
	background-color: #fff;
	padding: 30px;
	border-radius: 24px;
	/* centrar vertical el div */
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.3);
}

.BannerSuperior {
	padding-top: 17px;
	padding-bottom: 10px;
}

.NombreCampana {
	color: #2169b2;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	width: 55%;
	float: left;
	text-align: left;
	padding-top: 10px;
}

.LogoSuperior {
	width: 45%: float:left;
	text-align: right;
}

.ContenedorHorizonalMarcos {
	width: inherit;
	overflow-x: auto;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #e6f4ff;
}

.SeccionBotones {
	margin-top: 20px;
	margin-bottom:10px;
	padding-top: 6px;
	height: 40px;
	width: 100%;
	border-radius: 24px;
	background-color: #fff;
}

input[type="file"] {
	display: none;
}

.custom-file-upload {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: #e6f4ff;
	color: #2169b2;
	padding: 8px 20px;
	border-radius: 18px;
	outline: none;
	border: 0 solid white;
	cursor: pointer;
	display: block;
	margin: 0 7px;
}

.BotonInicio {
	width: 14%;
	float: left;
	display: block;
	cursor: pointer;
}

.BotonInicio img {
	padding-top: 6px;
	margin-left: 10px;
}

.BotonCargarImagen {
	width: 43%;
	float: left;
}

.BotonDescargar {
	width: 41%;
	float: left;
}

#DescargaImagen {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-color: #f15a24;
	color: #fff;
	padding: 8px 0px;
	border-radius: 18px;
	outline: none;
	border: 0 solid white;
	cursor: pointer;
	width: 100%;
}

#DescargaImagen:disabled {
	background-color: #CCC;
	color: #EEE;
	border: none;
	cursor: default;
}

.croppie-container .cr-viewport {
	border: 0px solid #fff;
}

*::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

*::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #fff;
}

*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #2169C3;
}