/*nav*/

.fullmenu {
	display: none;
	position: fixed;
	width: 100%;
	height: 50%;
	left: -100%;
	top: 0;
	text-align: center;
	/* background: rgb(239, 44, 123); */
	box-shadow: 4px -5px 6px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	z-index: 10004;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.fullmenu img {
	opacity: 1;
}
.fullmenu:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	width: 50%;
	max-width: 319px;
	height: 33%;
	/*background: url(../images/backs/bambus.png) no-repeat;*/

	background-size: contain;
	pointer-events: none;
}
.mostrar_menu {
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.fullmenu .mod_menu {
	position: absolute;
	overflow: hidden;
	/*background-size:30%;*/

	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
}
.fullmenu.mostrar_menu .mod_menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.fullmenu .mod_menu:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.fullmenu .cont_menu_redes {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -4px;
	margin-top: 10%;
}
.fullmenu ul {
	display: block;
	position: relative;
    padding-top: 40px;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin: .3em 0;
	/* font-family: 'Segoe UI', sans-serif; */
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	font-size: 1.8em;
	font-weight: 200;
	line-height: 2em;
	letter-spacing: normal;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	/* border-left-width: 2px; */
	/* border-left-style: solid; */
	/* border-left-color: #fff; */
	padding-left: 0;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
	/*background:rgba(0,144,69,.3);*/
	color: #4daebc;
}
/*termina nav*/



/*lines button*/



button.lines-button {
	display: none;
	position: fixed;
	top: 13px;
	right: 0;
	padding: 46px 20px;
	margin: 0;
	line-height: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	background: none;
	border: 0;
	z-index: 10005;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 60px;
	height: 5px;
	background: #4daebc;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #4daebc;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	content: '';
	-webkit-transform-origin: 60px center;
	-moz-transform-origin: 60px center;
	transform-origin: 60px center;
}
.lines:before {
	top: 14px;
}
.lines:after {
	top: -14px;
}
.lines-button:hover .lines:before {
	top: 16px;
}
.lines-button:hover .lines:after {
	top: -16px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 60px;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/*termina lines button*/
.fullmenu.mostrar_menu:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 90%;
}
.fullmenu.mostrar_menu ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin: 0 0 0;
}
.fullmenu .menu, .fullmenu.mostrar_menu .menu {
    padding-left: 0;
}
@media screen and (max-width:1680px) {
.btns a {
    padding-left: 40%;
    padding-right: 5%;
    text-align: left;
}
.btn_ver2 {
    padding-left: 40%;
}  
}
@media screen and (max-width:1660px) {
.btns a, .btn_ver2 {
    padding-left: 35%;
}
/*.caja_texto:after {
    width: 100%;
}  */
.caja_texto:before, .caja_texto:after {
    width: 80%;
}  
}
@media screen and (max-width:1550px) {
.btns a, .btn_ver2 {
    padding-left: 32%;
}
}
@media screen and (max-width:1480px) {
.btns a, .btn_ver2 {
    padding-left: 28%;
}
}
@media screen and (max-width:1440px) {
.caja_texto.ls-layer {
    width: auto !important;
    max-width: 580px !important;
}
.btns a, .btn_ver2 {
    padding-left: 25%;
}  
.descripciones {
    height: 595px;
}
.btn_ficha a {
    padding-right: 20%;
} 
.img_principio {
    height: 325px;
} 
.caja_texto:after {
    width: 92%;
}
.caja_texto:before {
    width: 89%;
}  
}
@media screen and (max-width:1390px) {
.btns a, .btn_ver2 {
    padding-left: 20%;
}
}
@media screen and (max-width:1366px) {
body {
    font-size: 18px;
}
/*.secc_signaluxs p {
    width: 68%;
}*/
/*anchos====================*/
.wrapper {
   max-width: 1100px;
}  
.cont_contacto.contenedores {
    max-width: 1000px;
}
header .wrapper {
    max-width: 1064px;
}
/*terminan anchos====================*/  
img.lampara_secc {
    margin-left: -12%;
} 
p {
    font-size: 1.1em;
}
.txt_inicio {
    width: 34%;
    max-width: 380px;
    left: 10.5%;
}  
.lampara_inicio {
    width: 65%;
    max-width: 700px;
   padding-top:3%;
} 
.secc_inicio:after {
    width: 150%;
    height: 80px;
} 
/*.btns_izquierda {
    padding-top: 4%;
} */
/*.descripciones  {
    height: 700px;
}*/
.descripciones {
    height: 550px;
}
.caja_texto.ls-layer {
    width: auto !important;
    max-width: 380px !important;
} 
.btns a, .btn_ver2 {
    padding-left: 27%;
} 
.img_principio {
    height:320px;
} 
.caja_texto:after {
   /* width: 105%;*/
  width:114%;
}
.caja_texto:before {
    width:105%;
}  
}
@media screen and (max-width:1280px) {
.txt_inicio {
    width: 31%;
    max-width: 330px;
}
.lampara_inicio {
    width: 60%;
    max-width: 650px;
    padding-top: 0;
} 
.btns a, .btn_ver2 {
    padding-left: 22%;
}  
.img_principio {
    height: 289px;
}  
}
 @media screen and (max-width:1200px) {
.txt_inicio {
    width: 30%;
    max-width: 330px;
    left: 7%;
} 
.lampara_inicio {
    width: 55%;
    max-width: 650px;
    padding-top: 0;
}   
.btns a, .btn_ver2 {
    padding-left: 15%;
}
.secc_signaluxs .wrapper{
    max-width: 900px;
}
.main_menu {
    left: 300px;
} 
.img_principio {
    height: 272px;
}   
}
 @media screen and (max-width:1180px) {
body {
    font-size: 16px;
}
/*anchos====================*/
.wrapper {
   max-width: 1000px;
}  
.cont_contacto.contenedores {
    max-width: 950px;
}
header .wrapper {
    max-width: 950px;
}
/*terminan anchos====================*/ 
.txt_inicio {
    width: 30%;
    max-width: 300px;
    left: 4%;
}
 .caja_texto {
    position: absolute;
    right: 9%;
    bottom: 0;
    /* background: rgba(67, 97, 164, .94); */
    color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 3;
} 
.cont_datos_fuentes {
    width: 100%;
    max-width: 1000px;
    overflow-x: auto;
}  
/*.secc_signaluxs {
    padding: 8% 0 6%;
} */
.btns a, .btn_ver2 {
    padding-left: 25%;
}   
}

 @media screen and (max-width:1124px) {
.descripciones {
    height: 478px;
}
.btns a, .btn_ver2 {
    padding-left: 21%;
}   
}
 @media screen and (max-width:1100px) {
.img_principio {
    height: 247px;
}
}  
 @media screen and (max-width:1024px) {
.descripciones {
    height:600px;
} 
/*.secc_signaluxs {
    padding: 8% 0 17%;
}*/
img.btn_10anios {
    width: 85%;
    margin-left: -2%;
    margin-top: 19%;
    margin-bottom: -96px;
} 
.btns a, .btn_ver2 {
    padding-left: 11%;
}
.btn_ficha a {
    padding-right: 10%;
} 
.secc_signaluxs .wrapper {
    max-width: 865px;
    padding-left: 0;
} 
header .wrapper {
    max-width: 900px;
    width: 90%;
}   
.main_menu ul li a {
    padding: 61px 75px 68px 0;
}
.img_principio {
    height: 232px;
}   
}

 @media screen and (max-width:1000px) {
.secc_signaluxs h3 {
    font-size: 2.2em;
    padding-left: 5%;
    padding-top: 20px;
    margin-bottom: 0;
}
img.img_beff {
    width: 15px !important;
    float: left;
    top: 8px;
    position: relative;
} 
.main_menu ul li a {
    padding: 61px 55px 68px 0;
}
.logo {
    width: 220px;
    top: 2px;
}
.img_principio {
    height: 225px;
}
.secc_galeria {
    font-size: .85em;
}   
}


 @media screen and (max-width:900px) {
/*anchos====================*/
.wrapper {
   max-width: initial;
   width: 90%;
}  
.cont_contacto.contenedores {
    max-width: initial;
      width: 90%;
}
header .wrapper {
    max-width: initial;
    width: 90%;
}
/*terminan anchos====================*/ 
.logo {
    width: 160px;
      top: 0;
} 
.header {
    height: 89px;
}
.main_menu ul li a {
    padding: 44px 45px 45px 0;
}
.main_menu {
    left: 280px;
}
.txt_inicio {
    width: 40%;
    max-width: 280px;
    left: 4%;
}
.lampara_inicio {
    width: 52%;
    max-width: 410px;
    padding-top: 0;
}
.caja_texto {
    right: 4%;
    bottom: -73px;
}
h2 {
    font-size: 3.5em;
}
h3 {
    font-size: 1.4em;
}
.pag_internas {
    margin-top: 89px;
    padding: 4% 0 5.2%;
} 
/*.descripciones {
    height: 545px;
} */
.descripciones {
    height: 450px;
}   
img.btn_10anios {
    width: 85%;
    margin-left: -2%;
    margin-top: 16%;
    margin-bottom: -84px;
}
/*.secc_signaluxs p {
    width: 95%;
    text-align: left;
} */
/* SECCION INICIO 2 LAYER SLIDER ====================================================*/
/*#layerslider_1{
    display: none;
}
#layerslider_2{
    display: none !important;
}  */ 
.btns a, .btn_ver2 {
    padding-left: 14%;
} 
.secc_signaluxs .wrapper {
    max-width: 865px;
    width: 80%;
    padding-left: 0;
}
/*.mod_responsivo {
    display: block;
    position: relative;
    width: 100%;
    background: url(/images/bg_signaflex.jpg) center center no-repeat;
    background-size: cover;
} */
.txt_signa_resp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} 
.txt_inicio {
    position: absolute;
    width: 48%;
    max-width: 310px;
    top: -141px;
    left: initial;
    right: 10%;
} 
.caja_der.cont_txt_signa {
    background: #041b25bd;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 6%;
    font-size: 1em;
}
.subcont_txt_signa {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    margin: 0 0 0;
    padding-top: 89px;
} 
.img_principio {
    height: 203px;
}
.secc_signaluxs .columnas.version3 .columna.col_izq {
    width: 70%;
} 
.secc_signaluxs .columnas.version3 .columna.col_izq .caja_h3 {
    width: 130%;
}
#layerslider_1 {
    padding: 88px 0 0;
}   
}
 @media screen and (max-width:850px) {
.secc_signaluxs h3 {
    font-size: 1.7em;
    padding-left: 5%;
    padding-top: 20px;
    margin-bottom: 0;
}
img.img_beff {
    width: 12px !important;
    float: left;
    top: 5px;
    position: relative;
} 
.main_menu {
    left: 220px;
}   
}
 @media screen and (max-width:768px) {
 .header {
    height: 70px;
    width: 100%;
    left: 0;
    top: 0;
}
   section#galeria .columna {
      max-height: 148px;
      overflow: hidden;
  }
