/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Raleway', Arial, sans-serif;
}
hr {
	border-color: #0772c5;
	border-width: 3px;
	max-width: 50px;
}
hr.light {
	border-color: white;
}


#homeHeading{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity:0;
	margin-top:-40px;
	margin-bottom:40px;
	transition-delay: 0.5s;
}


#homeHeading.gogo{
	opacity:1;
	margin-top:0px;
	margin-bottom:0px;
}


#homeHeading2{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity:0;
	margin-left:-60px;
	margin-right:60px;
	transition-delay: 0.7s;
	color: #CBFFFA;

}


#homeHeading2.gogo{
	opacity:1;
	margin-left:0px;
	margin-right:0px;
}

a {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	color: #0772c5;
}
a:hover, a:focus {
	color: #20A0D0;
}

a.web {
	font-weight: 600;
}
a.web:hover, a.web:focus {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Play', Arial, sans-serif;
}

h1 {
	text-transform: uppercase;
}
p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.bg-primary {
	background-color: #0772c5;
}
.bg-dark {
	background-color: #0772c5;
	color: white;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

.back-to-top:focus {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #0772c5;
	color: #fff;
}

#subscribe {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../img/subscribe-bg.jpg) center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 0px;
}

#subscribe .subscribe-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

#subscribe .subscribe-text {
	color: #fff;
}

#subscribe .subscribe-btn-container {
	text-align: center;
	padding-top: 20px;
}

#subscribe .subscribe-btn {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
}

#subscribe .subscribe-btn:hover {
	background: #00AA4F;
	border: 2px solid #00AA4F;
}

#subscribe .transparencia {
	background-color: rgba(0,0,0,0.7);
	padding: 80px 0;
}

#about {
	background: #fff;
	padding: 100px 0 150px 0;
}

#about h2.about-title {
	font-size: 23px;
}

#about .about-container {
	/* background: url(../../img/nosotros.jpg2) left top no-repeat;
	 background-size: 50% 100%;
	 background-position: left top, right top;*/
}

#about .about-img {
	background: url(../../imgs/nosotros.jpg) 50% 80% no-repeat;
	background-size: contain;
	position: relative;

	min-height: 300px;


}


@media (min-width: 767px) {
	#about .about-img {
		background: url(../../imgs/nosotros.jpg) 50% 80% no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		right: 50%;
		bottom: 0;
	}
}


#about .about-content.fullh {
	min-height: 320px
}

#about .about-content {
	background: #fff;
	padding-left: 20px
}

#about .about-title {
	color: #333;
	font-weight: 700;
	font-size: 28px;
}

#about .about-text {
	line-height: 23px;
}

#about .about-text:last-child {
	margin-bottom: 0;
}

.text-faded {
	color: rgba(255, 255, 255, 1);
}
section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	/*background-image: url(../../temp/white-background-retro-shapes.jpg);*/
}
aside {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.navbar-default {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
	font-family: 'Play', Arial, sans-serif;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	background-color: #0772c5;
}
.navbar-default .navbar-header .navbar-brand {
	color: #0772c5;
	font-family: 'Play', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
	color: #20A0D0;
}
.navbar-default .navbar-header .navbar-toggle {
	font-weight: 700;
	font-size: 12px;
	color: #222222;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	color: #222222;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
	color: #0772c5;
}
.navbar-default .nav > li.active > a, li.active > a:hover, .navbar-default .nav > li.active > a:focus {
	color: #FFFFFF !important;
	background-color: #0772c5;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
	color: #FFFFFF !important;
	background-color: #0772c5;	
}
.navbar-default .nav > .navbar-default .nav > li.active > a:focus:hover {
	background-color: transparent;
	
}
@media (min-width: 768px) {
	.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: #FFFFFF !important;
		background-color: transparent;
	}
	.navbar-default {
		/* background-color: transparent; */
		background-color: rgba(0,0,0,0.4);
		border-color: rgba(255, 255, 255, 0.3);
	}
	.navbar-default .navbar-header .navbar-brand {
		color: rgba(255, 255, 255, 0.7);
	}
	.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
		color: white;
	}
	.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
		color: rgba(255, 255, 255, 0.7);
	}
	.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
		color: white;
	}
	.navbar-default.affix {
		background-color: #0772c5;
		border-color: rgba(255, 255, 255, 0.15);
		border: none;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		color: #0772c5;
		font-size: 14px;
	}
	.navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
		color: #20A0D0;
	}
	.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
		color: #FFFFFF;
	}
	.navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li.active > a, .navbar-default.affix .nav > li > a:focus:hover {
		color: #f6da40 !important;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: #f0f0f0;
	}

	.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
		color: rgba(255, 255, 255, 0.7);
		background-color: #0772c5
	}
}

