
@font-face {
    font-family: silom;
    src: url(fuentes/silom.ttf);
}


@font-face {
    font-family: cuerpo;
    src: url(fuentes/NewsGothic.ttf);
}


/* #BODY 
================================================== */
body{
background: #fff;
  font-family: arial, helvetica, sans-serif;
}	

body h2{font-family: cuerpo}
body h1{font-family: }

body {font-family: cuerpo}

.toptop {
	background-color: #fff;
    height: 1.4em;
    margin-bottom: 0px;
}

.toptop p{
	width: 60%;
	margin: 0 auto;
    font-size: 0.8em;
}

.top-back{
 background: #f16730;
}
.top{
  background: #F16730;
  height: 108px;
  width: 100%;
 max-width: 975px;
 margin: 0 auto; 
}

.top-info{
  float: right;
  text-align: center;
}
.top-info a{display:none;}
.top p{
   margin: 0;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-top: 7%;

}
.top .spn{
   margin: 0;
  font-size: 10pt;
  color: #000;
  line-height: 1;
  margin-top: 4px;

}

.top i{
  margin: 0 6px;
  font-size: 13pt;
  background: #fff;
  color: #000;
  padding: 7px;
 border-radius: 50%;
  margin-top: 10px;
width: 16px;
height: 16px;
}


/* #HEADER
================================================== */	




.logo{
  position: absolute;
  background: url(images/logo.jpg) no-repeat;
  width: 180px;
  height: 108px;
}

.logo a{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}


#lugar{

  width: 100%;
  background: url(images/lugar2.jpg) repeat;
  min-height:320px;
  text-align: center;
  padding-top: 50px;
position: relative;
border-bottom: solid 1px #E6E6E6

}


.lugar-container{
  width: 100%;
max-width: 900px;
margin: 0 auto;

}

.lugar-container h1{
  font-size: 22pt;
  font-weight: bold;
border-bottom: solid 2px #F16730;
max-width: 567px;
margin: 0 auto;
padding-bottom: 13px;
margin-bottom: 25px;
text-shadow: 1px 2px 2px #A8A8A8;
}

.lugar-container p{
  font-size: 14pt;
  max-width: 766px;
  line-height: 1.2;
  margin: 0 auto;
text-align: left;
  margin-bottom: 13px;
}

.lugar-container ul{
  margin-left: -45px
}
.lugar-container li{
 display: inline;
  font-weight: bold;
  margin-right: 5px;

}

.lugar-container i{
 color: #F16730;
   margin-right: 10px;

}


/* HEXAGONOS
================================================== */

#hexagonos{
  background: url(images/hexagonos.jpg) repeat;
  width: 100%;
  min-height: 800px;
  text-align: center;
  padding-top: 50px;
}

#hexagonos h1{
  font-size: 22pt;
  font-weight: bold;
border-bottom: solid 2px #F16730;
max-width: 567px;
margin: 0 auto;
padding-bottom: 13px;
margin-bottom: 25px;

}

.hexagonos-container{
  width: 601px;
  height: 631px;
 margin:0 auto;
 position: relative;
}

.hexagono {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    cursor: pointer;
}

.um {
    width: 211px;
    height: 182px;
 position: absolute;
   
}

.um1{
  top: 0;
left: 50%;
margin-left: -105px;
}

.um2{
  top: 104px;
right: 0;
}

.um3{
  bottom: 104px;
right: 0;

}

.um4{
  bottom: 0;
left: 50%;
margin-left: -105px;
}

.um5{
  bottom: 104px;
left: 0;

}

.um6{
  top: 104px;
left: 0;
}

.imagem1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);

}
.hexagono1, 
.hexagono2, 
.hexagono3,
.hexagono4,
.hexagono5,
.hexagono6{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagono1{
    background-image: url(images/hexagono1.jpg);
}
.hexagono2{
    background-image: url(images/hexagono2.jpg);

}
.hexagono3{
    background-image: url(images/hexagono3.jpg);
}

.hexagono4{
    background-image: url(images/hexagono4.jpg);
}
.hexagono5{
    background-image: url(images/hexagono5.jpg);
}
.hexagono6{
    background-image: url(images/hexagono6.jpg);
}

.hexa-logo{
position: absolute;
top: 50%;
margin-top: -126px;
left: 50%;
margin-left: -111px
}




/* HEXAGONOS OVERLAY
================================================== */

.about_single .img-holder {
    position: relative;
    display: inline-block;

}
.about_single:hover .img-holder .overlay {
    transform: scale(1.0);

}
.about_single .img-holder .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    transform: scale(0.0);
    transition: all .5s ease;
}
.about_single .img-holder .overlay a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.about_single .img-holder .overlay a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	
}