.logo {
    width: 127px;
}
/*.headervisible .logo {
	top: 10px;
}*/
.mainmenu {
	display: none;
}
.fullmenu {
	display: block;
	background: #252525;
	height: 100%;
	width: 50%;
}
button.lines-button {
	display: block;
	padding: 30px 20px;
	line-height: 4px;
}
.lines {
	width: 40px;
	height: 4px;
}
.lines:before,  .lines:after {
	width: 40px;
	height: 4px;
}
.lines:before {
	top: 10px;
}
.lines-button:hover .lines:before {
	top: 12px;
}
.lines:after {
	top: -10px;
}
.lines-button:hover .lines:after {
	top: -12px;
}
.lines-button.x.close .lines:before,  .lines-button.x.close .lines:after {
	width: 40px;
}
.fullmenu ul li a {
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}

.fullmenu.mostrar_menu .menu {
    /*background: rgb(37, 37, 37);*/
    margin: 0;
}
header.header.woodheader ~.main_menu {
    display: none;
}
   .main_menu {
      display:  none;
  }
.fullmenu.mostrar_menu ul {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
  .fullmenu ul {
    /*margin-top: 40% !important;*/
    position: absolute;
   /* left: 15%;
    top: 35%;
    bottom: auto;
    right: auto;*/
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0; 
    overflow: auto;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
      -webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}
.fullmenu ul li a {
    line-height: 3em;
}
  header.header:after {
      display: none;
  }
.pag_internas {
    margin-top: 70px;
}
.secc_inicio .centrar_cont {
    top: -10%;
}
.caja_texto {
    right: 4%;
    bottom: -130px;
}
.txt_inicio {
    top: -85px;
}
.lampara_inicio {
    width: 57%;
} 

h2 {
    font-size: 3.1em;
}
h3 {
    font-size: 1.2em;
}
p {
    font-size: 1em;
}
.datos_contacto {
    padding: 1% 6% 1% 7%;
} 
.pag_internas.pag_ficha .columna.col7, .pag_internas.pag_ficha .columna.col5  {
    padding: 0;
    vertical-align: top;
    width: 100%;
      display: block;
} 
.pag_internas.pag_ficha .columna img.imgs_fichas {
    padding: 20px;
}  
.secc_productos .wrapper {
    max-width: initial;
    width: 100%;
}
.descripciones {
    width:59%;
    float: left;
    margin-left: 1%;
    position: relative;
    z-index: 0;
   /* height: 588px;*/
    /*overflow-x: visible;
    overflow-y: auto;*/
} 
.tabs_productos {
    overflow-y: initial;
    overflow-x: initial;
}
/*.secc_signaluxs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}*/
/*.secc_signaluxs .columnas:before {
    height: 105px;
} */ 
/*.secc_signaluxs:before {
    content: '';
    position: absolute;
    bottom: 170px;
    left: -50%;
    width: 200%;
    height: 49px;
    background: #181a1f;
    background-size: cover;
    z-index: 0;
} */
/*.descripciones {
    height: 500px;
} */
.descripciones {
    height: 480px;
} 
/*SCROLL x POP UP ======*/
.cont_datos_fuentes {
    position: relative;
}
.cont_datos_fuentes:after {
    content: "";
    background: url(/images/desliza.png) center center no-repeat;
    width: 42px;
    background-size: cover;
    height: 42px;
    top: 91px;
    left: 5px;
    position: absolute;
} 
img.btn_tabla_top {
    width: 285px;
    padding-left: 44px;
}  
.img_principio {
    height: 174px;
}
#layerslider_1 {
    padding: 69px 0 0;
}   
}
@media screen and (max-width:740px) {
.descripciones {
    height: 528px;
}
/*.secc_signaluxs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}
.secc_signaluxs:before {
    content: '';
    position: absolute;
    bottom: 140px;
    left: -50%;
    width: 200%;
    height: 49px;
    background: #181a1f;
    background-size: cover;
    z-index: 0;
}*/ 
.secc_galeria {
    font-size: .8em;
}
.img_principio {
    height: 168px;
} 
.secc_galeria h3 {
    font-size: 2em;
} 
.btn-flex {
    display: block;
}
}

