/* FONTS */


@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-ExtraLight-webfont.eot');
    src: url('../fonts/TitilliumWeb-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-ExtraLight-webfont.woff2') format('woff2'),
         url('../fonts/TitilliumWeb-ExtraLight-webfont.woff') format('woff'),
         url('../fonts/TitilliumWeb-ExtraLight-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-ExtraLight-webfont.svg#titillium_webthin') format('svg');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Light-webfont.eot');
    src: url('../fonts/TitilliumWeb-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-Light-webfont.woff2') format('woff2'),
         url('../fonts/TitilliumWeb-Light-webfont.woff') format('woff'),
         url('../fonts/TitilliumWeb-Light-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-Light-webfont.svg#titillium_weblight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular-webfont.eot');
    src: url('../fonts/TitilliumWeb-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-Regular-webfont.woff2') format('woff2'),
         url('../fonts/TitilliumWeb-Regular-webfont.woff') format('woff'),
         url('../fonts/TitilliumWeb-Regular-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-Regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold-webfont.eot');
    src: url('../fonts/TitilliumWeb-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-SemiBold-webfont.woff2') format('woff2'),
         url('../fonts/TitilliumWeb-SemiBold-webfont.woff') format('woff'),
         url('../fonts/TitilliumWeb-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-SemiBold-webfont.svg#titillium_websemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}



/* FONT STYLES */

.black {color: #000; }
.gold {color: #eaa039; }

.xs {font-size: .6em;}
.s {font-size: .8em;}
.m {font-size: .9em;}
.l {font-size: 1.2em;}
.xl {font-size: 1.5em;}
.xxl {font-size: 1.8em;}
.xxxl {font-size: 2em;}

.spacing-min{letter-spacing: .02em;}

.tel {color: #eaa039; font-weight: bold;}
 
.font-thin {
	font-family: "Titillium Web", sans-serif;
	font-weight: 200;
}

.font-semibold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
}

.font-light {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
}


* {
	position: relative;
}

.breaker {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #2f2f2f;
	font-family: "Titillium Web", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
}

.justify-text {
	text-align: justify;
}

.navbar {
	background-color: #000;/*#e4e6e5;
	background-color: rgba( 228, 230, 229, .85 );*/
	border-bottom: 0 none;
	font-size: 14px;
	transition: .25s all linear;
}

.navbar.inv {
	/*background-color: rgba( 0, 0, 0, .5 );*/
	background-color: #000;
	border-bottom: 1px solid #bfbfbf;
}

.navbar .nav a {
	color: #e4e6e5;/*#5f5f5f;*/
	font-family: "Titillium Web", sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	/*font-family: "Great Vibes", sans-serif;
	font-size: 2.5em;
	font-weight: 600;*/
	transition: all .5 linear;
}

.navbar.inv a {
	color: #e4e6e5;
}


.navbar-responsive-collapse {
	margin: 0 auto;
	width: 90%;
}

.nav li {
	text-align: center;
	white-space: nowrap;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: inherit;
	outline: none;
}

.navbar-brand {
	padding: 8px;
}

.active-menu {
	background-color: #e4e6e5;/*#4e4e4e;*/
	content: '.';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .005 ease;/*linear;*/
	width: 1%;
	z-index: 9;
}

.inv .active-menu {
	background-color: #e4e6e5;
}

.special-active-menu {
	z-index: 10;
}

#special-active-menu-1, #special-active-menu-2, #special-active-menu-3, #special-active-menu-4, #special-active-menu-5 { background-color: #e69200 !important; }

/* menubar icons margin right*/
.fa {margin-right: .3em;}
.fa-home {margin-right: .4em;}

/*
#special-active-menu-1,
#special-active-menu-6 {
	background-color: #4e4e4e !important;
}

#special-active-menu-2 {
	background-color: #d50000 !important;
}

#special-active-menu-3 {
	background-color: #4527a0 !important;
}

#special-active-menu-4 {
	background-color: #E65100 !important;
}

#special-active-menu-5 {
	background-color: #009688 !important;
}*/

@media (min-width: 768px) and (max-width: 991px) {
	#slide-4 .content-row h2 {
		min-height: 6em;
	}
}

@media (max-width: 767px) {
	
	.nav li {
		text-align: left;
		white-space: nowrap;
	}
	
	.navbar-responsive-collapse  {
		float: right;
		width: 100%;
	
	}
	
	.active-menu {
		display: none !important;
	}
	
	.navbar-toggle {
		margin-right: 10px;
	}
	
	.navbar {
		/*background-color: #e4e6e5 !important;*/
		padding: 0;
	}
	
	.navbar .nav a {
		color: #e4e6e5;
		font-size: 15px;
		padding-left: 0;
	}
	
	.icon .fa {
		margin-right: 12px;
	}
			
	.nav li[data-slide="1"],
	.nav li[data-slide="7"] {
		background-color: #2f2f2f;
	}
	
	.nav li[data-slide="2"] {
		background-color: #A900E6;
	}
	
	.nav li[data-slide="3"] {
		background-color: #d50000;
	}
	
	.nav li[data-slide="4"] {
		background-color: #4527a0;
	}
	
	
	.nav li[data-slide="5"] {
		background-color: #E65100;
	}
	
	.nav li[data-slide="6"] {
		background-color: #009688;
	}
	
	.navbar-brand {
		margin: 0;
		text-align: left;
	}
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.slide {
	background-position: center center;
	background-repeat: no-repeat;
	/*padding-bottom: 65px;
	padding-top: 50px;*/
	text-align: center;
}

.slide a {color: #e69200; }

#slide-1 {
	/*background-image: url('../img/bg1.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 0;
	padding-top: 50px;
	text-align: center;
	
	background-color: #000;
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
}

#slide-1 h1 {
	/*padding-top: 130px;*/
}


@media (max-width: 991px) {
	#slide-1 {
		/*background-position: -70% 0, 170% 0;*/
	}
}

@media (max-width: 767px) {
	#slide-1 {
		/*background-position: -70% 0, 170% 0;*/
		background-size: Auto 100%;
		/*background-image: none;*/
	}
}

	#home-row-1,
	#home-row-2 {
		padding-top: 25px;
	}
	
	#home-row-1 h1 {
		font-size: 54px;
	}
	
	#home-row-1 h4 {
		font-size: 32px;
	}
	
	#home-row-1 h5 {
		font-size: 20px;
	}
	
	#home-row-2 {
		font-size: 25px;
	}
	
	#home-row-2 .col-12 {
		height: 232px;
		padding-top: 30px;
	}
	
	#home-row-2 .col-12 .home-hover {
		height: 136px;
		overflow: hidden;
		padding-top: 26px;
		transition: all ease-in .5s;
	}
	
	#home-row-2 .col-12 .home-hover:hover {
		height: 136px;
		padding-top: 0;
	}
	