#nosotros{
  background: #636363;
  color: #fff;
  width: 100%;
 
  min-height: 563px;
  text-align: center;
  padding-top: 50px;

}

#nosotros img{
  margin-bottom: 30px;
max-height: 84px;
}
#nosotros h1{
 text-shadow: none
}

#nosotros h2{
  font-size: 15pt;
border-bottom: solid 2px #F16730;
width: 100%;
    margin-bottom: 30px;
height: 70px;
  font-family: cuerpo;
font-weight: bold;
}


#nosotros p{
  font-size: 10pt;
  line-height: 1.3;
  font-family: cuerpo;
  
}


#nosotros span{
  font-size: 7.5pt;
 font-weight: bold;
}

.doscol{
display: none;

}


#cotiza{
width: 100%;
min-height: 100px;
text-align: center;
font-weight: bold;
position: relative;
background: #cfd3cf;
border-bottom: solid 1px #cfd3cf;

}

.container{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#cotiza img{
position: absolute;
right: 0;
top: 50%;
margin-top: -20px;

}

#cotiza p{
 padding-top: 40px;
}


#cotiza a{
text-decoration: none;
color: #000;
text-shadow: 1px 0px 0px rgba(0, 0, 0, 1);

}

/* NEWSLETTER
================================================== */	

#newsletter{
 width: 100%;
padding-top: 5px;
  min-height: 100px;
  background: #F16730;
background: rgba(213,105,44,1);
background: -moz-linear-gradient(top, rgba(213,105,44,1) 0%, rgba(210,103,53,1) 88%, rgba(146,71,37,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,105,44,1)), color-stop(88%, rgba(210,103,53,1)), color-stop(100%, rgba(146,71,37,1)));
background: -webkit-linear-gradient(top, rgba(213,105,44,1) 0%, rgba(210,103,53,1) 88%, rgba(146,71,37,1) 100%);
background: -o-linear-gradient(top, rgba(213,105,44,1) 0%, rgba(210,103,53,1) 88%, rgba(146,71,37,1) 100%);
background: -ms-linear-gradient(top, rgba(213,105,44,1) 0%, rgba(210,103,53,1) 88%, rgba(146,71,37,1) 100%);
background: linear-gradient(to bottom, rgba(213,105,44,1) 0%, rgba(210,103,53,1) 88%, rgba(146,71,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F16730', endColorstr='#924725', GradientType=0 );
}

#newsletter p{
 font-weight: bold;
 color: #fff;
  font-size: 13pt;
  padding-top: 7px;
text-shadow: 1px 0px 0px rgba(255, 255, 255, 1);

}

.container-newsletter{
  max-width: 1000px;
  margin:0 auto;

}



#newsletter select{
  width: 100%;
}

/*Cambia estilo del select*/
#newsletter select {
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
   appearance:none;
  background: #fff url(images/select-arrow.png) no-repeat 90% center;
 /*Width of select dropdown to give space for arrow image*/
        text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ 
		
	}

#newsletter a{
  color: #000
}

.linea-mail{
width: 100%;
margin-botom: -15px;
}

.ofertacheck{
 float: left;
 margin-right: 3px;

}

.tucorreo label{
font-size: 7pt;
 float: none;
color: #333;
 letter-spacing: -0.4px
}




/*FOOTER*/

#footer{
 width: 100%;
background: #35342f;
 color: #d5cba7;

}
#footer h3{
  font-size: 11pt;
  border-bottom: solid 1px #F16730;
  margin-bottom: 10px;
  font-family: cuerpo;
  font-weight: bold;
  text-align: center;
padding: 30px 0 10px;
}

#footer p{
  font-size: 9pt;
  margin: 0
}

#footer i{
  margin: 0;
  text-align: center;

}

#footer a{
  color: #d5cba7;
  text-decoration: none;
}

.no-i{
  padding-left: 19px;
}

.foot-contacto i{
  padding-right: 5px
}

