/* ------ P A L E T A   D E   C O L O R E S   ------

azul (letras)			rgba(13, 12, 51, 1)			#0d0c33
azul (engrane)			rgba(0, 63, 94, 1)			#003f5e
azul-gris (llave)		rgba(56, 68, 80, 1)			#384551
gris (body)				rgba(241, 241, 241, 1)		#f1f1f1

------ P A L E T A   D E   C O L O R E S   ------ */



/* ----- G E N E R A L E S ----- */
@font-face {
    font-family: 'Khand-SemiBold';
    src: url(../fonts/Khand-SemiBold.ttf) format('truetype');
}
@font-face {
	font-family: 'PT_Sans-Web-Regular';
    src: url(../fonts/PT_Sans-Web-Regular.ttf) format('truetype');
}

html, body, input {
	height: 100%;
	font-family: 'PT_Sans-Web-Regular';
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
}

.we-are, .stats, .services, .portfolio, .contact {
	width: 100%;
	padding: 3em 0 2em 0;
}
.container {
	padding: 2em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Khand-SemiBold';
	letter-spacing: 2px;
	margin: 0;
}

h1.title {
	text-align: center;
	font-weight: 100;
	font-size: 45px;
	letter-spacing: 3px;
	color: #003f5e;
}

h1.white {
	color: #fff;
	text-shadow:
    	3px 3px 0 #003f5e,
    	-1px -1px 0 #003f5e,  
    	1px -1px 0 #003f5e,
    	-1px 1px 0 #003f5e,
    	1px 1px 0 #003f5e;
}

p.paragraph {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
/* Global Styles (template) */
.push50{
margin-top: 50px;
}
.filter {
cursor:pointer;
}
/* ----- G E N E R A L E S ----- */



/* ----- V E G A S   C S S   F O R   S L I D E S H O W ----- */
.vegas-loading {
	border-radius: 10px;
	background: #000;
	background: rgba(0,0,0,0.7);
	background: url(../img/loading.gif) no-repeat center center; /* Loading Gif by http://preloaders.net/ */
	height: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 32px; 
	z-index: 0;
}

.vegas-overlay {
	background: transparent url(overlays/01.png);
	opacity: 0.5;
	z-index: -1;
}

.vegas-background {
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: -2;
}

.vegas-overlay,
.vegas-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color:#f1f1f1;
  background:rgba(0, 0, 0, 0.48);
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}
#Grid .mix{
    opacity: 0;
    display: none;
	max-height:230px;
}

/* slogan */
#slogan {
	margin-top: 1em;
}

/* boton comienzo */
.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}
.btn-top {
color:#f1f1f1;
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.57);
border-color:#cccccc;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* // boton comienzo */
/* ----- // V E G A S   C S S   F O R   S L I D E S H O W ----- */



/* ----- B A R R A   D E   M E N U ----- */
#nav {
margin-bottom:-20px;
}
.navbar {
border-radius:0px !important;
}
.navbar-new {
  background-color: rgba(0, 0, 0, 0.6);
}
.menu-container {
	background: rgba(0, 0, 0, .5);
	padding: 0 20px;
}
.navbar-new .navbar-brand {
  color: #f1f1f1;
}
.navbar-new .navbar-text {
  color: #f1f1f1;
}
.navbar-new .navbar-nav > li > a {
  color: #f1f1f1;
}
.navbar-new .navbar-nav > li > a:hover,
.navbar-new .navbar-nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar-new .navbar-toggle {
  border-color: #dddddd;
}
.navbar-new .navbar-toggle:hover,
.navbar-new .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-new .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-new .navbar-collapse,
.navbar-new .navbar-form {
  border-color: #e6e6e6;
}
.navbar-new .navbar-nav > .dropdown > a:hover .caret,
.navbar-new .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-new .navbar-nav > .open > a,
.navbar-new .navbar-nav > .open > a:hover,
.navbar-new .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-new .navbar-nav > .open > a .caret,
.navbar-new .navbar-nav > .open > a:hover .caret,
.navbar-new .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-new .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* collapsed */
@media (max-width: 767px) {
  .navbar-new .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-new .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-new .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-new .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-new .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-new .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-new .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-new .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-new .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* // collapsed */

.navbar-new .navbar-link {
  color: #777777;
}
.navbar-new .navbar-link:hover {
  color: #333333;
}
/* ----- B A R R A   D E   M E N U ----- */



/* ----- A C E R C A   D E -----*/
.we-are {
	background: #f1f1f1;
}
.we-are-main {
    position: relative;
}
.we-are-rights img {
	width: 90%;
	margin: 0 auto;
}
.we-are-left {
    padding: 2em;
}
.we-are-left h3 {
	color: #003f5e;
	margin-top: 20px;
}
.we-are-left a {
    font-size: 1em;
    color: #FFF;
    background:#789240;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 1.2em;
}
.we-are-left a:hover {
    background:#7d0100;
}
/* ----- // A C E R C A   D E -----*/



/* ----- C O U N T E R   S T A T S ----- */
.stats {
	background: rgba(0, 0, 0, 0.6);
}
.stats_grid {
  float: left;
  text-align: center;
  margin-bottom: 2em;
}
.stats_grid .stats_grid-content {
	width: 100%;
}
.stats_grid .stats_grid-content div {
  width: 60%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, .65);
  color: #f1f1f1;
  font-weight: 700;
  font-size: 60px;
  border: solid 1px #fff;
  border-radius: 80px 5px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 15px blue, 0 0 40px #0ffffb;
}
.stats_grid .stats_grid-content h2 {
	margin-top: 20px;
	color: white;
    text-shadow: 2px 2px 4px black;
}
/* ----- // C O U N T E R   S T A T S ----- */



