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

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


body {
	font-family: Open Sans;
	padding-top: 80px;
	background-color: #FFF;
	font-weight: 400;
}

::selection{
	background-color: #00458c;
	color: #0080fa;
}


/* @group Basics */

p, li, h1, h2, h3, h4, h5, h6{
	-webkit-transform: translateZ(0px);
}

p{
	line-height: normal;
	font-size: 1em;
}

.center {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}


.ptb {padding-top: 50px; padding-bottom: 50px;}
.ptb2 {padding-top: 100px; padding-bottom: 100px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.btn-primary{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	border: none;
	border-radius: 3;
	background: #0160a8;
	color: #ffffff;
	margin: 20px 0;
	padding: 10px;
	
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
	letter-spacing: 1px;
}
.btn-primary:hover {
	color: #fff;
	background: #005293;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;

}

.azul{
	color: #0160a8 !important;
}

/* @end */

/* @group Nav */

.navbar-header{
	min-height: 90px;
}

.navbar-default{
	background-color: #FFF;
}

.navbar-brand{
	float:left;
	padding: 20px;
}

#navbar{
	margin-top: 30px;
	margin-bottom: 15px;
}

#navbar li a{
	color: #0160a8;
	border: 1px solid #fff;
	background-color: #fff;
	text-transform: uppercase;
	padding: 10px 12px;
	margin-right: 2px;
	border-radius: 4px;
	-webkit-transition: all ease-in-out 200ms;
  	-moz-transition: all ease-in-out 200ms;
  	-o-transition: all ease-in-out 200ms;
  	transition: all ease-in-out 200ms;
	font: bold .875em 'Montserrat', sans-serif;
	
}

#navbar li a:hover{
	color: #0499d9;
	border-color: #F0F3F5;
	background: #F0F3F5;
	-webkit-transition: all ease-in-out 200ms;
  	-moz-transition: all ease-in-out 200ms;
  	-o-transition: all ease-in-out 200ms;
  	transition: all ease-in-out 200ms;
  	
}



.navbar-toggle {
	background-color: #0160a8;
	border: 1px solid #FFF !important;
		
}

.navbar-toggle:hover {
	background-color: #0499d9 !important;
	border: 1px solid #FFF !important;
	
}

.icon-bar{
	background-color: #FFF !important;
}

/* @end */

/* @group heading */

.heading h2{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.75em;
	font-weight: 700;
	margin-bottom: 20px;
}

.heading h6{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	line-height: normal;
	padding-bottom: 20px;
	
}



/* @end */



/* @group Inicio */

#inicio{
	color: #FFF;
	min-height: 600px;
	background: #005293 url(../images/cover2.jpg) center center;
	background-size: cover;
	text-align: center;
}

#inicio h1{
	padding-top: 20%;
	text-transform: uppercase;
	
	font: 1.5em/1.5em 'Montserrat', sans-serif;
	letter-spacing: 2px;
}

/* @end */

/* @group Nosotros */

#nosotros, #calidad{
	background: #EEE;
}

#nosotros h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	
	font-size: 1em;
	font-weight: 700;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 20px;
}

#nosotros p{
	margin-bottom: 15px;
}

#object{
	background-color: #fe5652;
	visibility: hidden;
}

/* @end */

/* @group Servicios */

#servicios{
	background-color: #000;
	color: #FFF;
	background-image: url(../images/bg2.jpg);
	background-size:cover;
}


#servicios h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	line-height: normal;
	padding-bottom: 20px;
	color: #0499d9;
}

.lb-data .lb-caption{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	font-weight:400;
	line-height:2em;
	text-transform: uppercase;
}


/* @end */


/* @group Portafolio */

.thumbnail:hover{
	-webkit-box-shadow: 0 0 25px 0 #0499d9;
	box-shadow: 0 0 25px 0 #0499d9;
	-webkit-transition: all ease-in-out 200ms;
  	-moz-transition: all ease-in-out 200ms;
  	-o-transition: all ease-in-out 200ms;
  	transition: all ease-in-out 200ms;

}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
    color: #0160a8;
}

.portfolio-modal .modal-content h3 {
	text-align: center;
}

.portfolio-modal .modal-content h4 {
	font-size: 1.25em;
	line-height: normal;
}

.portfolio-modal .modal-content p {
    margin-bottom: 16px;
	text-align: center;
}
.portfolio-modal .modal-content ul li {

	text-align: left;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/* @end */

/* @group Clientes */


#clientes{
	background-image: url(../images/bg1.jpg);
	background-size:cover;
	color: #FFF;
	background-color: #000;
}

#clientes h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	line-height: normal;
	padding-bottom: 20px;
	color: #0499d9 !important;
}

.cliente{
	padding: 0 30px 30px;
}

.cliente h2{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: 700;
	line-height: normal;
	color: #0499d9;
	text-align: center;
}

.cliente h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.cliente p{
	text-transform: uppercase;
	font-size: .75em;
	line-height: normal;
	text-align: center;
	color: #AAA;

}

.cliente ul{
	text-transform: uppercase;
	font-size: .875em;
	line-height: normal;
	font-weight: bold;
}

/* @end */

/* @group Bottom */

#bottom{
	color: #FFF;
	
	background: #0160a8;
}

#bottom h2{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 30px;
}

#bottom p{
	font-size: 1em;
}

#bottom a{
	color: #0499d9;
	text-decoration: none;
}

#bottom a:hover{
	color: #FFF;
	text-decoration: none;
}

/* @end */

/* @group Footer */

footer{
	font-weight: bold;
}

footer p{
	color: #150e40;
	font: 0.875em 'Montserrat', sans-serif;
	text-transform: uppercase;
}

footer a{
	color: #0499d9;
	-webkit-transition: all ease-in-out 200ms;
  	-moz-transition: all ease-in-out 200ms;
  	-o-transition: all ease-in-out 200ms;
  	transition: all ease-in-out 200ms;
}

footer a:hover{
	color: #0160a8;
	text-decoration: none;
	-webkit-transition: all ease-in-out 200ms;
  	-moz-transition: all ease-in-out 200ms;
  	-o-transition: all ease-in-out 200ms;
  	transition: all ease-in-out 200ms;
}

/* @end */

/* @group Formulario */

#contacto{
	background-color: #0499d9;
	color: #FFF;
}

.contact-form .success,
.contact-form .error {
	display: none;
}

.contact-form .input-box,
.contact-form .textarea-box {
	margin-bottom: 10px;
	margin-top: 10px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #727272;
	padding-left: 12px;
	font-size: inherit;
	line-height: auto;
}

.contact-form .input-box {
	min-height: 50px;
}

.contact-form .textarea-box {
	min-height: 150px;
	-webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
	color: #323232;
}

.contact-form .btn {
	margin-top: 25px;
}

/* @end */



/* @group Plus Round */

.plus-round{
	list-style: none;
	text-align: left;
}

.plus-round li{
  margin-left: -40px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.plus-round li:hover{
	color: #0499d9;
}

.plus-round li:before{
  content: "\f216";
  position: absolute;
  left: 0;
  margin-top: -5px;
  font-family: "Ionicons";
  font-size: 24px;
  display: inline-block;
  width: 40px;
  height: 40px;
	color: #0499d9;
	font-weight: normal;
}

/* @end */

/* @group Check Round */

.check-round{
	list-style: none;
}

.check-round li{
  margin-left: -20px;
  margin-bottom: 30px;
  padding-left: 90px;
}

.check-round li:before{
  content: "\f120";
  position: absolute;
  left: 0;
  font-family: "Ionicons";
  font-size: 30px;
  color: #111;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
}

/* @end */


