/**********************
DEFAULT
***********************/

body {
	padding-top: 90px;
/*	font-family: 'Crimson Text', serif;*/
    font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #707070;
	line-height: 1.7;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-list li {
	display: inline-block;
}

.social-list a {
	padding: 20px;
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0;
    color: #707070    
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn {
/*	font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0;
    color: #cecdcd;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display: block;
}

h1, .h1 {
	font-size: 50px;
}

h2 {
	font-size: 25px;
}

h2.section-title {
	color: #231f20;
}

h2.section-title:after {
	display: block;
	content: '';
	width: 100%;
	height: 19px;
	background: url('../imagenes/separador.svg') center center no-repeat;
	margin-top: 10px;
}

h5 {
	font-size: 15px;
	letter-spacing: 0.2em;
}

section {
	position: relative;
}

section:nth-child(odd){
	background-color: #f7f7f7;
/*    background: linear-gradient(180deg,#16245f 0%,#091546 100%);*/
}

section:nth-child(even){
	background-color: #f4f4f4;
}

blockquote {
	padding: 0;
	margin: 0;
	border: 0;
}

form {
	text-align: left;
}

label {
	font-weight: normal;
}

button, .btn {
	font-size: 15px;
}

.form-group {
	margin: 0;
}

.form-control {
	background-color: transparent;
	color: #ffffff;
/*	border: none;*/
/*	border-bottom: 1px solid #707070;*/
	border-radius: 0;
	transition: all 0.3s ease-out;
}

.form-control:focus {
	border-color: #ffffff;
	box-shadow: none;
}

/**********************
NAVBAR
***********************/

.navbar {
	min-height: 90px;
/*	font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.navbar-default {
/*	background-color: #f3f3f3;*/
    background: linear-gradient(180deg,#0e0e0e 0%,#000000 100%);
    border-bottom: 2px solid #f47934;
}

.navbar-brand {
	height: 90px;
/*	padding: 23px;*/
}

.navbar-brand img {
	max-height: 44px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	color: #707070;
	padding: 35px 23px;
    transition: .3s all;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #f47934;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #f47934;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	margin-top: 28px;
	margin-bottom: 28px;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #707070;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	background: #f47934;
}

/**********************
HOME SECTION
***********************/
/*
 .section{
    width: 100%;
    height: 580px;
}
#slide div{
    background: red;
    width: 100%;
    height: 0px;
}
*/
#home {
	height: 580px;
/*	background: url("../imagenes/header.jpg") center center no-repeat;*/
/*	background-size: cover;*/
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.28);
}

.home-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #ffffff;
}

.home-content .h1,
.home-content h2 {
	margin-top: 45px;
}

.home-content .cta-container {
	margin-top: 54px;
}

.home-content .btn {
	letter-spacing: 0.2em;
	margin:0 15px;
	text-align: center;
	padding: 0;
	width: 200px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	color: #ffffff;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
}

.home-content .btn-default {
	background-color: transparent;
	border: 1px solid #ffffff;
}

.home-content .btn-default:hover,
.home-content .btn-default.active.focus, 
.home-content .btn-default.active:focus, 
.home-content .btn-default.active:hover, 
.home-content .btn-default:active.focus, 
.home-content .btn-default:active:focus, 
.home-content .btn-default:active:hover {
	background: #ffffff;
	color: #231f20;
	border-color: #ffffff;
}

.home-content .btn-primary {
	background-color: #00c7fc;
}

.home-content .btn-primary:hover,
.home-content .btn-primary.active.focus, 
.home-content .btn-primary.active:focus, 
.home-content .btn-primary.active:hover, 
.home-content .btn-primary:active.focus, 
.home-content .btn-primary:active:focus, 
.home-content .btn-primary:active:hover {
	background: #ffffff;
	color: #00c7fc;
	border-color: #00c7fc;
}


.down-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 45px 15px 15px;
}

.down-arrow {
	animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
	40% {
    transform: translateY(-30px);
  }
	60% {
    transform: translateY(-15px);
  }
}

/**********************
HISTORY SECTION
***********************/

#history {
	background-color: #fff;
	padding: 70px 0 70px;
}

.history-content {
	text-align: center;
}