header {
	position: relative;
	width: 100%;
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-color:#27A0E2;
	text-align: center;
	color: white;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
	z-index: 20;
}
header .header-content {
	position: relative;
	text-align: center;
	padding: 100px 15px 100px;
	width: 100%;
}
header .header-content .header-content-inner h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
}
header .header-content .header-content-inner hr {
	margin: 30px auto;
}
header .header-content .header-content-inner p {
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	header {
		min-height: 100%;
	}

	header.half {
		min-height: 60%;
	}

	header .header-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 50px;
	}
	header .header-content .header-content-inner {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	header .header-content .header-content-inner h1 {
		font-size: 50px;
	}
	header .header-content .header-content-inner p {
		font-size: 19px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
.section-heading {
	margin-top: 0;
}
.service-box {
	max-width: 400px;
	margin: 50px auto 0;
}
@media (min-width: 992px) {
	.service-box {
		margin: 20px auto 0;
	}
}
.service-box p {
	margin-bottom: 0;
}
.portfolio-box {
	position: relative;
	display: block;
	margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
	color: white;
	opacity: 0;
	display: block;
	background: rgba(7,130,197, 0.9);
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-family: 'Play', Arial, sans-serif;
	padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-box:focus {
	outline: none;
}
@media (min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px;
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 22px;
	}
}
.call-to-action h2 {
	margin: 0 auto 20px;
}
.text-primary {
	color: #0772c5;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.btn-default {
	color: #222222;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #e0e0e0;
	border-color: #ededed;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
	color: white;
	background-color: #222222;
}
.btn-primary {
	color: white;
	background-color: #0772c5;
	border-color: #0772c5;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: white;
	background-color: #20A0D0;
	border-color: #20A0D0;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #0772c5;
	border-color: #0772c5;
}
.btn-primary .badge {
	color: #0772c5;
	background-color: white;
}
.btn {
	font-family: 'Play', Arial, sans-serif;
	border: none;
	border-radius: 300px;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-xl {
	padding: 15px 30px;
}
::-moz-selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
::selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
img::selection {
	color: white;
	background: transparent;
}
img::-moz-selection {
	color: white;
	background: transparent;
}
body {
	webkit-tap-highlight-color: #222222;
}

a.linkFooter {
	color: #FFFFFF;
}

a.linkFooter:hover {
	text-decoration: none;
	color: #f6da40;
}

#clientes {
	padding: 50px 0px;
}

#clientes .col-lg-3 {
	padding: 30px;
}

.footerID {
	background-color: #222222;
	color: #FFFFFF;
	padding: 30px 0px;
}

.footerID h3 {
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 10px;
}

.footerID p {
	font-size: 15px;
	color: #d6d6d6;
}

#pieClientes img {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	margin-left: 2px;
	display: inline-block;
}

@media (min-width: 768px) {
	#pieClientes img {
		margin-bottom: 18px;
		margin-bottom: 10px;
		height: 75px;
		margin-left: 3px;
	}

}

@media (min-width: 992px) {
	#pieClientes img {
		margin-top: 17px;
		margin-bottom: 12px;
		height: 85px;
		margin-left: 8px;
	}

}

@media (min-width: 1200px) {
	#pieClientes img {
		height: 58px;
		margin-left: 5px;
		margin-top: 17px;
		margin-bottom: 12px;
	}

}

.servicios img {
	display: block;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 10px;
}

.servicios h2 {
	font-size: 19px;
	min-height: 45px;
	color: #0772c5;
}

.cincoCeldas {
	text-align: center;
	vertical-align: top;
	padding: 0 10px;
	width: 20%;
	float: left;
	height: 250px;
	margin-bottom: 40px;
}
@media (max-width: 992px) {
	.cincoCeldas {
		text-align: center;
		vertical-align: top;
		padding: 0 10px;
		width: 25%;
		float: left;
		height: 250px
	}
}
@media (max-width: 767px) {
	.cincoCeldas {
		text-align: center;
		vertical-align: top;
		padding: 0 10px;
		width: 50%;
		float: left;
		height: 250px
	}
}
@media (max-width: 567px) {
	.cincoCeldas {
		text-align: center;
		vertical-align: top;
		padding: 0 10px;
		width: 50%;
		float: left;
		height: 250px
	}
}
.cincoCeldas h1 {
	font-family: Play;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 500;
	color: #0772c5
}

.Separador {
	height: 1px;
	border-bottom: solid 1px #ccc;
	margin: 80px 0 60px
}

.servicios .box {
	border: 1px solid #AAA;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.bg-primary .servicios .box {
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.InputTexto {
	color: #0772c5;
	font-size: 16px;
	border: 1px solid #0772c5;
	border-radius: 3px;
	padding: 8px 6px;
	margin-bottom: 5px;
	width: 100%
}
.InputTexto2 {
	color: #FFF;
	background-color: #0772c5;
	font-size: 16px;
	border: 1px solid #0772c5;
	border-radius: 3px;
	padding: 8px 6px;
	margin-bottom: 5px;
	width: 80px;
	text-align: center
}
.InputTexto3 {
	color: #FFF;
	background-color: #0772c5;
	font-size: 16px;
	border: 1px solid #0772c5;
	border-radius: 3px;
	padding: 8px 6px;
	margin-bottom: 5px;
	width: 120px;
	text-align: center
}
.InputTexto3:hover {
	color: #FFF;
	background-color: #27A0E2;
	font-size: 16px;
	border: 1px solid #0772c5;
	border-radius: 3px;
	padding: 8px 6px;
	margin-bottom: 5px;
	width: 120px;
	text-align: center;
	cursor: pointer
}
.InputAreaTexto {
	color: #0772c5;
	font-size: 16px;
	border: 1px solid #0772c5;
	border-radius: 3px;
	padding: 8px 6px;
	margin-bottom: 5px;
	width: 100%;
	height: 106px
}

.triangle-topleft {
	width: 0;
	height: 0;
	border-top: 100px solid #0781c5;
	border-right: 100px solid transparent;
	position: absolute;
	top: 0px;
	left: 0px;
}
.triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 100px solid #0781c5;
	border-left: 100px solid transparent;
	position: absolute;
	bottom: 0px;
	right: 0px;
}