@media screen and (max-width:670px) {
  /*cambio octubre*/
  section#secc_galeria {
    display: block;
}
 .custom.responsive {
    display: block;
} 
  .custom.responsive .columna {
    width: 76%;
    margin: 0 auto !important;
    display: none;
}

.custom.responsive .columna:last-child {
    display: block !important;
}
  /*fin cambios OCTUBRE*/
.lampara_inicio {
    width: 40%;
  margin: 1% 12%;
}
.txt_inicio {
    right: 2%;
}
.caja_texto {
    padding: 20px 20px;
    font-size: .9em;
    bottom: -105px;
}
.fullmenu ul li a {
    line-height: 2em;
} 
/*.secc_signaluxs {
    padding: 8% 0 25%;
}*/
img.btn_10anios {
    width: 85%;
    margin-left: -2%;
    margin-top: 20%;
    margin-bottom: -119px;
}
.secc_signaluxs h3 {
    font-size: 1.4em;
    padding-left: 5%;
    padding-top: 20px;
    margin-bottom: 0;
}
img.img_beff {
    width: 10px !important;
    float: left;
    top: 5px;
    position: relative;
}  
.img_principio {
    height: 152px;
}
.secc_galeria h3 {
    font-size: 1.7em;
}  
.secc_signaluxs .columnas.version3 .columna.col_izq {
    width: 95%;
}
.secc_signaluxs .columnas.version3 .columna.col_izq .caja_h3 {
    width: 110%;
}  
}
@media only screen and (max-width: 600px) and (orientation:landscape) {
.lampara_inicio {
    width: 52%;
    margin: 1% 2%;
    padding-top: 4%;
}
.caja_texto {
    padding: 20px 20px;
    font-size: .9em;
    width: 55%;
    bottom: -45%;
}
.secc_inicio {
    padding: 90px 0 117px;
    background: url(/images/bg_inicio.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100%;
    height: auto;
}  
}
 @media screen and (max-width:600px) {
 .header {
    height: 60px;
}
   div#layerslider_5 {
    display: block !important;
}
div#layerslider_4 {
    display: none !important;
}
.logo {
    width: 180px;
}
button.lines-button {
    padding: 25px 20px;
}