.derechos{
 text-align:center;
  padding: 30px 0 20px;

}
/* Maps */

.google-mapa {
	background: #E5E3DF;
	height: 400px;
	margin: 0;
	width: 100%;
}

.google-mapa.small {
	height: 250px;
	border-radius: 6px;
	margin: 0;
	clear: both;
}

.google-mapa img {
	max-width: 9999px;
}

.google-mapa-borders {
	border: 1px solid #DDD;
	padding: 4px;
	border-radius: 4px;
}



#gris{
width: 100%;
height: 52px;
overflow: hidden;
background: #cfd3cf;
color: #cfd3cf;
font-size: 5pt;
}

#gris p{
 margin: 0
}

/* SECUNDARIAS
================================================== */	


b{
text-shadow: 1px 0px 0px rgba(0,0,0, 1);
letter-spacing: 1px;
}

#contenido-sec{
  width: 100%;
max-width: 900px;
margin: 0 auto;
position: relative;
text-align: center;
line-height: 1;
}

.menu-sec a{
  color: #000;
text-decoration: none;
font-size: 10pt;
letter-spacing: -0.5px;

}

.menu-sec a:hover{
  color: #F16730;

}

.menu-sec{
  padding: 40px 0;
border-bottom: solid 1px #cbcbcb;
}




.solicita{
max-width: 166px;
float: right;
margin-top: 25px;
background: #cfd3cf;
text-align: center;
font-size: 9pt;
padding: 10px 40px 0px 10px;
line-height: 1;
position: relative;
display: block;
color: #000;
font-weight: bold;
text-decoration: none;
height: 35px;
text-shadow: 1px 0px 0px rgba(0, 0, 0, 1);
}


.solicita img{
  width: 20px;
  position: absolute;
right: 9px;
top: 9px;
}

#grabado{
  clear: both;
  text-align: justify;
  line-height: 1.3;
  padding-bottom: 50px;
border-bottom: solid 1px #cbcbcb;
}
#grabado h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 23pt;
font-weight: bold;
  max-width: 70%;
 height: 60px;
margin: 0 auto;
margin-bottom: 50px;
}

.parrafo-sup{
 margin-top: 60px;
}


#equipo{
  text-align: justify;
  line-height: 1.3;
  padding: 50px 0 ;
  border-bottom: solid 1px #cbcbcb;
}

#equipo img{
  width: 100%;
}

#equipo h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 23pt;
font-weight: bold;
  max-width: 70%;
 height: 90px;
margin: 0 auto;
margin-bottom: 50px;
}

#equipo li{
 list-style: none;
 margin: 0;
 margin: 5px 0; 
}



#equipo i{
  color: #F16730;
  font-size: 7pt;
  margin-right: 10px;
}

#equipo span{
 font-style: italic;

}

#equipo td{
padding: 0;
border: none;
}

.rotulo{
width: 50% ;
font-weight: bold;
vertical-align: top;
 }

table{
margin-bottom: 10px;}



#materiales{
  text-align: justify;
  line-height: 1.3;
  padding: 50px 0;
  border-bottom: solid 1px #cbcbcb;
}


#materiales h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 23pt;
font-weight: bold;
  max-width: 70%;
 height: 90px;
margin: 0 auto;
margin-bottom: 50px;
}
#materiales table{
width: 100%;
}
#materiales td{
border: none;
padding: 0;
}

#materiales img{
//*max-width: 162px;*//
width: 100%;
}


#materiales-impresion{
  text-align: justify;
  line-height: 1.3;
  padding: 50px 0;
  border-bottom: solid 1px #cbcbcb;
}


#materiales-impresion h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 23pt;
font-weight: bold;
  max-width: 70%;
 height: 90px;
margin: 0 auto;
margin-bottom: 50px;
}

#crear{
  padding: 50px 0 0;
}

#crear h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 23pt;
font-weight: bold;
  max-width: 70%;
 height: 90px;
margin: 0 auto;
margin-bottom: 20px;
}

#pie{
 text-align: justify;
 min-height: 100px;
 position: relative;
  padding: 30px 0;
  font-size: 10pt;
line-height: 1.3;

}

#pie p{margin: 0;}

/* ROUTER CNC
================================================== */
.menu-sec2 a{
  color: #000;
text-decoration: none;
font-size: 8pt;
letter-spacing: -0.4px;

}

