@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,600);

body { 
	margin: 0; 
	font-family: 'Open Sans', sans-serif; 
	color: #000; 
	font-size: 14px; 
	font-weight: 400;
	padding: 0;
	margin:0;
}

h1 {
	font-size: 50px;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

p, li, div {
	font-size: 14px; 
	line-height: 18px;
}

section {
	clear:both;
}

img.responsive {
	max-width: 100%;
	height: auto;
}

/* Header */

header {
	background-color: #ff7f00;
	height: 56px;
	padding-top: 23px;
	color: #ffffff;
}

header img {
	float: left;
	margin-right: 20px;
}

header nav#mobile {
	display: block;
}

header nav#screen {
	display: none;
}

header ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}

header li {
	float: left;
	padding-left: 35px;
	line-height: 36px;
}

header li a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

section {
	clear:both;
}

/* // Header */

/* Footer */
footer {
	background: #3D3847; /*#deccba; */
	height: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer h2 { 
	font-family: 'Open Sans', sans-serif; 
	font-size: 19px; 
	color: #9c9e9e;
}

footer p, footer div {
	color: #fff;
	font-size: 12px;
}

footer div.box {
	float: left;
	width: 50%;
	clear: right;
}

footer a {
	color: #fff;
	text-decoration: none
}

footer a:hover {
	color: #efefef;
	text-decoration: none;
}

#follow_box {
	text-align: right;
}

#footer-logo {
	display: none;
}

#copyright {
	background-color: #233140;
	width: 100%;
	text-align: center;
}

#copyright div {
	color: #999;
	font-size: 10px;
}

#footer-logo {
	text-align:center;
}

div.container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.action { 
	background-color: #ff7f00;
	text-transform: uppercase; 
	font-style:normal; 
	font-family: 'Amaranth', sans-serif; 
	font-size: 16px; 
	color: #fff; 
	height: 25px; 
	line-height: 25px; 
	text-align: center;
}

.action a {
	color: #ffffff;
	text-decoration: none;
}

input.action { border-width:0px; background-color: transparent; }

img.responsive {
	max-width: 100%;
	height: auto;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.btn-primary {
	color: #ffffff;
	background-color: #ff7f00;
	border-color: #ff7f00;
}

.btn-primary:hover {
	background-color: #ee6e00;
	border-color: #ee7f00;
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: .3rem;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

a.btn {
	color: #ffffff;
	text-decoration: none;
}

input.action { border-width:0px; background-color: transparent; }

#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}

.modal{
    display: none;
    position: absolute;
    top: 20%;
    width: 60%;
    height: 500px;
    margin-left: 20%;
	margin-right: 20%;
    margin-top: -50px;                 
    padding: 10px;
    border: 2px solid #FFF;
    background: #fff;
    z-index:1002;
	border-radius: .5rem;
	overflow:auto;
	
}

.modal h2 {
	text-align: center;
}
.modal p, .modal div {
	font-size: 14px;
}

.modal input[type="text"], .modal input[type="email"], .modal input[type="phone"], .modal select {
	width: 100%;
	border-radius: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.modal-container {
	width: 85%;
	margin: 0 auto;    
}

#thank-you * {
	text-align: center;
}

/* Secciones */

#hero {
	background-image: url("../img/pexels-photo@2x.jpg");
	height: 265px;
}

#call {
	padding-top: 20px;
	color: #ffffff;
	text-align:center
}

#call h1 {
	margin: 0 auto;
	font-size: 25px;
	line-height: 28px;
	font-weight: normal;
	text-shadow: 1px 1px #000;
}

#call h2 {
	margin: 0 auto;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 1px 1px #000;
	line-height: 20px;
}

#why {
	padding-top: 50px; 
	padding-bottom: 50px;
}

#why h2 { text-align: center; font-size: 22px; color: #333}

#why p { text-align: center; font-size: 18px; line-height: 34px; color: #74849a}


#why ul>li {
	list-style-type: none;
	line-height: 34px;
	margin-bottom: 20px;
	color: #333;
	font-size: 14px;
}

#why li>span.fa-stack {
	display: block;
	margin: 0 auto;
	font-size: 30px;
}

#why li>strong {
	display: block;
	text-align: center;
}

section#about {
	background-color: #3192B3;
	padding: 10px 0;
	color: #ffffff;
	min-height: 390px;
	text-align:center;
}

section#about h2{
	text-align:center;
	color: #fff;
	font-weight: 300;
}

section#about h3{
	font-size: 20px; 
	line-height: 28.8px;
	font-weight: normal;
	padding-top: 0;
}

section#about p{
	font-size: 14px; 
	line-height: 28.8px;
}


section#about div.profile {
}

section#about #profile-1 {
}
	
section#about #profile-1 img {
}

section#about #profile-1 h3, section#about #profile-1 p {
}

section#about #profile-2 {

}

section#about #profile-2 img {
}

section#about #profile-2 h3, section#about #profile-2 p {
}

section#about a {
	color: #fff;
	text-decoration: none;
}

section#about a:hover {
	color: #efefef;
	text-decoration: none;
}

section#services {
	padding-top: 50px; 
	padding-bottom: 50px;
	background-color: #ECF0F1;
	min-height: 466px;
	text-align:center;
}

section#services img {
	max-width: 570px;
	width:100%;
}

section#services h2{
	font-weight: 300;
	color: #000000;
	margin-bottom: 0;
}

section#services p{
	font-size: 16px; 
	line-height: 22px;
}

section#services ul>li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 14px;
}

section#services ul>li>span {
	color: #ff7f00;
}


section#testimonials {
	background-color: #3D3847;
}

section#testimonials div.container {
	margin: 0 auto;
	padding-top: 20px; 
	padding-bottom: 20px;
	overflow: hidden;
}

section#testimonials p {
	color: #fff;
}

section#testimonials author {
	color: #ffd862;
}

section#testimonials cite {
	text-style: italic;
	font-size: 14px;
	font-weight: 300;
}

section#testimonials a {
	color: #ffd862;
}



section#clients {
	padding-top: 50px;
	padding-bottom: 50px;
}

section#clients > div.container {
	text-align: center;
}

section#clients img {
	height: 30px;
	margin: 35px;
}


section#blog {
	padding-top: 40px;
	padding-bottom: 40px;
}

section#blog p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

section#blog h3 a {
	color: #000;
	text-decoration: none;
}

section#blog #blog-link a {
	color: #ff7f00;
	text-transform: uppercase;
	font-size: 16px;
}

section#blog .popular-post {
}



section#projects {
	background-color:#4C535F;
	padding: 40px 0;
}

section#projects h2 {
	color: #fff;
	text-align:center;
}

section#projects h3 {
	color: #fff;
	text-align:center;
}

section#projects p {
	color: #fff;
	text-align:center;
}

section#projects .project {

}

section#projects .project-last {
}