* {
	padding: 0px;
	margin: 0px;
	outline: 0;
	font-family: Roboto-Light;
}

html {
	background: #ececec;
}

nav {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	background: #fff;
	width: 100%;
	height: 50px;
	z-index: 200;
	box-shadow: 0px 0px 7px #c3c3c3;
}

nav ul {
	display: flex;
	list-style: none;
}

nav a {
	text-decoration: none;
	color: #343434;
	padding: 14px 5px;
}

nav li {
	display: block;
	padding: 14px 5px;
}

.container {
	width: 95%;
	height: 700px;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.items {
	margin: 0 auto;
	padding: 30px;
	width: 60%;
	background: #fff;
	height: 90%;
	margin-top: 130px;
	box-shadow: 0px 0px 7px #c3c3c3;
}

.ads1 {
	margin: 0 auto;
	padding: 30px;
	width: 182px;
	background: #fff;
	height: 630px;
	margin-top: 130px;
	box-shadow: 0px 0px 7px #c3c3c3;
}

.ads1 img {
	width: 100%;
	height: 100%;
}

.ads2 img {
	width: 100%;
	height: 100%;
}

.ads2 {
	margin: 0 auto;
	padding: 30px;
	width: 182px;
	background: #fff;
	height: 630px;
	margin-top: 130px;
	box-shadow: 0px 0px 7px #c3c3c3;
}

#login {
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	position: absolute;
	border-radius: 4px;
	top: 200px;
	background: #fff;
	width: 50%;
	height: 250px;
	box-shadow: 0px 0px 7px #c3c3c3;
	padding: 30px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform: translateY(-500%);
}

#registro {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	width: 50%;
	background: #fff;
	padding: 40px 30px;
	margin-top: 100px;
	box-shadow: 0px 0px 7px #c3c3c3;
	border-radius: 4px;
}

#registro h1 {
	font-weight: normal;
}

#close {
	text-decoration: none;
	color: #636363;
	font-size: 16px;
}

#close:hover {
	color: #000;
}

#register-stylus {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: #8eca33;
}

#btn-login {
	position: absolute;
	top: -100px;
	right: 30px;
	z-index: 300;
	color: #000;
}

#login-label {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 300;
}

#btn-login:checked ~ #login {
	transform: translateY(0%);
}

.bglogin {
	position: absolute;
	width: 100%;
	height: 300%;
	background: rgba(0,0,0,0.8);
	transform: translateX(-200%);
}

#btn-login:checked ~ .bglogin {
	transform: translateX(0%);
}

.input-login {
	padding: 10px;
	background: #f5f5f5;
	color: #393838;
	font-size: 16px;
	border-radius: 4px;
	border: 0;
	margin: auto;
	border: 1px solid #a3a3a3;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.input-login:focus {
	background: #effbf1;
	border: 1px solid #3b3a3a;
}

.biton {
	background: #79b320;
	padding: 15px 50px;
	font-size: 15px;
	border-radius: 4px;
	border: 0;
	color: #fff;
	font-family: Roboto-Bold;
}

.biton:hover {
	background: #669b15;
}

#login a {
	text-decoration: none;
	color: #298f35;
}

#login a:hover {
	color: #13551b;
}

#search {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

#search a {
	width: 100px;
	height: 90px;
	text-decoration: none;
	text-align: center;
	color: #000;
	margin: auto 0;
}

#maincontent {
	width: 100%;
	height: 480px;
}

#maincontent p {
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
	color: #000;
}

#sessionstart {
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 40px;
	background: #8cd023;
	border-radius: 5px;
	margin-bottom: 10px;
}

#sessionstart span {
	font-size: 16px;
	color: #fff;
}

#sessionstart p {
	padding-top: 10px;
}

#search span {
	font-size: 46px;
	color: #757575;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#search span:hover {
	color: #000;
}

#displayinfo {
	background: #fff;
	width: 90%;
	height: 200px;
	margin: auto;
}

.items2 {
	margin: auto;
	padding: 30px;
	width: 70%;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 7px #c3c3c3;
}

.items2 a {
	text-decoration: none;
}

.items3 {
	margin: auto;
	padding: 30px;
	width: 70%;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 7px #c3c3c3;
	top: 60px;
}

.items2 a {
	text-decoration: none;
}

#cuadro-items{
	width:350px;
	background: #f1f1f1;
	display: inline-block;
	margin: 10px 30px;
}

#cuadro-items img {
	width: 350px;
	height: 350px;
}

.description{
	width: 100%;
	height: 120px;
	background: #383838;
}

.titulo{
	font-size: 18px;
	color: #33FF00;
	text-align: left;
	margin-left: 10px;
	padding-top: 5px;
}

.info {
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-left: 10px;
}

.titulo1 {
	font-size: 28px;
	color: #000;
	text-align: right;
	width: 100%;
}

.category{
	font-size: 18px;
	color: #1fb02d;
	text-align: right;
	padding-bottom: 10px;
	width: 100%;
}

#descripcion1 {
	width: 50%;
	margin-left: 90px;
	margin-top: 40px;
}

#info {
	width: 40%;
}

#infoitems2 {
	display: flex;
}

#img1 {
	width: 100%;
}