@media (max-width: 767px) {
	#home-row-1,
	#home-row-2 {
		padding-top: 16px;
	}
	
	#home-row-1 h1 {
		font-size: 35px;
	}
	
	#home-row-1 h4 {
		font-size: 21px;
	}
	
	#home-row-2 {
		font-size: 16px;
	}
}

.parallax_1 {
	/*margin-top: 50px;*/
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	background-image: url('../img/bg2.jpg');
	height: 200px;
}

/* new instagram slide */
#slide-2 {background-color:#222;color:#fff;padding: 0 0 50px 0;}
#instagram_feed_title {margin-bottom: 2em;}

#slide-3 {
	/*background-image: url('../img/bg1.jpg');*/
	background-color: /*#FFC107;blanco*/ #FFF;
	color: #000;
	padding-bottom: 65px;
}

	.title-row {
		font-size: 45px;
		padding-bottom: 20px;
	}
	
	.line-row .hr {
		background-color: #e4e6e5;
		height: 2px;
		margin: 0 auto 1em auto;
		width: 75%;
	}
	
	.subtitle-row {
		font-size: 35px;
	}
	
	.content-row {
		padding-top: 45px;
	}
	
	.content-row:nth-child(2) {
		padding-top: 10px;
	}
	
	.content-row i,
	#about-row-5 i {
		display: block;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}
	
	.content-row h2{
		font-size: 28px;
		padding-bottom: .2em;
	}
	
	.content-row h4 {
		font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 21px;
		font-weight: 300;
	}
	
	i { /* icon colors */
		color: #000;/*#d50000;*/
	}
	
	.icon-hover {
		
		overflow: hidden;
		height: 90px;
		padding: 20px 0 0 0;
		transition: all ease-in .3s;
		margin: 0;
	}
	
	.icon-hover:hover {
		height: 90px;
		padding-top: 0;
	}
	
	#product_logos img{margin: 0 .2em;}
	
	.parallax_2 {
	margin-top: 30px;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	background-image: url('../img/bg1.jpg');
	height: 200px;
	color: #000;
	}
	.parallax_2_text {font-size: 3.1em; text-shadow: 0px 0px 8px rgba(0,0,0,.7); line-height: 1.4em;}

	.desc p.servicios_text {
	margin-top: .3em;
	font-weight: 200;
	font-size: 1.5em;
    }
	