.fullmenu ul li a {
    margin-top: 5%;
}
.fullmenu ul li.active a:before{
    left: 5%;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before, .lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:before {
    top: 8px;
}
.lines-button:hover .lines:after {
    top: -8px;
}
.fullmenu {
	height: auto;
}
.logo {
    width: 107px;
}
.lampara_inicio {
    width: 53%;
    margin: 1% 12%;
    padding-top: 1%;
    padding-bottom: 5%;
}
/*.secc_signaluxs:after {
    height: 138px;
}*/
.secciones .secc_productos p, .mod_contacto p {
    text-align: left;
}  
.secc_signaluxs .columnas:before {
    height: 80px;
    top: 66%;
}
.hide_in_resp {
    display: none;
}
.show_in_resp {
    display: block;
}  
.pag_internas {
    margin-top: 60px;
}
.titt_after h2:after {
    left: 102%;
}
.titt_after h2:before {
    left: 103%;
}
.txt_datos p span {
    font-size: 160%;
    font-family: Sans-Serif;
    line-height: 103%;
}
 .pag_internas h2 {
    font-size: 2.3em;
}
.hide_in_600 {
    display: none !important;
}
.show_in_600{
    display: block !important;
}
.columnas.version2 .col_der img {
    margin-top: -12%;
} 
.secc_signaluxs .columna {
    position: relative;
    display: block;
    width: 100%;
}   
.columnas.version2 .columna img {
    display: block;
    width: 85%;
    margin-left: initial;
    margin: 0 auto;
}  
/*.secc_signaluxs:before {
    content: '';
    position: absolute;
    bottom: 138px;
    left: -50%;
    width: 200%;
    height: 49px;
    background: #181a1f;
    background-size: cover;
    z-index: 0;
}*/
img.btn_10anios {
    width: 85%;
    margin-left: -2%;
    margin-top: 4%;
    margin-bottom: -119px;
} 
img.signa_2 {
    margin-top: -10% !important;
}
img.signa_2 {
    padding-top: 8%;
    margin-bottom: -9% !important;
} 
.btn_ficha a {
    padding-right: 10%;
}

.secc_signaluxs .columnas.version3 .columna {
    display: block;
    width: 100%;
} 
img.img_video {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}
.secc_signaluxs h3 {
    font-size: 1.8em;
    padding-left: 3%;
    padding-top: 20px;
    margin-bottom: 0;
}
img.img_beff {
    width: 16px !important;
    float: left;
    top: 3px;
    position: relative;
}
.logo_barra {
    width: 200px;
} 
.btn_ver2 {
    text-align: center;
    padding: 10px 0;
} 
.pag_tablas img.btn_fuentes {
    width: 340px !important;
}
img.btn_tabla_top {
    width: 275px;
    padding-left: 44px;
    padding-top: 6px;
} 
.pag_internas.pag_ficha.f_fuentes .btn_ver {
    width: 100%;
    min-width: initial;
    margin-top: 35px;
}
.img_principio {
    height: 137px;
}   
.caja_h3 {
    width: 100%;
}
.secc_signaluxs h3 {
    font-size: 1.8em !important;
} 
.txt_inicio {
    right: 17%;
}
#layerslider_1{
    display: none !important;
}
#layerslider_2{
    display: block !important;
  padding-top: 58px;
} 
.caja_texto:after {
    width: 128%;
    height: 95%;
    left: 7px;
    bottom: 3px;
} 
.caja_texto:before {
    width: 128%;
    left: -21px;
    bottom: -24px;
}  
   
