@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width: 100%;
}
@media only screen and (min-width: 1024x) {
}

.logo2 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	float: center;
	margin: 0 auto;
	height: auto;
	display: block;
}
.logos {
	float: center;
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 20px; /*propiedad CSS3*/
	-ms-border-radius: 20px; /*para IE 8*/
	-moz-border-radius: 20px; /*Firefox*/
	-webkit-border-radius: 20px; /*WebKit y Safari*/
	-khtml-border-radius: 20px;
	behavior: url(border-radius.htc);/*IE*/
}
.logodes {
	position: fixed;
	background: none;
	min-height: 50px;
	z-index: 999;
	width: 100%;
	padding-top: 0px;
	background: none;
	overflow: hidden;
	
	opacity: 0;
	top: -100px;
	padding-bottom: 6px;
	font-family: "Montserrat", sans-serif;
}
.main_h {
	position: fixed;
	max-height: 35px;
	z-index: 999;
	width: 100%;
	top: 55px;
	background: none;
	overflow: hidden;
	
	opacity: 0;
	top: -100px;
	padding-bottom: 6px;
	font-family: "Montserrat", sans-serif;
}
.sticky {
	background-color: rgba(255, 255, 255, 0.93);
	opacity: 1;
	max-height: 30px;
	top: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid gainsboro;
 border-bottom-color: #00C  -webkit-box-shadow: 0px 10px 6px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 6px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 6px -9px rgba(0,0,0,0.75);
}
.desaparecermenu {
	display: none;
}
.columnas {
	column-count: 2;
	column-gap: 30px;
	text-align: left;
	font-size: 18px;
}
.soldar {
	column-count: 1;
	column-gap: 30px;
	text-align: left;
	font-size: 18px;
}
 @media only screen and (max-width: 1024px) {
}
.open-nav {
	max-height: 350px !important;
}
.open-nav .mobile-toggle {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sticky1 {
	background-color: rgba(255, 255, 255, 0.93);
	opacity: 1;
	max-height: 50px;
	z-index: 999;
	top: 0px;
	border-bottom: 1px solid gainsboro;
	-webkit-box-shadow: 0px 10px 6px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 6px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 6px -9px rgba(0,0,0,0.75);
}
.logo {
 background: url(http://www.jesametal.com/electric/img/logo.png) no-repeat;
	width: 80%;
	height: auto;
	float: center;
	display: block;
	margin-top: 0;
	line-height: 1;
	position: top;
}
 @media only screen and (max-width: 1024px) {
.desaparecermenu2 {
	display: none;
}
.desaparecermenu {
	display: block;
}
.logo {
	float: none;
}
}
nav {
	float: center;
	margin-top: 5px;
	width: 100%;
}
 @media only screen and (max-width: 1024px) {
nav {
	width: 100%;
}
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: center;
	float: center;
}
 @media only screen and (max-width: 1024px) {
nav ul {
	margin-bottom: 22px;
	float: left;
	text-align: center;
	width: 100%;
}
}
nav ul li {
	display: inline-block;
	margin-left: 35px;
	line-height: 1.5;
}
 @media only screen and (max-width: 1024px) {
nav ul li {
	width: 100%;
	padding: 7px 0;
	margin: 0;
}
}
nav ul a {
	color: #888888;
	text-transform: uppercase;
	font-size: 12px;
}
.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 20px;
	top: 15px;
	width: 30px;
	position: absolute;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	right: 20px;
}
 @media only screen and (max-width: 1024px) {

.mobile-toggle {
	display: block;
}
.sticky {
	display: none;
}
}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 4px;
	border-radius: 100px;
	background: #8f8f8f;
	display: block;
}
}
 @-webkit-keyframes scroll {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
}
 @keyframes scroll {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
 @media only screen and (max-width: 1024px) {
}

}
 @media only screen and (max-width: 639px) {
.img {
	max-width: 75%;
	text-align: justify;
	margin: 0 auto;
	position: relative;
	padding: 0 2%;
}
#slider .block h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 10px;
  text-align: center;
    position: relative;
    top: 0px; 
    -ms-transform: translateY(-100%); !important
    -webkit-transform: translateY(-100%); !important
    transform: translateY(-100%); !important
  
  color: #FFF; !important
}

