@font-face {
    font-family: 'Proxima';
    src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family: 'Proxima Bold';
    src: url(../fonts/ProximaNova-Bold.otf);
}

html, body {
	margin:0;border:0;padding:0;
	font-size:14px;
	font-family:'Proxima';
    width: 100%;
    height: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a {
	transition: all 0.3s ease;
	color:#999;
	display: inline-block;
	position: relative;
}

h1 {font-size:36px;}
h2 {font-size:25px;}
h3 {font-size:22px;}
h4 {font-size:16px;}
h5 {font-size:16px;}
h6 {font-size:12px;}

@media(min-width:768px) {
	h1 {font-size:40px;}
	h2 {font-size:36px;}
	h3 {font-size:30px;}
	h4 {font-size:24px;}
	h5 {font-size:20px;}
	h6 {font-size:18px;}
}

h2 {
	color: #484d53;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1;
}

h4 {
	color: #6a727b;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 35px;
} 

.heading {
	color:#484d53;
	font-family:'Proxima Bold';
	line-height:38px;
}

.subheading {
	color:#6a727b;
	font-family:'Proxima';
	line-height:38px;
	margin:30px 0;
	margin-bottom:35px;
}

ul.list-unstyled {
	margin-bottom: 0px;
}

ul.list-unstyled li {
	font-size: 18px;
	color: #6a727b;
}

ul.list-unstyled li i {
	font-size: 70%;
	color: #B1E433;
}

.right {
	text-align: right;
	padding-right: 0;
}

.nopaddingright {
	padding-right: 0;
}

.light {
	font-family: 'Proxima'
}

a:hover {
	text-decoration: none;
}

.accent {
	color:#b3e633 !important;
}

.white {
	color:white !important;
}

.muted {
	color:#bbbbbb !important;
}

.muted-light {
	color:#888 !important;
}

.gray {
	color: #6a727b;
}

hr {
	border:0;
	width: 6px;
	height: 6px;
	border-radius:50%;
	background: white;
	display: inline-block;
} hr:before {
	content:' ';
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	top:-9px;
	left:-10px;
	border-radius:50%;
	background: white;
} hr:after {
	content:' ';
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	top:-29px;
	right:-10px;
	border-radius:50%;
	background: white;
}

p {
	margin:20px 0;
	font-size:30px;
	line-height: 42px;
}

p.small {
	font-size:18px;
	line-height: 36px;
	color:#6a727b;
}

.navbar-filler {
	height: 0;
	width:100%;
}

.container {
	padding:0 30px;
}

.main-nav {
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: 'Proxima';
    font-size: 12px;
    background-color: #2a323e;
}

.navbar-custom .navbar-brand img {
    margin-top: 8px;
    display: none;
}

.navbar-custom.top-nav-collapse .navbar-brand img {
    display: block;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: rgba(0,0,0,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.1);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {

    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #2a323e;
    }

    .navbar-custom.top-nav-collapse a {
        color: rgba(255,255,255,.8);
    }

    .navbar-custom.top-nav-collapse .navbar-brand img {
        margin-top: auto;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: url(../img/bg-intro.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(max-width:768px) {
	.intro {
		padding-bottom: 0
	}
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body h2 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 26px;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
    	padding: 100px 0;
        height: 80%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }

	.intro .intro-body h2 {
		font-size:36px;
	}
}

section {
	padding: 30px 0;
}

@media(min-width:768px) {
	section {
		padding: 50px 0;
	}
}

section.call-to-action {
	background: #35a6d1;
}

section.call-to-action h2 {
	color: #B3E633
}

section.call-to-action h4 {
	color: #fff
}

section.reviews {
	background: #f5f5f5;
}

.btn {
	display:inline-block;
	font-family:'Proxima Bold';
	font-size:18px;
	padding:15px 30px;
	margin:20px 10px;
	border-radius:3px;
	transition: all 0.3s ease;
}

.btn.btn-green {
	background: #b3e633;
	border:3px solid #b3e633;
	color:white;
}

.btn.btn-green:hover {
	background: #96db90;
	border-color: #96db90;
}

.btn.btn-white {
	border:3px solid white;
	background: transparent;
	color:white;
}

.btn.btn-white:hover {
	background:white;
	color:#b3e633;
}

.btn .price {
	font-family:'Proxima';
	margin-left:10px;
}

.btn-dropdown {
	border:1px solid #cccccc;
	font-family:'Proxima';
	color:#888888;
}

.btn-dropdown span.caret {
	margin-left:60px;
}

#hacemos li {
	font-size:14px;
	line-height: 28px;
	color:#6a727b;
}

@media(min-width:768px) {

	#hacemos li {
		font-size:18px;
		line-height: 36px;
	}
}

#hacemos li img {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

#nosotros h4 {
	margin-bottom: 0;
}


@media(max-width:768px) {
	#hacemos h4, #nosotros h4, #metodologia h4 {
		line-height: 24px;
	}

}
/* Metodologia */

#metodologia ul {
	margin-bottom: 0;
	padding-left: 2em;
}

#metodologia li {
	font-size:14px;
	line-height: 24px;
}

#metodologia li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	left: 14px;
	position: absolute;
	color: #B1E433;
	font-size: 12px;
	padding-top: 2px;
}

@media(min-width:768px) {

	#metodologia li {
		font-size:18px;
		line-height: 36px;
	}

	#metodologia li:before {
		font-size: 70%;
		padding-top: 5px;
	}
}

#clientes ul {
	margin-bottom: 0;
}

#clientes li {
	font-size: 16px;
	padding-top: 8px;
	line-height: 24px;
}

