/*@import url('../fonts?family=Manjari|Neuton');*/
@font-face {
	font-family:"PTSans";
	src: url(../fonts/PTSans-Regular.ttf);
}
@font-face {
	font-family:"Neuton";
	src: url(../fonts/Neuton-Regular.ttf);
}
*{
    margin: 0;
    padding: 0;
    /*box-sizing: border-box;*/
}

body{
	color: black;
    font-family: 'PTSans', sans-serif;
	height: 100vh;
	margin: 10px;
    background: url(../images/store_bg3.jpg) no-repeat center top;
	background-size: cover;
	color: black;
    background-attachment: fixed;
}
.content{
	width: 98%;
}
.logo-c{
	/*border: solid 10px black;*/
	margin-top: -80px;
	margin-left: -80px;
}
.logo-c img{
	width: 300px;
}
.cinta-head{
	text-align: center;
	background: #212932;
	border: solid 10px white;
	border-radius: 50px;
	margin: 10px;
	margin-right: 0px;
	padding: 20px;
	color: white;
	font-size: 20px;
}
.centrador{
	width: auto;
	text-align: center;
}
.login-box{
	display: inline-block;
    width: 400px;
    background: rgba(255,255,255,0.9);
    padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 40px;
	box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px #666;
	border-radius: 10px;
}

input{
    display: block;
    padding: 10px;
    width: 100%;
    margin: 10px;
	margin-bottom: 10px;
    font-size: 12px;
	color: black;
	border: solid 1px #caced1;
    border-radius: 5px;
}
input:active{
	border: solid 1px #caced1;
    border-radius: 5px;
}
input[type="submit"]{
    background: linear-gradient(#1a415f, #4b85b0);
    border: 0;
    color: white;
    opacity: 0.9;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 0;
}

input[type="submit"]:hover{
    opacity: 1;
}

input[type="submit"]:active{
    transform: scale(0.98)
}
.cuadro-opt{
	align: center;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
    width: 100%;
	height: 90%;
	min-width: 400px;
    background: rgba(26,65,95,0.9);
    padding: 30px;
    border: 1px solid rgba(255,255,255,255,.2);
	border-radius: 10px;
	align-items: center;
	text-align: center;
	color: white;
}
.cuadro-opt2{
	align: center;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
    width: 100%;
	height: 90%;
	min-width: 400px;
    background: rgba(255,255,255,0.9);
    padding: 30px;
    border: 1px solid rgba(255,255,255,255,.2);
	border-radius: 10px;
	align-items: center;
	text-align: center;
}
.subtitulo{
	margin-top: 300px;
	margin-bottom: 100px;
	margin-left: 30px;
	margin-right: 30px;
	font-family:"Neuton";
	width: 97%;
	align: center;
	padding: 10px;
	color: white;
	font-weight: bold;
	border: 5px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	background-color: rgba(25,72,106,0.9);
}
.sub_titulo_grupos{
	font-family:"Neuton";
	/*border: 5px solid rgba(0,0,0,0.2);*/
	padding: 10px;
	color: yellow;
}
.container-footer
{
	position: fixed;
	bottom: 5px;
	width: 100%;
	height: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	z-index: 2;
}
.footer-ficha{
	width: 400px;
	background-color: rgba(255,255,255,0.9);
	padding: 9px;
	text-align: center;
	border-radius: 10px;
	border: 5px solid #1a415f;
}
.footer-link{
	color: #1a415f;
	text-decoration: none;
}
.footer-link:hover{
	color: #000;
	text-decoration: none;
}
.footer-link:visited{
	color: #1a415f;
	text-decoration: none;
}
.footer-link:active{
	color: #1a415f;
	text-decoration: none;
}
.cuadro-opt .icono-cuadro{
    width: 150px;
	background: white;
	margin-top: -100px;
	margin-left: calc(50% - 160px);
	border-radius: 50%;
	border: 5px solid rgba(0,0,0,0.9);
}
@media screen and (max-width:415px){
	.login-box{
		width: 100%;
	}
	.logo-c{
		width: auto;
		margin-top: 0px;
		margin-left: 0px;
	}
	.logo-c img{
		width: 150px;
	}
	.cinta-head{
		border: solid 7px white;
		font-size: 15px;
	}
}