/**
 * ==============================================================
 * FC estilos** (paica) **
 * ==============================================================
 */

/**
 * ========================================
 * ESTILOS GENERALES
 * ========================================
 */
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	background-color: #fff;
	color: #666;
	overflow-x: hidden;
	max-width: 100%;
}
.linkblanco > a {
	color: #fff;
}
.linkblanco > a:focus, a:hover {
	color: #fff;
}

.overgray {
  filter: gray; /* IE6-9 */
  opacity:0.5;
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.overgray:hover {
  filter: none; /* IE6-9 */
  opacity:5;
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}
#change div:hover{
  	opacity:5;
  cursor:pointer;
}

.destacado {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 38px;
    color: #50a0dc;
    font-weight: 300;
    line-height: 1.3em;
}
.destacado1 {
    position: relative;
    padding: 30px;
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 58px;
    color: #fff;
    font-weight: 100;
    line-height: 1.3em;
}
.titulo1 {
    position: relative;
    margin: 0 0 21px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 58px;
    color: #50a0dc;
    font-weight: 100;
    line-height: 1.3em;
}
.titulo2 {
    position: relative;
    margin: 0 0 21px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 58px;
    color: #fff;
    font-weight: 100;
    line-height: 1.3em;
}
.subtitulo {
    position: relative;
    margin: 0 0 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    color: #50a0dc;
    font-weight: 400;
    line-height: 1.3em;
}
.section {
    color: inherit;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.section-gray {
    background-color: #f6f6f6;
    color: inherit;
}
.section-graydark {
    background-color: #4d4d4d;
    color: #fff;
	background-image: url(../images/backgrounds/soldando.jpg), url(../images/backgrounds/cilindradora.png);
	background-position: left, right bottom;
	background-repeat: no-repeat;
}
.section-fc {
    background-color: #50a0dc;
}
.filete-arriba {
    content: "";
	left: 0;
	top: 0;
	display: block;
	height: 5px;
	width: 100%;
	background-color: #00b1d5;
}
.bloque {
	text-align: center;
	padding: 30px;
	background-color: none;
	margin: 15px 0;
}
.bloque1 {
    position: relative;
    background-color: #4d4d4d;
    text-align: center;
	height: 620px;
	margin-top: 18px;
}
.bloque1-header {
    background-color: #50a0dc;
}
.bloque1-title {
    margin: 0;
    padding: 6px 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    color: #fff;
}
.bloque1-items {
    list-style: none;
    margin: 0;
    padding: 0;
    color: white;
}
.bloque1-items li {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	padding: 10px 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.05);
}
.bloque1-items li:first-child {
	border-top: none;
}
.nice-list li {
	position: relative;
	padding: 8px 0 0 26px;
}
.nice-list li:before {
	content: "\f105";
	color:#00b1d5;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 10px;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1;
	opacity: 0.5;
}
@media ( max-width: 476px ) {
.destacado1 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
}
.titulo1 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 1.0em;
}
}
@media ( max-width: 767px ) {
.bloque1 {
	height: 100%;
}
}
@media ( max-width: 991px ) {
	.section-graydark {
	background-image: url(../images/backgrounds/soldando.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
}

/**
 * ========================================
 * BASICOS
 * ========================================
 */
.document {
	height: 100%;
	position: relative;
}
/* SECTION */

.section-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.section-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 120px;
	background-color: rgba(0,0,0,0.1);
}
.section-heading.text-center:after {
	left: 50%;
	margin-left: -60px;
}
.section-dark .section-heading:after,
.section-accent .section-heading:after {
	background-color: rgba(255,255,255,0.2);
}

/* SECTION SLIDER */
.section-slider .section-slide {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.section-slider ~ .rslides_nav {
	font-size: 40px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-color: #fff;
}
.section-dark .section-slider ~ .rslides_nav {
	background-color: #000;
}
.section-slider ~ .rslides_nav:before {
	width: 50px;
	vertical-align: top;
}


/**
 * ========================================
 * FORMULARIOS
 * ========================================
 */
.form-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.form-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 60px;
	background-color: rgba(0,0,0,0.1);
}
.form-heading.text-center:after {
	left: 50%;
	margin-left: -30px;
}
.section-dark .form-heading:after,
.section-accent .form-heading:after {
	background-color: rgba(255,255,255,0.2);
}
.form-group {
	margin: 20px 0;
}
.form-group-submit {
	margin-top: 30px;
}
.form-group > label {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #888;
}
.form-control:-moz-placeholder {
	color: #888;  
}
.form-control::-moz-placeholder {
	color: #888;  
}
.form-control:-ms-input-placeholder {
	color: #888;  
}
.form-control {
    font-size: inherit;
    line-height: inherit;
    height: 40px;
    padding: 6px 12px;
    color: #FFF;
    border-color: #FFF;
    background-color: rgba(255, 255, 255, 0);
}
.section-dark .form-control {
	border-color: #aaa;
}
.section-accent .form-control {
	border-color: rgba(0,0,0,0.05);
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}
.section-dark .form-control:focus {
	border-color: #ccc;
}
.section-accent .form-control:focus {
	border-color: rgba(0,0,0,0.1);
}
.form-control-lg {
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	padding: 14px 24px;
}
.form-validation {
	display: none;
	padding: 11.5px 17px;
	border-radius: 0;
}
.form-validation:empty {
	display: none !important;
}
.form-validation.alert-danger {
	color: #fff;
	background-color: #a94442;
	background-color: rgba(169,68,66,0.8);
	border-color: #a94442;
}
.form-validation.alert-success {
	color: #fff;
	background-color: #3c763d;
	background-color: rgba(60,118,61,0.8);
	border-color: #3c763d;
}

.subscription-form {
	margin-top: 30px;
}
@media ( max-width: 767px ) {
	.subscription-form-input > * {
		text-align: center;
	}
	.subscription-form-submit {
		display: block;
		margin-top: 15px;
	}
	.subscription-form-submit > * {
		width: 100%;
	}
}
@media ( min-width: 768px ) {
	.subscription-form-wrapper {
		display: table;
		width: 100%;
		margin: 0;
	}
	.subscription-form-submit {
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px;
	}
	.subscription-form-input {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
}

/**
 * ========================================
 * BUTTON
 * ========================================
 */
.btn {
	padding: 9px 14px;
	border-radius: 0;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.819;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

/**
 * ========================================
 * HEADER
 * ========================================
 */
.header-section {
	position: fixed;
	z-index: 100;
	min-height: 80px;
	margin: 0;
	padding: 0 100px 0 100px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	overflow: visible;
	border: none;
}
.header-section,
.header-section.navbar-inverse {
	background-color: rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.1);
	box-shadow: 0 1px rgba(255,255,255,0.1);
	color: #ccc;
}
.header-section.navbar-default {
	background-color: #fff;
	-webkit-box-shadow: 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px rgba(0,0,0,0.1);
	color: #444;
}
.header-section.floating {
	min-height: 60px;
}
.header-section.floating,
.header-section.navbar-inverse.floating {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(0,0,0,0.85);
}
.header-section.navbar-default.floating {
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navbar-nav {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.819;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.navbar-nav > li {
	padding: 30px 15px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.navbar-nav a {
	position: relative;
	font-weight: normal;
}
.navbar-nav > li > a {
	padding: 0;
	position: relative;
	color: inherit;
	line-height: inherit;
}
.navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
	color: #ccc;
}
.navbar-default .navbar-nav > li > a {
	color: #444;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
	background-color: inherit;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #222;
}
.navbar-nav > li > a.active {
	color: #fff;
}
.navbar-nav > li > a.active:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 2px;
	width: 100%;
}
.navbar-nav > li > a.active:after,
.navbar-inverse .navbar-nav > li > a.active:after {
	background-color: #fff;
}
.navbar-default .navbar-nav > li > a.active:after {
	background-color: #222;
}
.navbar-nav > li.header-action-button {
	padding: 20px 15px;
}
.navbar-nav > li.header-action-button > a {
	padding: 9px 14px;
	display: inline-block;
}
.navbar-nav > li.header-action-button > a,
.navbar-inverse .navbar-nav > li.header-action-button > a {
	color: #fff;
}
.navbar-nav > li.header-action-button > a.btn-primary,
.navbar-inverse .navbar-nav > li.header-action-button > a.btn-primary {
	color: #fff;
}
.navbar-default .navbar-nav > li.header-action-button > a.btn-primary {
	color: #222;
}
.navbar-nav > li.current:not(.header-action-button) > a,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a {
	color: #fff;
}
.navbar-default .navbar-nav > li.current:not(.header-action-button) > a {
	color: #222;
}
.navbar-nav > li.current:not(.header-action-button) > a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
}
.navbar-nav > li.current:not(.header-action-button) > a:after,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a:after {
	background-color: #fff;
}
.navbar-default .navbar-nav > li.current:not(.header-action-button) > a:after {
	background-color: #222;
}
.navbar-nav .open > a {
	background-color: inherit !important;
}
.navbar-logo {
	height: 80px;
	line-height: 50px;
	margin-left: 0 !important;
	padding: 12px 15px 18px;
}
.navbar-logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 65px;
}
.navbar-toggle {
	position: relative;
	z-index: 200;
	margin: 20px 15px;
	padding: 12px 10px;
	border-radius: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: transparent !important;
}
.navbar-toggle, .navbar-inverse .navbar-toggle {
	border-color: rgba(255,255,255,0.25);
}
.navbar-toggle:hover, .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: #222;
}
.navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #666;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:focus {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #222;
}