/*    */	

/*   */	
@media (max-width: 767px) {
	.title-row {
		font-size: 34px;
		padding-bottom: 33px;
	}
	
	.subtitle-row {
		font-size: 26px;
		padding-bottom: 26px;
		padding-top: 26px;
	}
	
	.content-row {
		padding-top: 29px;
		
	}
	
	.content-row h2 {
		font-size: 24px;
		padding-bottom: 26px;
	}
	
	.content-row h4 {
		font-size: 20px;
		
	}
	
	.parallax_2 {
	background-image: url('../img/bg1_sm.jpg');
	padding-bottom: 17em;
	
	}
	
	.parallax_2_text {font-size: 1.9em; line-height: 1.2em;}
}


.infowindows {display:none}
.infowindows h4 {font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: bold; }

#slide-5 {
	background-color: #000;/*#E65100;*/
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 100%;
}
	
	#slide-5 .col-12 {
		display: inline-block;
		/*height: 451px;
		width: 452px;*/
		margin: 0;
		padding: 0;
		height: 260px;
		width: 328px;
	}

	#slide-5 a,
	#slide-5 img {
		display: inline-block;
		height: 100%;
		margin: 0 auto;
		width: 100%;
	}
	
@media (max-width: 991px) {
	#slide-5 {
		text-align: center;
		width: 100%;
	}
	
	#slide-5 .row {
		left: 0 !important;
		margin: 0;
		width: 100% !important;
	}
	
	#slide-5 .col-12 {
		height: auto;
		width: 50%
	}

	#slide-5 a,
	#slide-5 img {
		height: auto;
		max-height: 100%;
		max-width: 100%;
		width: auto;
	}
}
	
@media (max-width: 767px) {
	#slide-5 .col-12 {
		width: 100%;
	}
}

#slide-4 {
	background-color: #222;/*#4527A0;*/
	color: #e4e6e5;
	padding-top: 50px;
	padding-bottom: 65px;
}

#slide-4 a {color: #e69200; }



#slide-4 i {
		font-size: 80px;
		color: white;
	}

#slide-6 {
	background-color: #222;
	color: #e4e6e5;
	padding-top: 40px;
	padding-bottom: 100px;

}
	

hr-d {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Map Wrap*/

#map {
	width: 100%;
	height: 400px;
	margin-bottom: 1em;
}

#map-contact {
	width: 100%;
	height: 650px;
}

.gm-style-iw {
	width: 100% !important;
	/*height: 100% !important;*/
	top: 15px !important;
	left: 0px !important;
	background-color: #000;
	padding: .2em 0 .7em 0;
}

/* MAP INFO WINDOW STYLE */
.map-info-window {margin-top: 1em;color: #fff; font-size: 1.1em;}
.map-info-window a {font-weight: bold; color: #fff; text-decoration: underline;}
.map-info-window a:hover {text-decoration: none;}

#slide-7 {
	background-color: #222;
	color: #e4e6e5;
	padding-top: 40px;
	padding-bottom: 100px;

}

@media (max-width: 767px) {
	#slide-7 {
		background-image: none;
	}
}
	
	#slide-7 .line-row .hr {
		background-color: #4e4e4e;
		color: #4e4e4e;
	}

	#slide-7 a {
		color: inherit;
		outline: none;
		text-decoration: none;
	}

@media (max-width: 767px) {
	.with-hover-text{
		margin-bottom: 2em;
		margin-top: 1em;
	}
}
	
	#contact-row-4 {
		padding-top: 35px;
	}
	
	#contact-row-4 .col-12 {
		height: 175px;
		overflow: hidden;
		padding-top: 20px;
		transition: all ease-in .5s;
	}
	
	#contact-row-4 img {
		display: block;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}
	
	#contact-row-4 .col-12:hover {
		height: 175px;
		padding-top: 0;
	}
	
	#contact-row-4 .col-12 .hover-text {
		/*display: none;*/
		font-size: 20px;
	}