.accordion-inner.panel-body h2.nn_sliders-title, .accordion-inner.panel-body h3, .accordion-inner.panel-body p {
    display: inherit;
}
  .btn_ficha a img, .btn_ficha a h3 {
    width: 40%;
}
   .nn_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    position: relative;
}

.nn_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background: url(../../../images/categorias/fondo.jpg) center no-repeat;
    z-index: -1;
    background-color: transparent !important;
}
.accordion-inner.panel-body p {
    display: block !important;
    width: 90%;
    margin: 0 auto;
}
.btn_ficha a img {
    width: 50%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    height: 120px;
    object-fit: cover;
    image-orientation: inherit;
}
.btn_ficha a h3 {
    width: 100%;
    padding: 22px 10px;
    margin-bottom: 0;
}
.btn_ficha a {
    padding-right: 0;
}
}


 @media screen and (max-width:480px) {
 
/*header y menu*/

.header {
    height: 55px;
}
.logo {
    width: 100px;
    top: 0;
}
.redes a {
    padding: 0 16px;
}

.redes {
    top: 50px;
}
button.lines-button {
	padding: 20px 15px;
	line-height: 2px;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before,  .lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines-button:hover .lines:before {
	top: 10px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -10px;
}
.lines-button.x.close .lines:before,  .lines-button.x.close .lines:after {
	width: 30px;
}
.fullmenu ul li.active a:before {
    top: 9%;
}
.fullmenu ul li a {
    font-size: 1.1em;
}
.txt_inicio {
    width: 65%;
    max-width: 280px;
    left: 0;
}
.lampara_inicio {
    width: 50%;
    margin: 1% 45%;
    padding-top: 1%;
    padding-bottom: 20%;
}
.caja_texto {
    padding: 25px 28px;
    font-size: .9em;
    left: 15%;
    right: inherit;
}
button.lines-button {
    top: 7px;
}
.secc_signaluxs .columnas:before {
    height: 60px;
    top: 75%;
}
img.switch {
    margin-left: -10%;
    margin-bottom: -12%;
}
h2 {
    font-size: 2.7em;
}
.titt_after {
    margin-bottom: 10px !important;
}

.secc_signaluxs .columnas:before {
    height: 60px;
    top: 73%;
}
.secc_inicio:after {
    width: 150%;
    height: 50px;
}
.pag_internas {
    margin-top: 55px;
}
.columnas.tb_datos .columna {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 30px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} 
.cont_contacto.contenedores {
    width: 90%;
    display: block;
} 
.datos_contacto, .cont_contacto .rsform {
    width: 100%;
    display: block;
} 
.txt_inicio {
    width: 60%;
    max-width: 280px;
    left: 2%;
}
.caja_der.cont_txt_signa {
    width: 100%;
    height: auto;
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0;
    padding-left: 10%;
    font-size: .9em;
}
.subcont_txt_signa {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    margin: 0 0 0;
    padding-top: 10%;
    padding-bottom: 10%;
}  
 /* MODIFICAR ALTURA SLIDER HOME ========================-->*/
#djslider-loader109 {
    height: 920px;
    width: 100% !important;
    overflow: hidden;
    position: relative;
 }
#djslider-loader109>div, #djslider-loader109 .djslider {
    position: absolute;
    width: 100% !important;
    height: 100% !important;  
}
#djslider-loader109 .djslider-in, #djslider-loader109 .djslider-in li {
    height: 100% !important;
    /* width: 100% !important; */
}
/*.mainbanner .djslider-in li img{
    height: 100% !important;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
}*/
/* termina MODIFICAR ALTURA SLIDER HOME ========================-->*/  
.img_principio {
    height: 230px;
}  
.secc_galeria .col3 {
    width: 50%;
   display: inline-block;
}  
.accordion-inner.panel-body p {
    display: block !important;
    width: 90%;
    margin: 0 auto;
}
.btn_ficha a img {
    width: 50%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    height: 120px;
    object-fit: cover;
    image-orientation: inherit;
}
.btn_ficha a h3 {
    width: 100%;
    padding: 22px 10px;
    margin-bottom: 0;
}
.btn_ficha a {
    padding-right: 0;
}
}

