/*
 *	Main - Homepage Custom CSS. Freelanceros 2017.
 *	Designed on: 30/04/2017
 *	HTML5 & CSS3
 *	Responsive & layout: Foundation - http://foundation.zurb.com/ -
 *
 *	Analisis de sistemas - Universidad del Valle de Guatemala
 *	Eric Mendoza, Rodrigo Custodio, Carlos Calderon, Gabriel Brolo.
 */

/*
 *	Body
 */
body {
	/* Google Font */
	font-family: 'Open Sans', sans-serif;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5 {
	/* Google Font */
	font-family: 'Lato', sans-serif;
}

/*
 * Containers
 */
/* Main */
.container {
	padding: 40px 160px;
}

/* Más espacio */
.container-grande {
	padding: 80px 160px;
}

/* Menos espacio. Usado para algunos titulos. */
.container-small {
	padding: 10px 160px;
}

/*
 *	Backgrounds
 */
 /* Top */
.background-mainCont {
	background-color: #034ea2;
	background-image: url("../img/glass-water-stock-v2.jpg");
	width: 100%
	background-repeat: no-repeat;
	background-size: cover;
}

.background-info {
	background-color: #034ea2;
}

.background-footer {
	background-color: #034ea2;
}

/*
 *	Header
 */
header#main {
	margin-bottom: 40px;
}

/* Logo */
header#main .logo a{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
}

/*
 *	Nav
 */
/* Unordered lists */
nav#main {
	/*margin-top: 40px;*/
}

nav#main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:right;
}

/* List items */
nav#main ul li {
	display: inline-block;
	margin-right: 20px;
}

/* Ultimo elemento */
nav#main ul li:last-child {
	margin-right: 0;
}

nav#main ul li a {
	font-size: 78%;
	text-transform: uppercase;
	font-weight: 600;
}

nav#main ul li a:not(.button) {
	color: #393f4a;
}

/*
 *	Botones
 */

.button {
	padding: 14px 30px;
	border-radius: 5px;
}

.button-primary {
	margin-top: 5px;
	background: #034ea2;
}

.button-primary:hover {
	background: #0459b9;
}

/*
 *	Slogan
 */

.slogan {
	margin-top: 20px;
}

.slogan h1 {
	font-size: 3.5em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 52px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-shadow: 1px 1px 50px #181818;
}

.slogan p {
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 50px #181818;
}

/* product description */
.pd h1{
	text-transform: uppercase;
	font-weight: 900;
	line-height: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.pd h3 {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 40px;
	color: #01a814;
	margin-bottom: 5px;
	text-align: center;
}

.pd h4 {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: center;
	color: #034ea2;
}

.pd h5 {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #034ea2;
}

.pd h6 {
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	background-color: #01a814;
	padding: 10px;
	border-radius: 5px;
}

.pd p {
	text-align: justify;
	margin-top: 40px;
	font-weight: 600;
}

.pd img {
	margin-top: 40px;
	margin-bottom: 20px;
	width: 100%;
}

.characteristics {
	margin-top: 20px;
}

.characteristics li {
	margin-bottom: 15px;
	text-align: center;
	background-color: #0e59ad;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	line-height: 18px;
}

.characteristics ul {
	margin: 0;
	list-style-type: none;
	padding: 20px;
	background-color: #034ea2;
	border-radius: 5px;
}

/*
 *	About
 */
.about h1{
	text-transform: uppercase;
	font-weight: 900;
	line-height: 40px;
	margin-top: 150px;
	margin-bottom: 50px;
}

.about p {
	text-align: justify;
	padding-left: 80px;
	padding-right: 80px;
	margin-top: 40px;
	font-weight: 600;
}

.about {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*
 *	Info
 */

.info {
	text-align: center;
}

.info h5 {
	font-weight: 600;
	font-size: 1.6em;
}

.info h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 4em;
	color: #2c3e50;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 50px rgba(0,0,0,0.2);
}

.info p {
	font-size: 95%;
	margin-bottom: 40px;
}

.info img {
	margin-bottom: 20px;
}

/* cliente */

.info-cliente {
	text-align: center;
}

.info-cliente h5 {
	font-weight: 600;
	font-size: 1.3em;
	color: #034ea2;
}

.info-cliente h6 {
	font-weight: 600;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.info-cliente h4 {
	font-weight: 800;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.info-cliente p {
	font-size: 80%;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: justify;
}

.info-cliente img {
	margin-bottom: 20px;
	margin-top: 40px;
}

/* product description */

.contact {
	text-align: center;
}

.contact h3 {
	font-weight: 600;
	text-transform: uppercase;
	color: #034ea2;
	letter-spacing: 1px;
	font-size: 2.5em;
	margin-top: 40px;
	text-align: center;
}

.contact h5 {
	font-weight: 600;
	font-size: 1.2em;
}

.form-area {
	margin-top: 60px;
}

.input-form {
	color: #034ea2;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact-form input:focus, #contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

textarea {
	min-width: 100%;
	min-height: 200px;
}

/*
 *	Category
 */

.category-heading {
	background: #034ea2;
	background-image: url("../img/water-stock-res.jpg");
	text-align: center
}

.category-heading h3 {
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 2.5em;
	text-shadow: 1px 1px 20px #181818;
	margin-top: 40px;
}

.category-heading p {
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 80px;
	margin-right: 80px;
	font-size: 100%;
	text-shadow: 2px 1px 2px #181818;
	text-align: justify;
}

/*
 *	Hover Buttons
 */

.hoverbuttons {
	text-align: center;
	text-shadow: 1px 1px 50px #181818;
}

.hoverbuttons ul li a {
	color: #034ea2;
	border: 2px solid transparent;
	padding: 8px 20px;
	border-radius: 5px;
	font-weight: 600;
	background: rgba(256,256,256,0.5);
}

.hoverbuttons ul li a:hover {
	border: 2px solid #ffffff;
}

.inline-list {
	list-style-type: none;
}

.inline-list li {
	display: inline-block;
	margin: 0 20px;
	margin-bottom: 20px;
}

/*
 *	Footer
 */

footer#mainft {
	color: #ffffff;
}

/* Logo */
footer#mainft .logoft a{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color: #ffffff;
	margin-bottom: 0;
	font-weight: 700;
}

footer#mainft .copyright p {
	color: #ffffff;
	font-size: 0.75em;
	font-weight: 300;
	margin: 0;
	margin-bottom: 2px;
}

footer#mainft h6 {
	color: #ffffff;
	font-size: 0.55em;
	font-weight: 300;
}

footer#mainft .license {
	color: #7ecefd;
	margin-top: 10px;
}