.menu-sec2 a:hover{
  color: #F16730;

}

.menu-sec2{
  padding: 40px 0;
border-bottom: solid 1px #cbcbcb;
}



#materiales img{
//*max-width: 162px;*//
width: 100%;
}

#materiales-router{
    padding: 50px 0;
  border-bottom: solid 1px #cbcbcb;
  text-align: justify;
}


#materiales-router h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 22pt;
font-weight: bold;
  max-width: 70%;
 height: 90px;
margin: 0 auto;
margin-bottom: 30px;
}
#materiales-router table{
width: 100%;
}
#materiales-router td{
border: none;
padding: 0;
}
#materiales-router img{
max-width: 162px;
width: 100%;
}
#materiales-router p{
font-style: italic
 }

/* VINIL DE CORTE
================================================== */


#grabado li{
 list-style: none;

}



#grabado i{
  color: #F16730;
  font-size: 7pt;
}

#grabado td{
 border: none; 
 padding: 0 5px; 
 vertical-align: top
}

.vinil-corte{
  line-height: 1.2
}

.vinil-corte li{

}

.tabla-vinil{letter-spacing: -0.5px

}

#colores{
  padding: 50px 0 0;
}

#colores h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 25pt;
font-weight: bold;
  max-width: 70%;
 height: 100px;
margin: 0 auto;
margin-bottom: 30px;
}

#colores p{
 text-align: left;
 clear: both;
 
}


/* GALLERIA COLORES */


.imgContainer {
  width: 88px;
height: 116px;
  overflow: hidden;
  text-align: center;
  margin: 10px 11px 10px 10px;
  float: left;
  display: block;

}
#galleryTab {
  margin: 10px 5px 20px 0;
  top: 26px;
  width: 700px;
margin: 0 auto;
text-align: center;
line-height: 2


}
.galleryWrap {
  padding: 50px 0 0;

}


.filter {
  color: #000;
  font-size: 12px;
  margin: 0 12px 0 0;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;

}

.filter.active {
  background-color: #F16730;
   color: #fff;
  cursor: default;
}

.filter:hover{
color: #F16730;
}

.filter.active:hover {
  color: #fff;

}
/* finaliza GALLERIA COLORES */

.vehiculos{
  background: #0192d1;
  color: #fff;
   padding: 0px;
  margin-top: 60px;

}

.vehiculos h2{
text-align: left;
font-weight: bold;
font-size: 35px;
padding: 20px 0 0 20px;
}

.vehiculos p{
 padding-left: 20px;
line-height: 1.2;
font-size: 10.5pt
}

.vehiculos-desc{
 padding: 0px;
 width: 50%;
 float: left;
}

.vehiculos-img{
 width: 50%;
 float: left;
}


/* SECUNDARIA CONTACTO*/

#sec-contacto{
  clear: both;
  text-align: justify;
  line-height: 1.3;
  padding: 50px 20px;
  border-bottom: solid 1px #cbcbcb;
}
#sec-contacto h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 25pt;
font-weight: bold;
  max-width: 70%;
 height: 70px;
margin: 0 auto;
margin-bottom: 30px;
}

#sec-contacto span{
 color: #F16730;
 font-size: 10pt;
}

#sec-contacto p{
  margin: 10px 0;
  font-size: 10pt
}

.form_send input, select, textarea{
 width: 100%;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
 margin: 5px 0;
  font-size: 10pt;
}

.form_send select{
 background: URL(images/flecha.png) no-repeat 100% 50% #fff !important;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 color: #888;
 margin: 5px 0;

}

.adjuntar{
 background: #cbcbcb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 margin: 5px 0;
line-height: 1;


}

.adjuntar h3{
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  background: #fff;
  border: solid 1px #cbcbcb;
  font-size: 10pt;
  padding: 10px;
  color: #888;;
}

.adjuntar>div{padding: 0 20px 5px; }

.adjuntar b{font-size: 10pt;}

.adjuntar a{text-decoration: none; font-size: 11pt;}


.custom-input-file {
    overflow: hidden;
    position: relative;
    
}