@media screen and (max-width:425px) {
.secc_inicio .centrar_cont {
    top: 0;
} 
.lampara_inicio {
    width: 78%;
    margin: 1% 25%;
    padding-top: 13%;
    padding-bottom: 17px;
}

.caja_texto:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    bottom: -20px;
    background: rgba(3, 31, 45, 0.75);
    z-index: 0;
}
.tb_datos .col2_b {
    width: 49%;
    font-size: 124%;
} 
.columnas.tb_datos {
    border-bottom: 0;
}
.columnas.tb_datos .columna{
    border-bottom: 2px dotted #3f3f3f;
} 
.columnas.fotos_ficha .columna {
    padding: 5px 0 10px;
    width: 100%;
    display: block;
}
.columnas.fotos_ficha .columna:first-child {
    padding-right: 0;
} 
.columnas.fotos_ficha .columna:nth-child(2) {
    padding-left: 0;
} 
.btn_ver {
    margin: 10px auto 0;
}  
p {
    font-size: 1.2em;
} 
.header {
    height: 77px;
}
.logo {
    width: 140px;
    top: 0;
} 
.pag_internas {
    margin-top: 77px;
} 
.secc_signaluxs .columnas:before {
    height: 50px;
    top: 80%;
}
/*.secc_signaluxs:after {
    height: 95px;
}*/
img.switch {
    margin-left: -10%;
    margin-bottom: -14%;
} 
button.lines-button {
    top: 15px;
}
.secc_productos p {
    text-align: left;
      font-size: .9em;
} 
/*.secc_signaluxs:before {
    content: '';
    position: absolute;
    bottom: 95px;
    left: -50%;
    width: 200%;
    height: 49px;
    background: #181a1f;
    background-size: cover;
    z-index: 0;
} */
.titt_after h2:after {
    top: 38%;
} 
.pag_ficha .titt_after h2:before, .pag_ficha .titt_after h2:after {
    width: 0;
    height: 0;
}  
#inicio {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

