/* GENERAL */

body {
	background-image: url("../store/images/fleje.jpg");
	background-repeat: repeat-y;
	font-family: 'Lato', sans-serif;
}

@media screen and (max-width:1080px) {
	body {
		background-image: none;
		padding-top: 0;
	}
	
	.navbar-toggle {
		background-color: #393;
	}
	
	@media screen and (max-width: 799px) {
		body {
			background-image: none;
			padding-top: 0;
		}
		
		.navbar-toggle {
			background-color: #393;
		}
	}
}

/* MENU NAVEGACIÓN */

.navbar {
	height: 100px;
	border-bottom: 1px solid #393;
	background-color: #fff;
}

.navbar-header img {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
}

.navbar .collapse .nav li a {
	color: #393;
	text-transform: uppercase;
	font-weight: 600;
}
	.navbar .collapse .nav li a:hover {
		color: #404040;
		text-decoration: underline;
	}

@media screen and (max-width: 799px) {
	.navbar {
		height: auto;
	}
	
	.navbar-header img {
		width: 150px;
		margin: 5px 0 0 10px;
	}
}
	
/* SLIDER */

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  background-repeat: repeat-x;
}

@media screen and (max-width: 799px) {
	.carousel {
		margin: 0;
	}
}

/* CONTENIDOS */

@media screen and (max-width:1080px) {
	#contenidos {
		margin: 30px 0 10px 0;
	}
	
	.container h2 {
		border-bottom: 1px solid #393;
	}
	
	hr {
		display: none;
	}
	
	@media screen and (max-width: 799px) {
		#contenidos {
			margin: 70px 0 20px 0;
		}
		
		.container h2 {
			border-bottom: 1px solid #393;
			font-size: 22px;
		}
		
		.container h3 {
			font-size: 20px;
		}
		
		.presentacion {
			font-size: 14px;
		}
		
		.descripcion {
			font-size: 14px;
		}
		
		hr {
			display: none;
		}
	}
}

/* PIE DE PÁGINA */

footer {
	background-color: #000000;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	color: #ffffff;
	border-top: 1px solid #393;
}

#emailtel a {
	color: #fff;
}
	#emailtel a:hover {
		color: #393;
		text-decoration: none;
	}

.marca {
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
}

.marca a {
	color: #393;
}
	.marca a:hover {
		text-decoration: none;
		color: #fff;
	}

.developer {
	text-align: right;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
}

.developer a {
	color: #42DCA3;
	text-decoration: none;
}
	.developer a:hover {
		color: #fff;
	}

@media screen and (max-width:1080px) {
	footer {
		margin-top: 20px;
	}
	
	.datos {
		margin: 0;
	}
	
	.marca {
		text-align: center;
		padding: 5px 0 0 0;
	}

	.developer {
		text-align: center;
		padding: 0 0 5px 0;
	}
	
	@media screen and (max-width: 799px) {
		footer {
			margin-top: 20px;
		}
		
		.datos {
			display: none;
		}
		
		.marca {
			text-align: center;
			padding: 5px 0 0 0;
		}

		.developer {
			text-align: center;
			padding: 0 0 5px 0;
		}
	}
}

/* CONTACTO */

#.mapa {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#formulario {
	float: left;
	width: 80%;
	margin: 0 0 30px 0;
	padding: 0;
}

#formulario ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#formulario ul li {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
	padding: 0;
}

#formulario ul li label {
	float: left;
	width: 100px;
	font-weight: 400;
}

#formulario ul li input {
	float: left;
	width: calc(100% - 108px);
	padding-left: 4px;
	font-size: 14px;
	font-weight: 400;
}

#formulario ul li textarea {
	float: left;
	width: calc(100% - 108px);
	padding-left: 4px;
	font-size: 14px;
	font-weight: 400;
	resize: none;
}

#formulario ul li input[type="checkbox"] {
	width: auto;
}

#formulario #legal-label {
	width: auto;
	margin-left: 2px;
	padding-top: 2px;
	font-size: 12px;
}

#formulario ul p.error-ok {
	float: left;
	width: 100%;
	margin: 5px 0 15px 0;
	padding: 5px 0;
	font-size: 13px;
	text-align: center;
	background-color: #42dca3;
}

#formulario ul p.error-ko {
	float: left;
	width: 100%;
	margin: 5px 0 15px 0;
	padding: 5px 0;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background-color: #f10;
}

@media screen and (max-width:1080px) {
	#formulario {
		width: calc(100% - 50px);
		margin: 0 0 10px 50px;
	}
	
	@media screen and (max-width:799px) {
		#formulario {
			width: calc(100% - 50px);
			margin: 0 0 10px 50px;
		}
		
		#formulario h2 {
			width: 100%;
			margin: 10px 0;
			font-size: 20px;
		}

		#formulario ul li label {
			width: 100%;
		}

		#formulario ul li input {
			width: 100%;
		}

		#formulario ul li textarea {
			width: 100%;
		}

		#formulario #legal-label {
			width: auto;
			margin-left: 2px;
			padding-top: 2px;
			font-size: 12px;
		}
		
		#datoscontacto {
			width: calc(100% - 50px);
			margin: 0 0 10px 50px;
		}
		
		#datoscontacto h2 {
			width: 100%;
			margin: 10px 0;
			font-size: 20px;
		}
	}
}

footer a {
	color: #404040;
}
	footer a:hover {
		color: #000;
	}

footer .list-unstyled {
	margin: 20px 0;
}

footer .list-inline {
	margin: 20px 0;
}

.text-muted, .text-muted-movil {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.text-muted > a {
	text-decoration: none;
	color: #000;
	transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
}
	.text-muted > a:hover {
		color: #42DCA3;
	}
	
.text-muted-movil {
	display: none;
}

@media screen and (max-width: 799px) {
	.text-muted-movil {
		display: block;
	}
	
	.text-muted-movil > a {
	text-decoration: none;
	color: #000;
	transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
}
	.text-muted-movil > a:hover {
		color: #42DCA3;
	}
	
	.text-muted {
		display: none;
	}
}
/* PRIVACIDAD */

#privacidad {
	margin: 30px;
	padding: 30px;
	color: #000;
	border: 1px solid #393;
}

#privacidad h2 {
	font-size: 20px;
	font-weight: 600;
}

#privacidad p {
	font-size: 14px;
	margin-bottom: 5px;
}

#privacidad ul {
	font-size: 14px;
	margin: 10px 0 0 20px;
	list-style-type: square;
}

#privacidad li {
	font-size: 14px;
	margin: 10px 0 0 20px;
}