/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@font-face {
    font-family: 'Myriad'; /*a name to be used later*/
	src: local("MyriadPro-Regular"), url('../fonts/MyriadPro-Regular.ttf') format('truetype');

}

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: 'Myriad';
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch; 
    margin-top: 70px;
}

.linkcontacto {
	color: #FFF;
	text-decoration: none;
}
.linkcontacto a{
	color: #FFF;
	text-decoration: none;
}

#fondo {
border-bottom: 1px solid #999;
transition: 0.5s;
}
#fondo:hover {
border-bottom: 1px solid #000;
transition: 0.5s;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #999; 
}

::-webkit-scrollbar-thumb {
    background: #000; 
}

::-webkit-scrollbar-thumb:hover {
    background: #333; 
}

.produ {
	padding-bottom: 25px;
}

.produ:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Myriad';
    font-weight: 300;
    color: #FFF;
}


.section1 {
    font-family: 'Myriad';
    font-weight: 300;
    color: #000;
	font-size: 28px;
	letter-spacing: 10px;
	border-bottom: 1px solid #000;
  	display: inline-block;
	margin-bottom: 25px;
}
.section2 {
    font-family: 'Myriad';
    font-weight: 300;
    color: #333;
	font-size: 28px;
	letter-spacing: 10px;
	border-bottom: 1px solid #333;
  	display: inline-block;
	margin-bottom: 25px;
}
.section3 {
    font-family: 'Myriad';
    font-weight: 300;
    color: #FFF;
	font-size: 28px;
	letter-spacing: 10px;
	border-bottom: 1px solid #FFF;
  	display: inline-block;
	margin-bottom: 25px;
}


.scrollser {
	height: 350px;
	overflow-y: auto;
	margin-top: 25px;
	color: #333;
}

.scrollpro {
	height: 425px;
	overflow-y: auto;
	color: #333;
}

.span12 {
	background:#18191B;
	border: none;
	color: #FFF;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
}
input[type="text"] {
	background:#18191B;
	border: none;
	color: #FFF;
}
input[type="email"] {
	background:#18191B;
	border: none;
	color: #FFF;
}

.message-btn {
    border:1px solid #18191B;
    color:#18191B;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#18191B;
	color: #8E8D89;
}

#productos {
	color: #333;
}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.error{
	padding: 0px 20px 20px 20px;
	font-weight: bold;
}
.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #333;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
	font-weight: 700;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	text-transform: uppercase;
	}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #84B40F;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #84B40F;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 60px;
	background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #F2F2F2;
}

.intro {
	color: #F2F2F2;
}
.eco {
	color: #92D050;
}
.file {
	color: #595959;
}
.desc {
	color: #000;
}
#hello h2 {
	color: #FFF;
	font-weight: 400;
}

/* Green */
#green {
	background: url(../img/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 50px;
	margin-bottom: 0px;
	color: #000;
}

#green h3 {
	color: #000;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: #000;
	font-weight: 400;
	font-size: 20px;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#social i {
	font-size: 50px;
	color: #84B40F;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #84B40F;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}

@media (max-width: 768px) {
.scrollser {
	height: auto;
	overflow-y: hidden;
}
}

@media (max-width: 992px) {
.scrollser {
	height: auto;
	overflow-y: hidden;
}
}	