.secc_signaluxs p {
    font-size: 1em;
    text-align: left;
}
.hide_in_414 {
    display: none;
}
.tabs_productos.show_414 {
    display: block !important;
} 
img.btn_tabla_top {
    width: 275px;
    padding-left: 44px;
    padding-top: 20px;
} 
.secc_galeria .djslider-default .slide-desc {
    bottom: 20px !important;
} 
#jcemediabox-popup-ajax .formResponsive {
    padding: 3% !important;
}
#jcemediabox-popup-ajax .formResponsive .formHorizontal .rsform-block.rsform-block-suscribirse {
    margin-top: -2px;
}  
#jcemediabox-popup-body {
    max-width: 95% !important;
} 
#jcemediabox-popup-iframe {
    width: unset !important;
}
#jcemediabox-popup-content>img {
    width: 89%;
    height: auto;
}
.subcont_txt_signa {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    margin: 0 0 0;
    padding-top: 10%;
    padding-bottom: 20%;
    font-size: 90%;
} 
.subcont_txt_signa p {
    line-height: 130%;
}  
.video-banner__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-8%);
    -ms-transform: translate(-50%,-8%);
    transform: translate(-50%,-8%);
    min-height: 100%;
    min-width: 100%;
    background-color: #333;
    background: url(/images/bg_singna_secc.jpg) center -10px repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}  
h2 {
    font-size: 2.4em;
}
.secc_signaluxs h3 {
    font-size: 1.5em !important;
}  
h2 {
    font-size: 2.2em;
}
/*#jcemediabox-popup-body {
    height: 500px !important;
} 
#jcemediabox-popup-page.ios #jcemediabox-popup-content {
    height: 480px !important;
} */ 
.rsform-block.rsform-block-titt-news h4 {
    margin-bottom: 0 !important;
} 
.hide_in_414  {
    display: none;
}
.show_in_414  {
    display: block;
} 
/*#jcemediabox-popup-container  {
    height: 387px !important;
}
#jcemediabox-popup-content {
    height: 380px !important;
} */ 
.caja_texto {
    left: 5%;
} 
.mod_responsivo {
    background: url(/images/bg_signaflex.jpg) 29% center no-repeat;
    background-size: cover;
}  
}


@media screen and (max-width:375px) {
.lampara_inicio {
    width: 72%;
    margin: 1% 18%;
    padding-top: 17%;
    padding-bottom: 7px;
}
.secc_signaluxs .columnas:before {
    height: 50px;
    top: 83%;
}
img.switch {
    margin-left: -10%;
    margin-bottom: -20%;
}
img.btn_10anios {
    width: 85%;
    margin-left: -2%;
    margin-top: 1%;
    margin-bottom: -119px;
}
.txt_inicio {
    width: 70%;
    max-width: 280px;
    /*top: 17%;*/
}
.cont_datos_fuentes:after {
    top: 81px;
}
.subcont_txt_signa {
    padding-bottom: 33%;
}  
.secc_signaluxs:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 101%;
    left: 0;
    top: -1px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.caja_texto {
    left: 5%;
    padding: 25px 20px;
} 
.caja_texto:after {
    width: 135%;
}  
}
 @media screen and (max-width:320px) {
/*.secc_signaluxs .columnas:before {
    height: 39px;
    top: 86%;
}
.secc_signaluxs:after {
    height: 75px;
} */  
.secc_signaluxs p {
    text-align: left;
} 
.btn_ver2 a {
    font-size: .8em;
}
.caja_der.cont_txt_signa {
    font-size: .8em;
}   
}

/*terminan estilos responsive*/
