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

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

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

h2 {
	font-size: 38px;
	line-height: 48px;
	font-weight: 300;
}

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

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

section {
	clear:both;
}


div.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

div.col-3 {
	float: left;
	width: 33%;
	xclear: both;
}

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: 1.25rem;
    line-height: 1.5;
    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;
}

/* Header */

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

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

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;
}

header nav#mobile {
	display: none;
}

header nav#screen {
	display: block;
}

/* 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: 14px;
}

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

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

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

#follow_box {
	text-align: right;
}

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

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

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


/* PAGE SPECIFIC STYLES */

/* index */

/* Secciones */

#hero1 {
	background-image: url("../img/pexels-photo@2x.jpg");
	height: 533px;
	background-size: cover;
}

#hero2 {
	background-image: url("../img/Img01.jpg");
	height: 533px;
	background-size: cover;
}

#hero3 {
	background-image: url("../img/Img02.jpg");
	height: 533px;
	background-size: cover;
}

#call {
	padding-top: 210px;
	color: #ffffff;
	
}

#call h1 {
	margin: 0;
	font-weight: normal;
	text-shadow: 2px 2px #000;
}

#call p {
	margin: 20px 0 0 0;
	font-size:20px;
	font-weight: normal;
	text-shadow: 2px 2px #000;
	line-height: 35px;
}

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

section#why > div.container {
	/*width: 1000px;*/
}

section#why h2 { 
	text-align: center; 
	color: #333
}

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


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

#why li>span.fa-stack {
	display: block;
	float: left;
	margin-right: 20px;
}

#why li>strong:after {
	content: ": ";
}

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

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 {
	width: 48%;
}

section#about #profile-1 {
	float: left;
}
	
section#about #profile-1 img {
	float:left;
}

section#about #profile-1 h3, section#about #profile-1 p {
	margin-left: 250px;
}

section#about #profile-2 {
	float: right;
	text-align: right;
}

section#about #profile-2 img {
	float:right;
}

section#about #profile-2 h3, section#about #profile-2 p {
	margin-right: 250px;
}

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;
}

section#services img {
	float: left;
	margin-right: 55px;
	max-width: 570px;
}

section#services h2{
	font-size: 38px;
	line-height: 48px;
	font-weight: 300;
	color: #000000;
	margin-bottom: 0;
}

section#services p{
	font-size: 18px; 
	line-height: 28.8px;
}

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: 40px; 
	padding-bottom: 40px;
	overflow: hidden;
}

section#testimonials p {
	color: #fff;
}

section#testimonials author {
	color: #ffd862;
}

section#testimonials cite {
	text-style: italic;
	font-size: 20px;
}

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;
	height: 560px;
}

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 {
	margin-right: 10px;
	margin-left: 10px;
	width: 32%;
	float: left;
}

section#blog .popular-post-last {
	margin-right: 0 !important;
}

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

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 {
	margin-right: 10px;
	margin-right: 10px;
	width: 32%;
	float: left;
}

section#projects .project-last {
	margin-right: 0 !important;
}


@media screen and (max-width: 1200px) {
	div.container {
		width: 85%;
	}
	
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 22px;
	}
	
	section#hero {
		background-image: url("../img/pexels-photo.png");
		background-size: cover;
		height: 533px;
	}
	
	section#services img {
		max-width: 50%;
		text-align:center;
		margin-bottom: 20px;
		display: block;
	}

	section#services h2{
		font-size: 22px;
		line-height: 30px;
	}

	section#services p{
		font-size: 14px; 
		line-height: 20px;
	}

	section#services ul>li {
		margin-bottom: 5px;
		font-size: 14px; 
	}
	
	section#about h3, section#about p {
		margin-left: 20px;
		text-align: left;
	}
	
	section#about #profile-1, section#about #profile-2 {
		float: none;
	}
	
	

	section#about #profile-2 h3, section#about #profile-2 p {
		margin-left: 0;
	}
	
	section#about div.profile {
		width: 100%;
		margin-bottom: 20px;
		height: 200px;
	}
	
	section#testimonials  div.container{
		padding-top:0px;
		padding-bottom: 0px;
	}
	
	section#testimonials cite {
		font-size: 16px;
	}
	
	section#testimonials author {
		font-size: 16px;
	}
}