.history-content p {
	margin-top: 42px;
    border-left: 2px solid #f47934;
/*    border-top: 2px solid #f47934;*/
    border-radius: 10px 10px 10px 10px;
}

/**********************
PORTFOLIO SECTION
***********************/

.project {
	position: relative;
	width: 300px;
	height: 340px;
	overflow: hidden;
	outline: none;
}

.project:hover .description {
	transform: translateY(-100%);
}

.project img {
	width: 100%;
}


.project .description {
	position: absolute;
	width: 100%;
	height: 240px;
	padding: 50px 20px 50px;
	background: #f47934;
	color: #ffffff;
	text-align: center;
	transition: all .3s ease-out;
}

.project .description p {
	margin-top: 15px;
    font-size: 15px;
    text-align: center;
}

.project .description .social-list {
	margin-top: 54px;
}


/**********************
SERVICES SECTION
***********************/

#services {
	padding: 10px 0;
        box-shadow: inset 0px 0px 10px 2px rgba(255, 255, 255, 0.11);
    padding-bottom: 40px;
/*    background: linear-gradient(180deg,#16245f 0%,#091546 100%);*/
    background: linear-gradient(180deg,#0e0e0e 0%,#000000 100%);
}

.service {
/*	background: #13215a;*/
    background: transparent;
	padding: 50px 5px 40px;
	text-align: center;
}

.service .separator {
	width: 30px;
	height: 2px;
	background-color: #f47934;
	margin: 25px auto 0;
}

.service h5 {
	margin-top: 25px;
	color: #f47934;
}

.service p {
/*	margin-top: 5px;*/
    text-align: justify;
    color: #707070;
/*    padding-top: 15px;*/
}

/**********************
CLIENTS SECTION
***********************/

#clients {
    background: #fff;
	padding: 80px 0 40px;
}

.clients-content {
	text-align: center;
}

.clients-content blockquote {
	color: #231f20;
	font-size: 15px;
	margin-top: 37px;
}

.clients-content blockquote footer {
	margin-top: 30px;
	color: #999999;
}

.clients-content blockquote footer:before {
	content: '';
}

.clients-logs-container {
	margin-top: 30px;
	text-align: center;
}


/**********************
CONTACT SECTION
***********************/

#contact {
/*	background-color: #101012;*/
/*    background: linear-gradient(180deg,#16245f 0%,#091546 100%);*/
    background: linear-gradient(180deg,#0e0e0e 0%,#000000 100%);
	color: #ffffff;
	padding: 55px 0 58px;
}

.contact-subsection {
	border: 1px solid #707070;
	text-align: center;
	min-height: 500px;
	box-sizing: border-box;
}

#about-subsection {
/*	padding: 95px 92px 74px;*/
    padding: 90px 60px 50px;
    box-shadow: 6px 8px 32px black;
    border: 1px solid transparent;
}

#about-subsection h2:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #f47934;
	margin: 20px auto 0;
}

#about-subsection p {
	margin-top: 54px;
}

#form-subsection {
	padding: 95px 70px 79px;
	overflow: hidden;
    box-shadow: 6px 8px 32px black;
    border: 1px solid transparent;
}

#form-subsection .email-label {
	margin-top: 28px;
}

#form-subsection input {
	padding: 0 5px;
	height: 33px;
    border-radius: 5px;
}

#form-subsection .message-label {
	margin-top: 60px;
}

#form-subsection textarea {
	margin: 0;
	padding: 0 5px;
/*	border: 0;*/
	box-sizing: border-box;
	resize: none;
	font-size: 15px;
	line-height: 50px;
	vertical-align: bottom;
/*	background: linear-gradient(transparent 49px, #707070 1px);*/
	background-size: 100% 50px;
	background-repeat: repeat-y;
    border-radius: 5px;
}

#form-subsection textarea:focus,
#form-subsection textarea:active {
/*	background: linear-gradient(transparent 49px, #ffffff 1px);*/
	background-size: 100% 50px;
	background-repeat: repeat-y;
}

#form-subsection .btn-default {
	color: #f47934;
	background: transparent;
/*	border: 0;*/
	border-color: #f47934;
	border-radius: 5px;
	padding: 7px 20px;
	margin-top: 38px;
	outline: none;
	box-shadow: none;
}

