body, html {
	width: 100%;
	height: 100%
}
body {
	font-family: museo300, 'Helvetica Neue', Arial, sans-serif
}
hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #69a9d9
}
hr.light {
	border-color: #fff
}
a {
	color: #69a9d9;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
a:hover {
	color: #69a9d9
}
h1, h2, h3, h4, h5, h6 {
	font-family: museo_sans500, 'Helvetica Neue', Arial, sans-serif
}
strong {
	font-family: museo700, 'Helvetica Neue', Arial, sans-serif
}
/*Fonts*/
@font-face {
	font-family: 'museo300';
	src: url(../fonts/Museo300-Regular-webfont.eot);
	src: url('../fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo300-Regular-webfont.woff2') format('woff2'), url('../fonts/Museo300-Regular-webfont.woff') format('woff'), url('../fonts/Museo300-Regular-webfont.ttf') format('truetype'), url('../fonts/Museo300-Regular-webfont.svg#museo300') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo500';
	src: url('../fonts/Museo500-Regular-webfont.eot');
	src: url('../fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo500-Regular-webfont.woff2') format('woff2'), url('../fonts/Museo500-Regular-webfont.woff') format('woff'), url('../fonts/Museo500-Regular-webfont.ttf') format('truetype'), url('../fonts/Museo500-Regular-webfont.svg#museo500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo700';
	src: url('../fonts/Museo700-Regular-webfont.eot');
	src: url('../fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo700-Regular-webfont.woff2') format('woff2'), url('../fonts/Museo700-Regular-webfont.woff') format('woff'), url('../fonts/Museo700-Regular-webfont.ttf') format('truetype'), url('../fonts/Museo700-Regular-webfont.svg#museo700') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans500';
	src: url('../fonts/MuseoSans_500-webfont.eot');
	src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans_500-webfont.woff2') format('woff2'), url('../fonts/MuseoSans_500-webfont.woff') format('woff'), url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'), url('../fonts/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
	font-weight: normal;
	font-style: normal;
}
.bg-primary {
	background-color: #69a9d9!important
}
.bg-dark {
	background-color: #212529!important
}
.text-faded {
	color: rgba(255,255,255,.7)
}
section {
	padding: 8rem 0
}
.section-heading {
	margin-top: 0
}
::-moz-selection {
color:#fff;
background:#212529;
text-shadow:none
}
::selection {
	color: #fff;
	background: #212529;
	text-shadow: none
}
img::selection {
	color: #fff;
	background: 0 0
}
img::-moz-selection {
color:#fff;
background:0 0
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#mainNav {
	border-bottom: 1px solid rgba(33,37,41,.1);
	background-color: #fff;
	font-family: museo_sans500, 'Helvetica Neue', Arial, sans-serif;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
#mainNav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: #69a9d9;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #69a9d9
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #212529
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #69a9d9
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
	color: #69a9d9!important;
	background-color: transparent
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
	background-color: transparent
}

@media (max-width:479px) {
#mainNav .navbar-brand img {
	height: 20px;
	width: auto;
}
}

@media (max-width:576px) {
#about {
	background: url(../img/paper-fibers.png) repeat !important;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.about-mobile {
	display: block !important;
	clear: both !important;
	width: 100% !important;
	margin-top: -7rem;
}
/*#about section {
	padding-bottom: 4rem !important;
}*/
}

@media (max-width:767px) {
.carousel-caption {
	width: 70%;
}
#services .presentation {
	bottom: -10%!important;
}
.carousel-indicators {
	bottom: -17%!important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
header.masthead {
	padding-top: 0;
	padding-bottom: 0;
	background: url(../img/header-veritas.jpg)!important;
	background-position: center center!important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#clients {
	background: url( ../img/bg-clientes.jpg)!important;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
}

@media (min-width:992px) {
#mainNav {
	border-color: transparent;
	background: rgba(255,255,255,0.95);
}
#mainNav .navbar-brand {
	color: rgba(255,255,255,.7)
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fff
}
#mainNav .navbar-nav>li.nav-item>a.nav-link {
	padding: .5rem 1rem
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
	color: #868585;/*color: rgba(255,255,255,.7);*/
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #69a9d9;/*color: #fff;*/
}
#mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33,37,41,.1);
	background-color: #fff
}
#mainNav.navbar-shrink .navbar-brand {
	color: #878787;
}
#mainNav.navbar-shrink .navbar-brand span {
	color: #0c4a6e;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
	color: #69a9d9
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
	color: #868585;/*color: #212529;*/
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #69a9d9
}
}
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background: url(../img/header-veritas.jpg) fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px
}
header.masthead h1 {
	font-size: 2rem;
	animation-delay: 1s;
}
header.masthead p {
	font-weight: 300;
	animation-delay: 2s;
}

@media (min-width:768px) {
header.masthead p {
	font-size: 1.15rem
}
}

@media (min-width:992px) {
header.masthead, #about, #services, #clients, #contact {
	height: 100vh;
	min-height: 650px;
	padding-top: 0;
	padding-bottom: 0
}
header.masthead h1 {
	font-size: 3rem
}
}

@media (min-width:1200px) {
header.masthead h1 {
	font-size: 4rem
}
}

@media (min-width:1441px) {
.carousel-caption {
	width: 35%;
}
}
.service-box {
	max-width: 400px
}
.text-primary {
	color: #69a9d9!important
}
.btn {
	text-transform: uppercase;
	border: none;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}
.btn-xl {
	padding: 1rem 2rem
}
.btn-primary {
	background-color: #69a9d9;
	border-color: #69a9d9
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #0c4a6e!important
}
.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(240,95,64,.5)!important
}
/*Sections*/
#about {
	background-image: url( ../img/bg-somos.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#about h2 {
	margin-bottom: 1.5rem;
	color: #878787;
	animation-delay: 1s;
	transition-delay: initial;
}
#about span {
	color: #69a9d9;
}
.about-mobile {
	display: none;
}
#services {
	background: #2c4b6d;
	text-align: center;
}
#services h2 {
	padding: 30px;
}
#services .icon {
	height: 80px;
	width: auto;
}
#services .presentation {
	color: #69a9d9;
	position: absolute;
	right: 0;
	bottom: 20%;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
#clients {
	background: url( ../img/bg-clientes.jpg) fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
#clients h2 {
	color: rgba(255,255,255,1.00);
	margin-bottom: 1.5rem;
}
#clients .logos {
	margin: 50px 0;
}
#contact {
	background-image: url( ../img/bg-contacto.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: museo500, 'Helvetica Neue', Arial, sans-serif;
}
#contact h3 {
	width: 80%;
	padding-bottom: 2rem;
	border-bottom: #69a9d9 3px solid;
	margin-bottom: 2rem;
}
#contact p {
	padding-bottom: 2rem;
}
#contact i {
	margin-right: 10px;
}
#contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact ul li a {
	color: #212529;
}
#contact ul li a:hover {
	color: #0c4a6e;
}
#contact textarea {
	height: 115px;
}
#contact .send {
	color: #69a9d9;
	font-size: 1.75rem;
	margin-bottom: 30px;
}
footer {
	padding: 25px 0;
	font-family: museo_sans500, 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.75rem;
	text-align: center!important;
	text-transform: uppercase;
}
/*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-phone:before {
	content: "\f095"
}
.fa-map-marker:before {
	content: "\f041"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
/*Animated*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