#slide-8 {
	background-color: #e4e6e5;
	color: #4e4e4e;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
}

#lightbox-out {
	background-color: rgba( 0, 0, 0, 0.7 );
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99999;
}


#slide-3 img, #slide-4 img {border: 1px solid #999/*rgba(0, 0, 0, .3)*/;padding: .5em;}
#slide-4 img {padding: .55em;}

.link_servicios_info img {margin-bottom: 1em;}



.with-hover-text span {
	/*display: none;*/
}

.zoom {
	background-image: url('../img/zoom.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#arrows {
	bottom: 10%;
	height: 80px;
	position: fixed;
	right: 10%;
	width: 80px;
	z-index: 1000;
}

#arrows div {
	background-image: url('../img/website-arrows.png');
	cursor: pointer;
	height: 30px;
	position: absolute;
	width: 30px;
}

#arrows div.disabled {
	cursor: default;
}

#arrow-up {
	background-position: 30px 0;
	left: 25px;
	top: 0;
}

#arrow-up.disabled {
	background-position: 0 0;
}

#arrow-down {
	background-position: 30px -30px;
	left: 25px;
	bottom: 0;
}

#arrow-down.disabled {
	background-position: 0 -30px;
}

#arrow-left {
	background-position: 30px -60px;
	left: 0;
	top: 25px;
}

#arrow-left.disabled {
	background-position: 0 -60px;
}

#arrow-right {
	background-position: 30px -90px;
	right: 0;
	top: 25px;
}

#arrow-right.disabled {
	background-position: 0 -90px;
}

.navigation-slide {
	cursor: pointer;
}


/*###########################################################################
	HOVER PACK 
###########################################################################*/

.safari5 *{
-webkit-transform: none !important;
-webkit-transition: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Fade
/*-----------------------------------------------------------------------------------*/

.b-link-fade{
position: relative;
display: inline-block;
vertical-align: top;
margin-bottom: 5px;

}
.b-link-fade .b-wrapper{z-index:1;}
.b-link-fade .b-top-line{z-index:0}
.b-link-fade .b-wrapper, .b-link-fade .b-top-line{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
text-align:center;
color:#fff;
background: #111111;
visibility:hidden; /* lt-ie9 */
}

.b-link-fade .b-wrapper, .b-link-fade .b-top-line{
transition:all 0.6s ease;
-moz-transition:all 0.6s ease;
-ms-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
-webkit-transition:all 0.6s ease;

overflow: hidden;

opacity:0;
}
.b-link-fade:hover .b-wrapper, .b-link-fade:hover .b-top-line{

opacity:0.7;
visibility:visible; /* lt-ie9 */
}

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
text-decoration:none;
}
.b-animate{
transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;
-webkit-transition:all 0.5s;
visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
visibility:visible;
}

.b-from-left{
position:relative;
left:-100%;
}
.b-animate-go:hover .b-from-left{
left:0;
}

.b-from-right{
position:relative;
right:-100%;
}
.b-animate-go:hover .b-from-right{
right:0;
}

.b-from-top{
position:relative;
top:-100%;
}
.b-animate-go:hover .b-from-top{
top:0;
}

.b-from-bottom{
position:relative;
bottom:-100%;
}
.b-animate-go:hover .b-from-bottom{
bottom:0;
}

.b-scale{
position:relative;
transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
-webkit-transform:scale(0);
}
.b-animate-go:hover .b-scale{
transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
-webkit-transform:scale(1);
}

.b-opacity{
opacity:0;
}

.b-animate-go:hover .b-opacity{
opacity:1;
}

.b-animate-go:hover .b-cw-90,.b-animate-go:hover .b-cw-180,.b-animate-go:hover .b-ccw-90,.b-animate-go:hover .b-ccw-180{
transform:rotate(0);
-moz-transform:rotate(0);
-ms-transform:rotate(0);
-o-transform:rotate(0);
-webkit-transform:rotate(0);
}
.b-animate-go .b-cw-90{
transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}
.b-animate-go .b-cw-180{
transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
}
.b-animate-go .b-ccw-90{
transform:rotate(-90deg);
-moz-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
}
.b-animate-go .b-ccw-180{
transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-ms-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
-webkit-transform:rotate(-180deg);
}

/*###########################################################################
	/HOVER PACK 
###########################################################################*/