@media(min-width:768px) {
	#clientes li {
		font-size: 24px;
		padding-top: 15px;
		line-height: 35px;
	}
}

/* Footer */

footer {
	width: 100%;
	background: white;
}

footer .social {
	padding:20px 0;
}

footer .social a {
	margin:0 3px;
	width:30px;
	height: 30px;
	line-height: 32px;
	text-shadow:1px 1px 1px rgba(0,0,0,.1);
	font-size:15px;
	display: inline-block;
	text-align: center;
	position: relative;
	color:#cccccc;
	z-index:2;
}
footer .social a:before {
	content:' ';
	z-index:-1;
	border-radius:50%;
	transition:all 0.15s ease;
	position:absolute;
	width:0; height:0;
	top:50%;
	left:50%;
	background:black;
}
footer .social a:hover {
	color:white;
}
footer .social a:hover:before { 
	width:100%;
 	height:100%;
 	top:0; left:0;
}
footer .social a:active:before {
	width:200%;
	height: 200%;
	opacity: 0;
	top:-50%;
	left:-50%;
}
footer .social a.facebook:before {background:#3b5998;}
footer .social a.twitter:before {background:#55acee;}
footer .social a.dribbble:before {background:#ea4c89;}
footer .social a.vine:before {background:#00b488;}
footer .social a.google-plus:before {background:#dd4b39;}

footer .social a.facebook:active {color:#3b5998;}
footer .social a.twitter:active {color:#55acee;}
footer .social a.dribbble:active {color:#ea4c89;}
footer .social a.vine:active {color:#00b488;}
footer .social a.google-plus:active {color:#dd4b39;}

/* Custom Styles */
@media(max-width:768px) {
	.text-left-mobile {
		text-align: left;
	}
	.text-center-mobile {
		text-align: center;
	}
}

/* Author */

.author {
	margin-bottom:40px;
}

.author .author-name {
	padding-top:25px;
}

.author .pic {
	width:100%;
}

@media(max-width:768px) {

	.author .pic {
		width:150px;
	}
}

.author .author-name .heading {
	margin-bottom:0;
}

.author .author-name .subheading {
	margin-top:0;
}

.locations {
	margin-top:60px;
}

.locations .location {
	margin-bottom:40px;
}

.locations .location .date {
	color: #6a727b;
	display: inline-block;
	margin-right:20px;
}

.locations .location .date .fa {
	color: #bbbbbb;
	margin-right:10px;
	font-size:20px;
}

.locations .location .time {
	color: #6a727b;
	display: inline-block;
	margin-right:20px;
}

.locations .location .time .fa {
	color: #bbbbbb;
	margin-right:10px;
	font-size:20px;
}

.locations .location .directions {
	display: inline-block;
}

.locations .location .directions a {
	color: #ffc107;
	font-size:20px;
}

.locations .location.done {
	margin-bottom:20px;
}

.locations .location.done .heading {
	color: #bbbbbb;
	text-decoration: line-through;
}

.call-to-action .top-fit {
	margin-top:15px;
	margin-bottom:0;
}

.contact-details .details {
	margin-top:70px;
}
@media(max-width:768px) {
	.contact-details .details {
		margin-top:20px;
	}
}

.contact-details .details span {
	color:#b3e633;
}

.contact-details .details strong a {
	color:#35a6d1;
}



/* Form Controls */

.form-control {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #35a6d1;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin:15px 0;
  transition: all 0.3s ease;
}
.form-control:focus {
  border-color: #b3e633;
  outline: 0;
  background: #f9f9f9;
}
.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}

.contact-button {
	margin:15px;
}

button:focus {
	outline:0;
}

/* Sample Form */
#sample-form {
	padding:20px 0;
	display:none;
}

#sample-form .sign-up-button {
	padding:10px 25px;
	margin:15px 0;
	width:100%;
}

/* Notification Box */

.notification-box {
	width:30%;
	padding:10px;
	background: #b3e633;
	box-shadow:0 3px 5px rgba(0,0,0,.15);
	border-radius:3px;
	text-align: center;
	color:white;
	position: fixed;
	left:35%;
	bottom:-40px;
	z-index:4000;
	opacity: 0;
	transition: all 0.5s ease;
}

.notification-box.active {
	opacity: 1;
	bottom:40px;
}

.notification-box > .content {
	color:#bbb;
	border:0;
	padding:0;
	text-align: center;
}
.form-incomplete {
	border:1px solid #bb5555;
}

/* Content Wrapper */

#wrapper {
	transition: all 0.3s ease;
	width:100%;
	top:0;
	left:0;
    display:inline-block;
    overflow:hidden;
}

#wrapper.behind {
	position: relative;
	transform: scale(0.8) translateY(-5%);
}

/* Mobile Navigation */

.mobile-nav {
	position: fixed;
	left:0;
	top:100%;
	width:100%;
	height: 100%;
	z-index:9500;
	color:#222;
	transition: all 0.3s ease;
	background: rgba(255,255,255,.95);
	display:table;
	opacity: 0;
        
} .mobile-nav.active{top:0;opacity:1;}
@media(min-width:768px){
	.mobile-nav{display:none;}
}

.mobile-nav > ul {
	display:table-cell;
	vertical-align: middle;
	list-style: none;
	width:100%;
	padding:0;
	text-align: center;
        overflow-y:hidden;
}

.mobile-nav > ul > li > a {
	margin:10px 0;
	font-size:16px;
}

.mobile-nav a {
	color:#888;
}

.mobile-nav a.close-btn {
	position: absolute;
	bottom:30px;
	left:calc(50% - 10px);
	color:#666;
	font-size:24px;
}