.custom-input-file .input-file {
    margin: 0;
    padding: 0;outline:0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
.custom-input-file .archivo {
       color: #000;
    font-size: 10pt;
    overflow: hidden;
  padding-top: 7px;


}

.examinar{
  cursor: pointer;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    background-color: #fff;
    color: #FA8258;
font-weight: bold;
    text-align: center;
    font-size: 12pt;
    width: 140px;
    min-height: 25px;
padding-top: 5px;
margin-bottom: 20px;

-moz-box-shadow: 5px 5pxx 9px 0 rgba(0,0,0,.4);
-webkit-box-shadow: 5px 5px 9px 0 rgba(0,0,0,.4);
box-shadow: 5px 5px 9px 0 rgba(0,0,0,.4);
float: left;
   margin-right: 20px;

}

.adjuntar p{clear: both}


.pregunta{

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;


}

.pregunta p{
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  background: #fff;
  border: solid 1px #cbcbcb;
  font-size: 12pt;
  padding: 10px;
  color: #888;
}
.pregunta i{
color: #fff;
background: #FA8258;
 width: 20px;
padding: 2px;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 10pt;
font-style: normal;

}
.pregunta input{ border: none;}

.submit-form button{
  background: #F16730;
   margin-top: 10px;
height: 35px;

-moz-box-shadow: 5px 5pxx 9px 0 rgba(0,0,0,.4);
-webkit-box-shadow: 5px 5px 9px 0 rgba(0,0,0,.4);
box-shadow: 5px 5px 9px 0 rgba(0,0,0,.4);
}

.iconos-contacto{
 width: 90%;
  margin: 30px auto;
}

.icono{
  background: #F16730;
  color: #fff;
  border-radius: 100%;
  font-size: 25px;
  padding: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  margin: 10px 30px;

}

.icono i{
position: absolute;
 top: 50%;
 margin-top:-15px;
 left: 50%;
  margin-left:-13px;

}

.info-cont{
  float: left;
  font-weight: bold;
}

.info-cont p{
  font-size: 10pt
}

.archivos-formato {
  margin-top: 30px;
}

.archivos-formato h2{
  border-bottom: solid #fff;;
  color: #F16730;
  font-family: cuerpo;
  text-align: center;
  font-size: 22pt;
  font-weight: bold;
  max-width: 567px;
  margin: 0 auto;
  padding-bottom: 13px;
  margin-bottom: 25px;
}

.archivos-formato p{
 text-align: center;
 font-weight: bold;
  color: #666;

}


.como-enviarlos{
  width: 100%;
  max-width: 520px;
 margin: 20px auto;
}

.como-enviar{
  float: left;
  width: 120px;
  margin: 5px;
  text-align: center;
  line-height: 1;
}

.como-enviar a{
  color: #000;
  text-decoration: none;
  font-size: 10pt;
}


/* SECUNDARIA PRIVACIDAD */

#sec-privacidad{
  clear: both;
  text-align: justify;
  line-height: 1.3;
  padding: 50px 20px;
  border-bottom: solid 1px #cbcbcb;
}
#sec-privacidad h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 25pt;
font-weight: bold;
  max-width: 70%;
 height: 70px;
margin: 0 auto;
margin-bottom: 30px;
}

#sec-privacidad span{
 color: #F16730;
font-weight: bold;

}

#sec-privacidad p{
  margin: 15px 0;
}

#sec-privacidad li{
 list-style: none;
}

#sec-privacidad i{
  color: #F16730;
  font-size: 9px;
  

}

#sec-privacidad ol>li{
 list-style: decimal;
  margin-left: 20px;
}

.firma { text-align: center; margin-top: 50px}

.privacidad-li td{
border: none;
padding: 0;
padding-right: 10px;
vertical-align: top

}

/* SECUNDARIA FACTURACION*/


#sec-factura{
  clear: both;
  text-align: justify;
  line-height: 1;
  padding: 50px 20px;
  border-bottom: solid 1px #cbcbcb;
  width: 100%;
  max-width: 725px;
  margin: 0 auto;
}

#sec-factura h1{
  text-align: center;
  border-bottom: solid #F16730;
  font-size: 23pt;
font-weight: bold;
  max-width: 70%;
 height: 50px;
margin: 0 auto;
margin-bottom: 30px;
}

#sec-factura span{
 color: #F16730;
font-weight: bold;

}

#sec-factura p{
  margin: 15px 0;

}


.contact-form-factura{
  margin-top: 40px

}
.contact-form-factura label>.icono-hex{
margin-top: 2px;
}