#cuadro-productos{
	width: 70%;
	background: #E8E8E8;
	margin: 10px auto;
	padding: 10px;
}

.desc {
	text-align: right;
	font-size: 16px;
}

.location {
	text-align: right;
	font-size: 18px;
}

.location span {
	color: #ee2e24;
}

.phone {
	text-align: right;
	font-size: 18px;
}

.phone span {
	color: #28d230;
}

.email {
	text-align: right;
	font-size: 18px;
}

.email span {
	color: #2468ff;
}

.website {
	text-align: right;
	font-size: 18px;
}

.website span {
	color: #166eaf;
}

.rate {
	text-align: right;
	font-size: 18px;
}

.rate span {
	color: #dcbb48;
}

#insert {
	padding: 40px 40px;
	z-index: 200;
	width: 60%;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 7px #c3c3c3;
	text-align: center;
	top: -150px;
}

#insert h1 {
	font-weight: normal;
}


.input-search {
	background: #ededed;
	border: 0;
	padding: 6px;
	border-radius: 4px;
	color: #3e3e3e;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.input-search:focus {
	background: #e6e4e4;
	color: #2a2a2a;
}

.button-search {
	background: #1c8adb;
	color: #fff;
	padding: 6px 15px;
	border: 0;
	font-weight: bold;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 0 4px 4px 0;
}

.button-search:hover {
	background: #166faf;
}

.loginadmin {
	position: relative;
	text-align: center;
	width: 50%;
	background: #fff;
	padding: 40px 30px;
	margin: -150px auto;
	z-index: 200;
	box-shadow: 0px 0px 7px #c3c3c3;
}

.button-volver {
	text-decoration: none;
	background: #1c8adb;
	padding: 15px 45px;
	font-size: 15px;
	border-radius: 4px;
	border: 0;
	color: #fff;
	font-family: Roboto-Bold;
}

.button-volver:hover {
	background: #166faf;
}

.loginadmin p {
	font-size: 28px;
}

#searchall {
	padding: 0 0 15px 0;
}

footer {
	width: 100%;
	text-align: center;
	margin-top: 180px;
}

.editprofile {
	width: 60%;
	background: #fff;
	padding: 40px 30px;
	box-shadow: 0px 0px 7px #c3c3c3;
}

.editprofile h1 {
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}

.profile {
	margin-top: -100px;
	width: 60%;
	background: #fff;
	padding: 40px 30px;
	box-shadow: 0px 0px 7px #c3c3c3;
}

.profile a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	background: #79b320;
	padding: 15px 20px;
	font-weight: bold;
	border-radius: 4px;
	margin-left: 50px;
}

.profile a:hover {
	background: #669b15;
}

.profile h1 {
	font-size: 22px;
	text-align: left;
}

.profile h2 {
	text-align: right;
	font-size: 20px;
	font-weight: normal;
}

.profile span {
	font-size: 18px;
}

.profile img {
	width: 250px;
	float: left;
}

.adminpanel {
	width: 60%;
	background: #fff;
	padding: 40px 30px;
	box-shadow: 0px 0px 7px #c3c3c3;
}

.modificateusers {
	position: absolute;
	top: 100px;
	width: 60%;
	background: #fff;
	padding: 40px 30px;
	box-shadow: 0px 0px 7px #c3c3c3;
}

.modificateusers a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	background: #79b320;
	padding: 12px 25px;
	font-weight: bold;
	border-radius: 4px;
}

.adminpanel h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}

#functions {
	display: flex;
	padding: 20px;
	width: 80%;
	margin: auto;
}

#functions a {
	width: 100px;
	height: 90px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 30px;
	margin: auto;
	background: #79b320;
	border-radius: 4px;
}

#functions span {
	font-size: 56px;
	color: #50711c;
}

footer a {
	color: #636363;
}

#programmers {
	display: flex;
	margin: auto;
}

.creators {
	width: 60%;
	background: #fff;
	padding: 40px 30px;
	box-shadow: 0px 0px 7px #c3c3c3;
}

#programmers p {
	margin: auto;
	text-align: center;
	background: #79b320;
	padding: 30px;
	border-radius: 4px;
	color: #fff;
}

#programmers span {
	font-size: 52px;
	color: #50711c;
}

#boss p {
	margin: auto;
	width: 200px;
	text-align: center;
	background: #79b320;
	padding: 30px;
	border-radius: 4px;
	color: #fff;
}

#boss span {
	font-size: 52px;
	color: #50711c;
}

.request {
	width: 60%;
	background: #fff;
	padding: 40px 30px;
	box-shadow: 0px 0px 7px #c3c3c3;
	text-align: center;
	position: absolute;
}

.request h1 {
	font-weight: normal;
}

@media screen and (max-width: 1000px){
	.ads1 {
		display: none;
	}
	
	.ads2 {
		display: none;
	}
	
	.items {
		width: 90%;
	}
}

/* Fuentes */
@font-face {
    font-family: "Roboto-Thin";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Roboto/Roboto-Thin.ttf");
}

@font-face {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto-Light";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-Condensed";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Roboto/Roboto-Condensed.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Black";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Roboto/Roboto-Black.ttf");
}