/* -----   S E R V I C I O S   ----- */
.services {
	background: #f1f1f1;
}
.services_grid {
	display: block;
	padding: 1em;
}
.services_grid-content {
	display: block;
	position: relative;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}

.services_grid-content p {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	width: 100%;
	height: 3em;
	top: calc(100% - 3em);
	left: 0;
	padding: .25em;
	margin: 0;
	background: rgba(0, 63, 94, .6);
	color: #fff;
	font-weight: 500;
	letter-spacing: .15em;
	text-transform: uppercase;
}
/* -----   // S E R V I C I O S   ----- */



/* ----- G A L E R Í A ----- */
.portfolio {
background: #f1f1f1;
}		
/* gallery */
.gallery {
    overflow: hidden;
	text-align: center;
}
.gallery:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.gallery .mix {
    color: #FFFFFF;
    display: none;
    font-size: 30px;
    margin: 0 0 30px;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.gallery .mix.full {
    height: auto;
}
.gallery a.mix-cover img {
    width: 100%;
	
}
.gallery a.mix-cover, .gallery span.cover {
    background-color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    display: block;
    overflow: hidden;
}
.gallery.portfolio a.mix-cover, .gallery.portfolio a.mix-cover .overlay {
    border-radius: 4px;
}
.gallery .mix a img, .gallery .mix a span.overlay {
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.gallery a.mix-cover {
    position: relative;
    transition: top 0.5s ease 0s;
}
.gallery span.cover {
    background-color: #F4D432;
    position: absolute;
    top: -100%;
}
.gallery span.cover span {
    color: #FFFFFF;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    right: 0;
    top: 50%;
}
img.placeholder {
    height: 100%;
    width: 100%;
}

/* Overlay */
.overlay {
    background-color: rgba(0, 0, 0, 0.48);
    border: 0 solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 9;
	height:100%;
	width:100%;
	cursor:pointer;
}
.overlay:hover {
    opacity: 1;
}
.overlay i, .overlay span.title {
    color: #FFFFFF;
    font-size: 40px;
    position: relative;
    top: -60px;
    transition: all 0.3s ease 0s;
}
.overlay span.title {
    font-size: 30px;
}
.overlay:hover i, .overlay:hover span.title {
    top: 10px;
}

span.valign {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/* ----- // G A L E R Í A ----- */



/* ----- C O N T A C T O ----- */
#contact {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.79);
	color: #f1f1f1;
	padding:50px 0;
	border-top: 1px solid #D1D1D1 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  	*zoom: 1;
  	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.contact ul {
	list-style-type: none;
}

.contact ul li {
	margin: 10px 0;
}

.contact ul li i {
	margin-right: 10px;
}

.contact fieldset button {
	display: block;
	width: 150px;
	margin: 30px auto;
	border: solid 1px #fff;
	background: transparent;
	transition: ease-in .3s;
	transition-property: all;
}
.contact fieldset button:hover {
	background: #003f5e;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.75);
	box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.75);
	border: solid 1px transparent;
	transition: ease-in .3s;
	transition-property: all;
}

.contact ul li a {
	text-decoration: none;
	transition: ease-in .1s;
}
.contact ul li a:hover {
	color: #fff;
	transition: ease-in .1s;
}

.modal-body {
	width: 0 auto !important;
	height: auto !important;
}
.modal-dialog {
	width: 60% !important;
}
/* ----- // C O N T A C T O ----- */



/* ----- F O O T E R ----- */
.footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  background: #003f5e;
  border-top: solid 1px #f1f1f1;
  font-size: 14px;
  color: #f1f1f1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}
/* ----- // F O O T E R ----- */





/* - - - - - - - - - -   D I S E Ñ O   R E S P O N S I V E   - - - - - - - - - - */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	.navbar-brand {
		margin-left:20px;
	} 
	.navbar-toggle {
		margin-right:25px;
	} 
	#Grid .mix{
		margin-left:-25px;
	}
}

@media (max-width: 630px) {
	#logo{
		width: 100%;
	}
	#eslogan{
		font-size: 20px;
	}
	.services_grid-content p {
		height: 100%;
		top: 0;
	}
}