.contact-form-factura label{
  font-weight: normal;
line-height: 1;
 font-size: 10pt;
padding-top: 12px;

}

.contact-form-factura input{
 width: 100%;
}

.contact-form-factura textarea{
 width: 100%;

}


.he-leido a{
  font-weight: bold;
  color: #F16730;
}

.he-leido input{
  width: auto;
  margin-left: 10px;
}

.submit-form button{
  background: #F16730;
  width: auto;
  margin-top: 10px;
height: 35px;

-moz-box-shadow: 5px 5pxx 9px 0 rgba(0,0,0,.4);
-webkit-box-shadow: 5px 5px 9px 0 rgba(0,0,0,.4);
box-shadow: 5px 5px 9px 0 rgba(0,0,0,.4);
}

/* LETREROS - HACEMOS*/

.quehacemos img{
min-width: 100% ;
}

/* LETREROS - ACABADOS*/

.contenido-exterior{
max-width: 880px;
width: 100%;
margin: 0 auto;

}

.exteriores{
  max-width: 170px;
  height: 320px;
  float: left;
  font-size: 9pt;
text-align: left;
line-height: 1.2;
  margin: 10px 5px 0px 0;

}

.exteriores h2{
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #F16730;
  padding: 5px 0;
width: 100%;
height: 30px;
}

.exteriores p{
margin: 0;
}

.exteriores img{
min-width: 100%;}

.exteriores a{
color: #000; 
text-decoration: none;
}

/* LETREROS - COLORES */



.cont-color h2{
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #F16730;
  padding: 5px 0;
  width: 100%
}

.centrar-colores{
  width: 260px;
  margin: 0 auto;
}


.color{
 width:75px;
height: 75px;
 float: left;
 margin: 5px;

}

.color img{
  width: 100%;
  height: 100%;
}

/* LETREROS - APLICACIONES*/
.aplicaciones img{
  max-width: 283px !important;
width: 100%;

  margin: 3px;
float: left;
}

.aplicaciones{
  width: 100%;
  margin: 0 auto;
}


/* LETREROS - CARACTERISTICAS*/
.caracteristicas img{
min-width: 100%;
}

.clearfix{
  clear: both;
}


/* TABS */

/* TABS seccion 1 */
ul#tabs {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center; }
  ul#tabs li {
    display: inline-block;
   
    
    padding: 5px 17px;
    margin-bottom: 4px;
    color: #000;
  font-weight: bold;
    cursor: pointer; }
    ul#tabs li:hover {
      background-color: #F16730; color: #fff; }
    ul#tabs li.active {
      background-color: #F16730; color: #fff;}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul#tab li {
    display: none;

   
 }
    ul#tab li.active {
      display: block; }
   
/* TABS seccion 2 */

ul#tabs2 {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center; }
  ul#tabs2 li {
    display: inline-block;
      
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #000;
  font-weight: bold;
    cursor: pointer; }
    ul#tabs2 li:hover {
      background-color: #F16730; color: #fff; }
    ul#tabs2 li.active {
      background-color: #F16730; color: #fff;}

ul#tab2 {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul#tab2 li {
    display: none;
   
 }
    ul#tab2 li.active {
      display: block; }
   
/* TABS seccion 3 */

ul#tabs3 {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center; }
  ul#tabs3 li {
    display: inline-block;
   
    
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #000;
  font-weight: bold;
    cursor: pointer; }
    ul#tabs3 li:hover {
      background-color: #F16730; color: #fff; }
    ul#tabs3 li.active {
      background-color: #F16730; color: #fff;}

ul#tab3 {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul#tab3 li {
    display: none;
  
   
 }
    ul#tab3 li.active {
      display: block; }
   
/* TABS seccion 4 */

ul#tabs4 {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center; }
 
ul#tabs4 li {
    display: inline-block;
    padding: 5px 9px;
    margin-bottom: 4px;
    color: #000;
  font-size: 10pt;
  letter-spacing: -0.5pt;
    font-weight: bold;
    cursor: pointer; }
    
ul#tabs4 li:hover {
      background-color: #F16730; color: #fff; }
    
ul#tabs4 li.active {
      background-color: #F16730; color: #fff;}

ul#tab4 {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  
ul#tab4 li {
    display: none;
}
    