#form-subsection .btn-default:hover,
#form-subsection .btn-default.active.focus, 
#form-subsection .btn-default.active:focus, 
#form-subsection .btn-default.active:hover, 
#form-subsection .btn-default:active.focus, 
#form-subsection .btn-default:active:focus, 
#form-subsection .btn-default:active:hover {
	color: #fff;
    background: #f46a1c;
    box-shadow: 1px 2px 5px 1px #151414;
}

/**********************
FOOTER SECTION
***********************/

#footer {
/*    background: linear-gradient(180deg,#15235e 0%,#0a1647 100%);*/
    background: linear-gradient(180deg,#0e0e0e 0%,#000000 100%);
/*	background: #191a1a;*/
	color: #ffffff;
	padding: 20px 0;
    position: absolute;
    width: 100%;
}

#footer .copyright {
/*	font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

#footer .social-list {
	float: right;
}

/**********************
HELPER CLASSES
***********************/

.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (max-width: 1199px) {
	
	/**********************
	CONTACT SECTION
	***********************/
	
	#about-subsection, #form-subsection {
		padding: 95px 70px 70px;
		min-height: 560px;
	}

}

@media only screen and (max-width: 991px) {

	/**********************
	SERVICES SECTION
	***********************/
    .service:not(first-of-type) {
/*        margin-top: 30px;*/
    }

    /**********************
	CONTACT SECTION
	***********************/

	#about-subsection, #form-subsection {
		padding: 80px;
		min-height: auto;
	}

	#form-subsection {
		margin-top: 55px;
	}

}
@media only screen and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
        padding: 30px 12px;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
        padding: 30px 12px;
	}
}

@media only screen and (max-width: 767px) {
	
	/**********************
	DEFAULT
	***********************/

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
	}

	/**********************
	NAVBAR
	***********************/

	.navbar-default .navbar-nav {
		text-align: center;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 20px 0;
	}

	/**********************
	HOME SECTION
	***********************/
	
	.home-content {
		transform: translateY(-55%);
	}
	
	.home-content .h1,
	.home-content h2 {
		font-size: 42px;
	}

	/**********************
	SERVICES SECTION
	***********************/
    .service {
        padding: 30px;
    }

	/**********************
	CLIENTS SECTION
	***********************/
	.single-client-container:not(first-of-type) {
		margin-top: 20px;
	}

	/**********************
	CONTACT SECTION
	***********************/

	#about-subsection, #form-subsection {
		padding: 60px 30px;
		min-height: auto;
	}


	/**********************
	FOOTER SECTION
	***********************/
	#footer {
		text-align: center;
	}

	#footer .social-list {
		float: none;
		margin-top: 45px;
	}

}

@media only screen and (max-width: 575px) {

	/**********************
	HOME SECTION
	***********************/

	.home-content .btn {
		display: block;
		margin: 0 auto;
	}

	.home-content .btn-primary {
		margin-top: 30px;
	}

}

/*
@media (min-width: 2301px){
    .section{
        height: 1110px;
    }
}
@media (min-width: 1922px) and (max-width: 2300px){
    .section{
        height: 950px;
    }
}
@media (min-width: 1721px) and (max-width: 1921px) {
    .section{
        height: 810px;
    }
}
@media (min-width: 1400px) and (max-width: 1720px){
    .section{
        height: 720px;
    }
}
@media only screen and (max-width: 1200px) {
    .section{
        height: 490px;
    }
}
@media only screen and (max-width: 1000px) {
    .section{
        height: 420px;
    }
}
@media only screen and (max-width: 850px) {
    .section{
        height: 350px;
    }
}
@media only screen and (max-width: 768px) {
    .section{
        height: 340px;
    }
}
@media only screen and (max-width: 660px) {
    .section{
        height: 300px;
    }
}
@media only screen and (max-width: 590px) {
    .section{
        height: 265px;
    }
}
@media only screen and (max-width: 500px) {
    .section{
        height: 225px;
    }
}
@media only screen and (max-width: 425px) {
    .section{
        height: 185px;
    }
}
@media only screen and (max-width: 375px) {
    .section{
        height: 165px;
    }
}
@media only screen and (max-width: 350px) {
    .section{
        height: 140px;
    }
}*/
