@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
main {
	width:100%;
	margin:auto;
}
header img {
	width: 80%;
	padding-left: 10%;
	display: none;
}

.contenido {
	width:100%;
	padding-bottom: 5px;
}

.text{
	width: 100%;
	float: left;
	
	
}
.texto-inicio{
	text-align: center;
	font-size: 1em;
	color: rgba(30,71,123,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 90%;
	margin: 25px auto;
}

.texto-inicio p{
	margin: 15px;
	
}

aside {
	width: 20%;
	text-align: center;
	float: right;
	display: none;
}
.fotos {
	width: 100%;
	background-color: rgba(244,244,244,0.76);
	height:75px;
	clear: both;
	overflow: hidden;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.fotos img {
	width:75px;
	padding-bottom:10px;
	padding-top:10px
	}
.fondo_telar {
	clear: both;
	background-image: url(../_imagenes/fondotelar.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
.ventas {
	width: 90%;
	background-color: rgba(239,15,19,0.67);
	clear: both;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 24px;
	color: rgba(255,255,255,1.00);
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin:auto;
}
.mapa {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	width:100%;
}
.mapa iframe {
	height:300px;
}
.slide_bordadora {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	float:right;
	clear:both;
	width:100%;
}
.slide_bordadora iframe {
	width:90%;
	height:380px;
}
.sociales {
	background-color: rgba(249,249,249,0.40);
	height: auto;
	width: 90%;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	padding-bottom:10px;
	padding-top:10px;
}
.img_1 {
	margin-right:50px;
}
footer {
	height: auto;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,.30);
	clear: both;
	width: 80%;
	padding-left: 5%;
	padding-right: 5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 5px;
	text-shadow: 2px 2px 0 rgba(0,0,0,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: 5px;
	text-align:center
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

.wh-costura {
	width: 100%;
	height: 290px;
	padding-top: 20px;
}

.wh-hilo {
	width: 100%;
	height: 310px;
	padding-top: 20px;
}

.wh-pcruz {
	width: 100%;
	height: 300px;
	padding-top: 5px;
}

.mg{
	margin-top: 20px;
	
}

.wh-estambre {
	width: 100%;
	height: 220px;
	padding-top: 20px;
}

.wh-aros {
	width: 100%;
	height: 750px;
	padding-top: 20px;
}

.wh-agujas {
	width: 100%;
	height: 360px;
	padding-top: 30px;
}

.wh-galeria {
	width: 100%;
	height: 450px;
	padding-top: 20px;
}

.wh-slide {
	width: 290px;
	height: 255px;
	margin: 0 auto;
}

.wh-mapa {
	width: 290px;
	height: 255px;
	margin: 0 auto;
}

.wh-slided {
	width: 290px;
	height: 255px;
	margin: 0 auto;
}

.wh-mapad {
	width: 290px;
	height: 255px;
	margin: 0 auto;
}

#formulario{
	width: 290px;
	height: 310px;
	margin: 0 auto;
	text-align: left;
	background-color: rgba(47,50,56,1);
	border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 3px solid #ffffff;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 80%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 8px;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 80%;
  color: rgba(0,0,0,1);
  margin: 0 0 5px;
  padding: 5px;
  font-size: 15px;
  background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.text-parrafo {
	width: 100%;
	margin: 50px 0 0 0;
	 background: rgba(255,255,255,1);
	display: block;
  font-size: .9em;
  padding: 30px 5% 10px 5%;
  text-decoration: none;
  color: rgba(30,71,123,1.00);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -5px;
  text-align: center;
  line-height: 18pt;
   font-weight: 400;
}

	#header {
		padding: 1em 2.25em .3em 2.25em ;
		color: rgba(30,71,123,1.00);
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: center;
		background-color: rgba(255,255,255,1);
		line-height: 16pt;
		font-size: .9em;
	}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
body {
	max-width:1240px;
	text-align:center;
	margin:auto;
	
}
header img {
	display:block;
	text-align:left;
}

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin:auto;
}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
.header img {
	width: 50%;
	padding-left:0;
	margin-left:5%;
	padding-bottom:10px;
}


aside {
	width: 30%;
	text-align: center;
	float: right;
	display: block;
	clear:right;
	margin-top:20px;
}

.texto {
	font-size:20px;
}
.fotos {
	width:100%;
	height:95px;
	padding:0;
	margin:0;
}
.fotos img {
	width:100px;
	height:auto;
}
.ventas {
	margin-top:20px;
}
.mapa_slide {
	clear:both;
}
.mapa {
	width: 50%;
	float: left;
}
.mapa iframe {
	width:90%;
	height:300px;
}
.slide_bordadora {
	width: 50%;
	float: right;
	clear: right;
	margin-top:10px;
}
.slide_bordadora iframe {
	height:305px;
	
}

.text{
	width: 70%;
	float: left;
	
	
}
.texto-inicio{
	text-align: center;
	font-size: 1.3em;
	color: rgba(30,71,123,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 90%;
	margin: 25px auto;
}

.texto-inicio p{
	margin: 15px;
	
}

.wh-costura {
	width: 100%;
	height: 355px;
	padding-top: 0;
}

.wh-hilo {
	width: 100%;
	height: 410px;
	padding-top: 0;
}

.wh-pcruz {
	width: 100%;
	height: 410px;
	padding-top: 0;
}

.mg{
	margin-top: 0;
	
}

.wh-estambre {
	width: 100%;
	height: 460px;
	padding-top: 0;
}

.wh-aros {
	width: 100%;
	height: 410px;
	padding-top: 0;
}

.wh-agujas {
	width: 100%;
	height: 390px;
	padding-top: 0;
}

.wh-galeria {
	width: 100%;
	height: 450px;
	padding-top: 0;
}

.wh-slide {
	width: 350px;
	height: 308px;
}

.wh-slided {
	width: 350px;
	height: 308px;
	margin: 0 auto;
}

.wh-mapa{
	width: 350px;
	height: 307px;
}

.wh-mapad{
	width: 350px;
	height: 307px;
}


#formulario{
	width: 348px;
	height: 308px;
	margin: 0 auto;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 3px solid #ffffff;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 99%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 8px;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 99%;
  color: rgba(0,0,0,1);
  margin: 0 0 5px;
  padding: 5px;
  font-size: 15px;
  background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.text-parrafo {
	width: 100%;
	margin: 15px 0;
	 background: rgba(204,204,204,.2);
	display: block;
  font-size: .9em;
  padding: 10px 4.5%;
  text-decoration: none;
  color: rgba(30,71,123,1.00);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -5px;
  text-align: center;
  font-weight: 400;
}

#header {
		padding: 1em 15% 1em  15%;
		color: rgba(30,71,123,1.00);
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: center;
		background-color: rgba(204,204,204,.2);
		margin-bottom: 20px;
		line-height: 18pt;
		font-size: 1em;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 100%;
	margin: auto;
	clear: none;
	float: none;
}
.header img {
	width:40%;
}
aside {
	margin-bottom:15px;
}
.mapa {
	width:50%;
	float:left;
}
.mapa iframe {
	height:400px;
}
.mapa_slide {
	width:100%;
}
.slide_bordadora iframe {
	height:405px;
}
.fondo_telar {
	background-repeat:no-repeat;
	background-size:cover;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

.wh-mapad{
	width: 730px;
	height: 307px;
}

.text-parrafo {
	width: 100%;
	margin: 15px 0;
	 background: rgba(204,204,204,.2);
	display: block;
  font-size: 1em;
  padding: 10px 14%;
  text-decoration: none;
  color: rgba(30,71,123,1.00);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -5px;
  text-align: center;
 line-height: 18pt;
  font-weight: 400;
}

}
@media only screen and (min-width: 1241px) {
	.header img {
	width:30%;
}
aside {
	margin-bottom:15px;
	margin-top:15px;
}
.mapa iframe {
	height:495px;
}
.slide_bordadora iframe {
	height:495px;
}

.wh-mapad{
	width: 730px;
	height: 307px;
}

.text-parrafo {
	width: 100%;
	margin: 15px 0;
	 background: rgba(204,204,204,.2);
	display: block;
  font-size: 1em;
  padding: 10px 14%;
  text-decoration: none;
  color: rgba(30,71,123,1.00);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -5px;
  text-align: center;
  line-height: 18pt;
   font-weight: 400;
}

}

/*efectos*/
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Girar fotos seccion lorenzo competición*/
#f1_container {
  position: relative;
  margin: 10px auto;
  width: 200px;
  height: 260px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: all 0.50s linear;
  -webkit-transition:all 0.5s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  box-sizing: border-box;
  padding-top:3%;
  color: white;
  text-align: center;
  background-color: rgba(243,16,19,1.00);
  font-size:24px;
  padding-top:25px
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -20px;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}


.f-nav{
	position: fixed;
	top: 0;
	left: 0;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .wh-mapad{
	width: 350px;
	height: 307px;
}


}
#contact span{
	padding: 150px 0 20px 50px;
	font-size: 1.1em;
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contact fieldset{
	text-align: center;
	text-decoration: none;
}

#contact fieldset a{
	text-decoration: none;
	color: rgba(51,51,51,1);
}