ul#tab4 li.active {
      display: block; 
}

/* TABS subseccion 5 */

ul#tabs5 {
  list-style-type: none;
  margin: -10px 0 20px 0;
  padding: 0;
  text-align: center; 

}
 
ul#tabs5 li {
    display: inline-block;
    padding: 5px 9px;
    margin-bottom: 4px;
    color: #000;
  font-size: 10pt;
     font-weight: normal;
    font-style: italic;
    cursor: pointer; }
    
ul#tabs5 li:hover {
      color: #F16730;
}
    
ul#tabs5 li.active {
     color: #F16730;
     display: inline;}

ul#tab5 li.active {
      display: block; 
}
   
/* TABS subseccion 6 */

ul#tabs6 {
  list-style-type: none;
  margin: -10px 0 20px 0;
  padding: 0;
  text-align: center; 

}
 
ul#tabs6 li {
    display: inline-block;
    padding: 5px 9px;
    margin-bottom: 4px;
    color: #000;
  font-size: 10pt;
     font-weight: normal;
    font-style: italic;
    cursor: pointer; }
    
ul#tabs6 li:hover {
      color: #F16730;
     display: inline;}
    
ul#tabs6 li.active {
     color: #F16730;
     display: inline;}

ul#tab6 li.active {
      display: block; 
}
   
/* TABS subseccion 7 */

ul#tabs7 {
  list-style-type: none;
  margin: -10px 0 20px 0;
  padding: 0;
  text-align: center; 

}


 
 
ul#tabs7 li {
    display: inline-block;
    padding: 5px 9px;
    margin-bottom: 4px;
    color: #000;
  font-size: 10pt;
     font-weight: normal;
    font-style: italic;
    cursor: pointer; }
    
ul#tabs7 li:hover {
      color: #F16730;
     display: inline; 

}
    
ul#tabs7 li.active {
     color: #F16730;
     display: inline; }

ul#tab7 li.active {
      display: block;  
}
   

/* ICONOS HEXAGONO*/

.icono-hex{
width: 5px; 
  height: 10px; 
  background: #F16730; 
  position: relative; 
 float: left;
 margin: 5px 15px 0 0;
}

.icono-hex:before{
 content: ""; 
  position: absolute; 
  top: 0px; 
  left: -3px; 
  width: 0; 
  height: 0; 
  border-bottom: 5px solid transparent; 
  border-top: 5px solid transparent; 
  border-right: 3px solid #F16730; 
}


.icono-hex:after{
content: ""; 
  position: absolute; 
  bottom: 0px; 
  right: -3px; 
  width: 0; 
  height: 0; 
  border-bottom: 5px solid transparent; 
  border-top: 5px solid transparent; 
  border-left: 3px solid #F16730;  
}




/* IMPRESION MATERIALES */

.mat-impresion-ancho{
max-width: 800px;
 margin: 0 auto; 
}
.mat-impresion h2{
  border-bottom: solid 2px #F16730;
  font-size: 20pt;
  text-align: center;
  font-weight: bold;
  max-width: 230px;
 margin: 0 auto 30px;
}

.mat-impresion p{
  line-height: 1;
}

.mat-impresion{
margin: 0;
}

.mat-impresion-text{
margin-left: 20px;

}

.mat-impresion-img-gde img{
 width: 100%;
 max-width: 379px;

}



.ejemplos{
  margin: 0 0 30px;
}

.ejemplos img{
  max-width: 253px;
  width: 100%;
 margin: 10px auto;

}





/* IMPRESION CALIDAD*/
.resolucion p{
text-align: center;
max-width: 250px;
margin: 0 auto;
}

.resolucion h3{
 text-align: center;
 font-size: 12pt;
  font-weight: bold;
  margin: 19px 0 10px;
  letter-spacing: 0.8pt;
}

/* HEXAGONOS RESOLUCION*/

.hex{
width: 8px; 
  height: 14px; 
  background: #FAD5C6; 
  position: relative; 
 float: left;
 margin:0px 6px 0 6px;
}

.hex:before{
 content: ""; 
  position: absolute; 
  top: 0px; 
  left: -4px; 
  width: 0; 
  height: 0; 
  border-bottom: 7px solid transparent; 
  border-top: 7px solid transparent; 
  border-right: 4px solid #FAD5C6; 
}