.dropdown-menu {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu,
.navbar-inverse .dropdown-menu {
	border-radius: 0;
	border: none;
	background-color: rgba(0,0,0,0.85);
	border: 1px solid rgba(255,255,255,0.1);
	font-size: inherit;
}
.navbar-default .dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
	padding: 10px 20px;
}
.dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a {
	color: #ccc;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: rgba(255,255,255,0.1);
}
.navbar-default .dropdown-menu > li > a {
	color: #444;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
	color: #222;
	background-color: rgba(0,0,0,0.1);
}

@media ( min-width: 992px ) {
	.navbar-nav > li.header-action-button + li.header-action-button {
		margin-left: -15px;
	}
	.header-section.floating .navbar-nav > li {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-section.floating .navbar-nav > li.header-action-button {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-section.floating .navbar-logo {
		height: 60px;
		line-height: 40px;
		padding: 8px 15px 12px;
	}
	.header-section.floating .navbar-logo img {
		max-height: 40px;
	}
	.header-section.floating .navbar-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
}
@media ( max-width: 991px ) {
	.navigation {
		position: fixed;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
		display: block !important;
		opacity: 0;
		padding-top: 80px;
		text-align: center;
		-webkit-transition: all ease 0.25s !important;
		transition: all ease 0.25s !important;
	}
	.navigation,
	.navbar-inverse .navigation {
		background-color: rgba(0,0,0,0.95);
	}
	.navbar-default .navigation {
		background-color: rgba(255,255,255,0.95);
	}
	.navigation.collapsing, .navigation.collapse.in {
		bottom: 0;
		opacity: 1;
	}
	.navigation:before {
		content: "";
		display: inline-block;
		height: 100%;
		width: 1px;
		vertical-align: middle;
	}
	.navbar-nav {
		display: inline-block;
		vertical-align: middle;
		width: 99%;
		padding-bottom: 40px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-nav > li {
		-webkit-transition: none;
		transition: none;
	}
	.navbar-nav > li,
	.header-section.floating .navbar-nav > li{
		padding: 0;
	}
	.navbar-nav > li > a {
		padding: 15px 15px;
	}
	.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
		background-color: rgba(255,255,255,0.1);
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: #f6f6f6;
	}
	.navbar-nav > li.header-action-button,
	.header-section.floating .navbar-nav > li.header-action-button {
		padding: 10px 15px;
	}
	.navbar-nav > li.current:not(.header-action-button) > a,
	.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a {
		color: #fff;
		background-color: rgba(255,255,255,0.1);
	}
	.navbar-default .navbar-nav > li.current:not(.header-action-button) > a {
		color: #222;
		background-color: #f6f6f6;
	}
	.navbar-nav > li.current:not(.header-action-button) > a:after {
		display: none;
	}
	.dropdown-menu {
		text-align: center;
	}
	.dropdown-menu > li > a {
		padding: 15px 15px !important;
	}
}
@media ( max-width: 476px ) {
.header-section {
	position: fixed;
	z-index: 100;
	min-height: 80px;
	margin: 0;
	padding: 0 15px 0 15px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	overflow: visible;
	border: none;
}
}

/**
 * ========================================
 * HERO
 * ========================================
 */
.hero-title {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	text-transform:none;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.hero-subtitle {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

/* HERO LAYOUT: FULLSCREEN CTA (SIMPLE) */
.hero-layout-simple .hero-title {
	font-size: 64px;
	line-height: 0.9;
}
.hero-fullscreen, .hero-fullscreen .container, .hero-fullscreen .container-fluid {
    height: 85%;
}
.textocolor {
	color: #50a0dc;
}
@media ( max-width: 991px ) {
.hero-section.hero-fullscreen {
    height: 50%;
}
.hero-layout-simple .hero-title {
	font-size: 48px;
	line-height: 0.9;
}
}
@media ( max-width: 476px ) {
.hero-section.hero-fullscreen {
    height: 75%;
}
.hero-layout-simple .hero-title {
	font-size: 36px;
	line-height: 0.9;
}
}	


/**
 * ========================================
 * PARALLAX
 * ========================================
 */

.section-background-image img {
    position: absolute;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    top: 75px;
    left: 0;
}