.hex:after{
content: ""; 
  position: absolute; 
  bottom: 0px; 
  right: -4px; 
  width: 0; 
  height: 0; 
  border-bottom: 7px solid transparent; 
  border-top: 7px solid transparent; 
  border-left: 4px solid #FAD5C6;  
}

.hex2{
width: 8px; 
  height: 14px; 
  background: #FB9269; 
  position: relative; 
 float: left;
 margin:0px 6px 0 6px;
}

.hex2:before{
content: ""; 
  position: absolute; 
  top: 0px; 
  left: -4px; 
  width: 0; 
  height: 0; 
  border-bottom: 7px solid transparent; 
  border-top: 7px solid transparent; 
  border-right: 4px solid #FB9269; 
}


.hex2:after{
content: ""; 
  position: absolute; 
  bottom: 0px; 
  right: -4px; 
  width: 0; 
  height: 0; 
  border-bottom: 7px solid transparent; 
  border-top: 7px solid transparent; 
  border-left: 4px solid #FB9269;  
}



.hex3{
width: 8px; 
  height: 14px; 
  background: #F16730; 
   position: relative; 
 float: left;
 margin:0px 6px 0 6px;
}

.hex3:before{
 content: ""; 
  position: absolute; 
  top: 0px; 
  left: -4px; 
  width: 0; 
  height: 0; 
  border-bottom: 7px solid transparent; 
  border-top: 7px solid transparent; 
  border-right: 4px solid #F16730; 
}


.hex3:after{
content: ""; 
  position: absolute; 
  bottom: 0px; 
  right: -4px; 
  width: 0; 
  height: 0; 
  border-bottom: 7px solid transparent; 
  border-top: 7px solid transparent;  
  border-left: 4px solid #F16730;  
}

.icon-hexa{
width: 40px;
margin: 8px auto;
}

.icon-hexa2{
width: 60px;
margin: 8px auto;

}

.icon-hexa3{
width: 101px;
margin: 8px auto;

}

/* COMO ELEGIR  */

.elegir{
 line-height: 1;

}
.elegir b{
 font-size: 10pt;
}

.elegir img{width: 100%}

/* IMPRESION - ACABADOS - 
   LONAS - PANELIZACION */

.panelizacion {
 max-width: 800px;
 margin: 0 auto;
}

.panelizacion h3{
  font-size: 18pt;
text-align: center;
  border-bottom: solid 1px #F16730;
  padding-bottom: 10px;
  max-width: 300px;
  margin: 40px auto;
}

.panelizacion h4{
  font-size: 9pt;
text-align: center;
  font-weight: bold;
  letter-spacing: 0.1pt;
 color: #F16730;
}

.panelizacion img{
  width: 100%;

}
.corte img{
  width: 100%;
  max-width: 447px;
  margin-bottom: 20px;
}

.corte-resp{display: none;}
.corte-resp2{display: none;}
.corte-resp{max-width: 217px; margin: 0 auto;}
.corte-resp2{max-width: 300px; margin: 0 auto;}

.corte-v img{
  width: 100%;
  max-width: 779px;
}


.refuerzo img{
  max-width: 865px;
  margin-bottom: 20px;
}

.ojillos img{
  max-width: 769px;
}

.invertida img{
  max-width: 675px;
}



/* EFECTO FADE EN FILTROS */

.fade{
  -moz-animation: 2s fade 1;
 -webkit-animation: 2s fade 1;
position: relative;

}

@-moz-keyframes fade{
  0%{
  opacity: 0.1;
  }
  50%{
  opacity: 1;
  }
}
@-webkit-keyframes fade{
  0%{
  opacity: 0.1;
  }
  50%{
  opacity: 1;
  }
}



/* LASER V2 */

.filtros-li li{
  font-size: 10pt;    
  letter-spacing: -0.3px;

}

.filtros-img img{
  max-width: 293px;
width: 100%;
  margin: 0 3px 5px 0;
}

.material-v2, .material-v3{
 display: none
}

.filtros-img-colores {
text-align: left;
}

.filtros-img-colores img{
  max-width: 90px;
  max-height: 116px
width: 100%;
  margin: 5px 4px 5px 0;
}

.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
z-index:999;}

.tarjetas {
    display: none;
    position: absolute;
    z-index: 999;
	right:4%;
	bottom: -110%;
	
}



