* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{margin:0; 
	 background:#fff;}


body,input,textarea,select{
		font-family:"Titillium Web", sans-serif;
		font-weight: 200i;
		font-size: 11pt;
		line-height: 1.75em;}

h1,h2,h3,h4,h5,h6{  
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: 500;}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
			display:block;
			color: inherit;
			text-decoration: none;}

strong, b{
		font-weight: bold;
		color: #000000;}

p, ul, ol, dl, table{margin:0;}


header{width:100%;
	   background:white;
	   margin: 0;
	   position: relative;}

.head{display: inline-flex; flex-direction: row; align-items: center; padding: 0 1rem;}
.h-der{display: inline-flex; flex-direction: row; align-items: center;}
.h-izq{display: inline-flex; flex-direction: row-reverse; align-items: center; justify-content: space-around; width: 40%;}

h1 {background: url(../img/eisenmanner.png) no-repeat; 
    display:inline-flex;
    width:400px;
    height: 38px;
    text-indent:-9999px;}

h1 a{width:400px;height:38px; cursor:pointer;}

#menu {background-color: black}
.menu {background-color: black}

.sinomach {display:inline-block; width:260px; height: 58px; float: right;}
.wssp {display:inline-flex; align-items: center; width:50%; color:white; font-weight:bold; font-size: 1.5rem; text-decoration:none;}
.wssp p{margin: 0; display: inline-flex; align-items: center;}
.redes-foot {display:inline-block; float: right; padding-top:4%;}
.redes-foot img {display:inline-block; width:13%; float: right; margin-right:2%;}
.wssp img{display:inline-block; width:39px;height:auto;}
.whatsapp-link {text-decoration:none;}
.tel-fijo {display:inline-flex; width:40%; color:white; font-weight:bold; font-size: 1.5rem; text-decoration:none;}
.tel-fijo p{margin: 0; display: inline-flex; align-items: center;}
.tel-fijo a{text-decoration:none;}

/*.sup-der { display: none; }
.sup-der
    { position:relative;
      height:23px; 
      padding-right:4%; 
      float:right;}*/

ul, li {display:inline-block;padding-top: 25px; padding:0; list-style:none;}
nav a {text-decoration:none; margin-left:35px; font-size:20px;color:black; font-weight: 700;padding-top: 35px;}

#nav-flia{display:inline-block; width:100%;}
#nav-flia li {display:inline-flex; width:28%; height:auto;margin: 1%; position:relative;}
#nav-flia li a {color:white; text-transform: uppercase;position:relative; right:-21px; bottom:45px; text-align:left;}
#nav-flia ul {text-align:center; margin-bottom: 3%;}
#nav-flia-cel{display:none;}
#nav-flia h3{position: absolute; bottom: 1.2rem; right: 4rem; color: #fff; font-weight: 700;}
#nav-flia-cel h3{position: absolute; bottom: 1.2rem; right: 4rem; color: #fff; font-weight: 700; font-size: 1.6rem;}
#nav-flia-cel .extendido-plus h3 {position: absolute; bottom: 1.2rem; right: 10%; color: #fff; font-weight: 700; font-size: 1.3rem;}
.extendido {font-size:17px;position: relative; right: 1rem; bottom: 1.2rem;}
.extendido-plus {font-size:15px;position: relative; right: 1rem; bottom: 1.2rem;}

/*ESTILOS NAV PARA NUEVO NAVEGADOR SECUNDARIO*/
/* Contenedor con Flexbox */
.lista-productos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  justify-content: center;
  margin: 0 18% 5% 18%;
}

/* Item individual con efecto hover */
.producto-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: calc(33.333% - 20px);
  aspect-ratio: 4 / 3;
  transition: transform 0.3s ease;
  cursor: pointer;
  flex: 1 1 calc(33.333% - 20px);
  border-radius: 12px;
}

.producto-item:hover {
  transform: scale(1.03);
  z-index: 1;
}

/* Fondo de imagen */
.producto-fondo {
  background-image: url('ruta/a/tu-imagen.jpg'); /* reemplazar con tu imagen */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Botón rojo */
.boton-producto {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: linear-gradient(to right, red, #d32424);
  color: white;
  padding: 0.5rem 2.4rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  opacity: 0.95;
}

/* Texto del botón */
.boton-producto h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* Flecha blanca en círculo rojo */
.flecha {
  font-size: 18px;
  background: white;
  color: red;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media (max-width: 1840px) {
.boton-producto h3 {font-size: 1.4rem; font-weight: 700; margin: 0;}
.lista-productos {margin: 0 10% 5% 10%;}
}

@media (max-width: 1441px) {
.boton-producto h3 {font-size: 1.2rem; line-height: 1.1rem;}
.lista-productos {margin: 0 7% 5% 7%;}
}

@media (max-width: 1080px) {
.boton-producto {padding: 0.5rem 1.2rem;}
.producto-item {width: 100%; max-width: calc(50% - 20px);flex: 1 1 calc(50% - 20px) !important; /* 2 por fila */}
}

@media (max-width: 768px) {

}

/* Cambiar orden en pantallas pequeñas */
@media (max-width: 600px) {
  .producto-item {flex: 1 1 100%; /* 1 por fila */}
  .producto-item:nth-child(1) { order: 6 !important; }
  .producto-item:nth-child(2) { order: 3 !important; }
  .producto-item:nth-child(3) { order: 1 !important; }
  .producto-item:nth-child(4) { order: 7 !important; }
  .producto-item:nth-child(5) { order: 5 !important; }
  .producto-item:nth-child(6) { order: 2 !important; }
  .producto-item:nth-child(7) { order: 8 !important; }
  .producto-item:nth-child(8) { order: 4 !important; }
  .producto-item:nth-child(9) { order: 9 !important; }
  .producto-item:nth-child(10) { order: 12 !important; }
  .producto-item:nth-child(11) { order: 11 !important; }
  .producto-item:nth-child(12) { order: 10 !important; }
  .producto-item:nth-child(13) { order: 17!important; }
  .producto-item:nth-child(14) { order: 14 !important; }
  .producto-item:nth-child(15) { order: 13 !important; }
  .producto-item:nth-child(16) { order: 18 !important; }
  .producto-item:nth-child(17) { order: 16 !important; }
  .producto-item:nth-child(18) { order: 15 !important; }
  .producto-item {width: 100%; max-width: 100%;flex: 1 1 100% !important; /* 2 por fila */}
}

/*fin-ESTILOS NAV PARA NUEVO NAVEGADOR SECUNDARIO*/



/*.titulo-mobile*/
#nav-flia-cel a{font-size:26px; position: relative; bottom:2.5rem; text-align: center;margin:0 auto;}

img {border:none;}

.container {display: flex; justify-content: space-between; text-align:center; margin:0 auto; max-width:100%; background:black;}
section {padding-top:0;}
.portada img {width:100%;}
.reduccion{display:inline-block;width:80% !important; padding-left:17%;}

/*.Estilos portada video*/
.portadavideo{
  width: 100%;
  overflow: hidden;}

.portadavideo video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/*.FIN Estilos portada video*/
  
/* Formulario Consulta rapida*/
#consulta-rapida{position: absolute; top: 0px; right: 2%; color: white; /*font-size: 12px;*/ background: rgba(0,0,0,0.6);width: 26%; height:91%;}
.contenedor {text-align:left; margin:0 auto; max-width:100%;padding:5%;}
.contenedor h2{margin-top:5%; background:red; width:65%;border-radius:9px; padding-left:15px;font-size: 16px; font-weight:600;}
.contenedor label {display: block;}
.contenedor input {display: inline-block; width:90%; border:none; background:#eaeaea; color:black; border-radius:9px;}
#formulario {padding-left:15%; padding-bottom: 4%;}
.contenedor textarea {width: 90%; min-height:80px;  border:none; background:#eaeaea; color:black; border-radius:9px;}

#confirma {padding:15%; min-height:250px; font-size: 20px;}
/* Fin Formulario Consulta rapida*/

/* Formulario CONSULTA*/
.contenedor2 {text-align:left; max-width:100%;padding:2%; margin-bottom: 5%;padding-left: 10%;}
.contenedor2 h2{margin-top:5%; background:#EB2426;width:65%;border-radius:9px; padding-left:15px;font-size: 15px; font-weight:bold;}
.contenedor2 label {display: block; margin: 0 15%;}
.contenedor2 input {display: inline-block; width:60%; border:2px solid red; color:black; border-radius:9px; margin: 0 15%;}
.contenedor2 textarea {width: 60%; min-height:80px; border:2px solid red; color:black; border-radius:9px; margin: 0 15%;}
.contenedor3 {text-align:left; max-width:94%;padding:2%; margin-bottom: 5%;}

.contenedor4 {text-align:left; width:55%;padding:2%; margin-bottom: 5%; float:left;}
.contenedor4 h2{margin-top:5%; background:#EB2426;width:65%;border-radius:9px; padding-left:15px;font-size: 15px; font-weight:bold;}
.contenedor4 label {display: block; margin: 0 15%;}
.contenedor4 input {display: inline-block; width:78%; border:2px solid red; color:black; border-radius:9px; margin: 0 15%;}
.contenedor4 textarea {width: 78%; min-height:80px; border:2px solid red; color:black; border-radius:9px; margin: 0 15%;}
.img-derecha {padding-top:2% !important;}
/* Fin Formulario CONSULTA*/

.h3-contenedor2{margin-left:15%;}
.h3-contenedor3{margin-left:15%; font-weight:bold;}

.presionado {background: black;}

.bajada {text-align: center; padding: 5px; background: black; color:white; width: 60%; margin: 3% 20%;}
.bajada2 {text-align: center;padding: 10PX; background: red;color: white; width: 92%; margin: 3%;}
.bajada3 {text-align: center;padding: 10PX; background: black;color: white; width: 92%; margin: 3%;}
.bajada4 {text-align: left;display: inline-block; text-align: left; width: 75%; padding-left: 15%; margin-bottom: 2%;}
.bajada-min {text-transform: none;text-align: center; padding: 1% 5%; background: black; color:white; width: 60%; margin: 3% 20%; border-radius: 7px;}
.bajada-min2 {text-transform: none;text-align: center; padding: 1% 5%; background: red; color:white; width: 60%; margin: 3% 20%; font-size: 20px; border-radius: 7px;}
.bajada-min3 {text-transform: uppercase !important; text-align: left; color:black; width: 60%; margin: 2% 23%; font-size:1.4rem;}
.gracias {margin-left:15%;width:65%;padding:6%;font-size: 15px; font-weight:bold;}
.button {display:inline-flex; width:90%; padding-left:5%; justify-items:start; align-items:stretch; justify-content: space-evenly; line-height: 2.2rem;}
.button p{margin:1%;}
.titulo-flia {display: inline-flex; font-size: 45px; font-weight: 900; margin-top:0;color: black; padding: 1%;align-items: center;}
.titulo-flia-ch {display: inline-flex; font-size: 45px; font-weight: 900; margin-top: 0; color: black; padding: 1%;align-items: center;}
.btn-flia {display: inline-flex; width: 20rem; font-size: 1.5rem; font-weight:bold; text-decoration:none; margin: 4%; background:black; color: white; padding: 2% 10%; border-radius: 9px; align-items: center; justify-content:center;}
.btn-flia-pagos {display: inline-flex; width: 20rem; font-size: 1.5rem; font-weight:bold; text-decoration:none; margin: 4%; background-color:red; color: white; padding: 2% 10%; border-radius: 9px; align-items: center; justify-content:center;}
.btn-flia:hover {background-color: red;}
.btn-flia-pagos:hover {background-color: black;}
.reparaciones {display:block; width:80%; margin-left:10%;}
.reparaciones img{margin-left:15px;}
.infograf {display:inline-block;max-width: 90% !important; height: auto; padding-left: 5%;}
.infograf-mobile {display: none;}

.ficha-equipo {display:inline-block; width:30%; margin-bottom: 4%; margin-top: 1%; float:left;}
.tercer-pag h3 {color:black; font-size:41px; font-weight:900; font-family: 'Montserrat', sans-serif,; margin-top: 8%;
    margin-bottom: 6%; line-height: 1em;}
.ficha-pag {display: inline-block; width:50%; padding-left: 15%; float:left; margin-top: 6%;}
.ficha-pag-gr {display: inline-block; width:50%; padding-left: 15%; float:left;}   
/*.tercer-pag {display: inline-block; width: 38%; float: left;}
.tercer-pag img {display: inline-block; width: 30%; height: auto; float: left;}*/

#equipos{display:inline-block; width:100%;}
#equipos li {display:inline-block; width:35%;margin: 1%;}
#equipos li a{text-decoration:none;}
.unico{display:inline-block; width:100% !important;margin: 1%;}
#equipos p {background: url(../img/triangulo-rojo.svg) top right no-repeat, url(../img/triangulo-bco.svg) 0% center no-repeat; background-color: #eee; color:black; font-size:1.2rem; text-align:left; padding:4% 10%; font-weight:600; border-bottom:3px solid #ccc; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); border-radius: 15px;}
#equipos p strong {color: red;}
#equipos ul {text-align:center; margin-bottom: 3%; margin-left: 4%;}

#equipos-unico{display:inline-block; width:100%;}
#equipos-unico li {display:inline-block; width:90%;margin: 1%;}
#equipos-unico li a{text-decoration:none;}
#equipos-unico p {background: url(../img/triangulo-rojo.svg) top right no-repeat, url(../img/triangulo-bco.svg) 0% center no-repeat; background-color: #eee; color:black; font-size:1.2rem; text-align:left; padding:4% 10%; font-weight:600; border-bottom:3px solid #ccc; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); border-radius: 15px;}
#equipos-unico p strong {color: red;}
#equipos-unico ul {text-align:center; margin-bottom: 3%; margin-left: 14% !important;}

#equipos-doble{display:inline-block; width:100%;}
#equipos-doble li {display:inline-block; width:35%;margin: 1%;}
#equipos-doble li a{text-decoration:none;}
#equipos-doble p {background: url(../img/triangulo-rojo.svg) top right no-repeat, url(../img/triangulo-bco.svg) 0% center no-repeat; background-color: #eee; color:black; font-size:1.2rem; text-align:left; padding:4% 10%; font-weight:600; border-bottom:3px solid #ccc; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); border-radius: 15px;}
#equipos-doble p strong {color: red;}
#equipos-doble ul {text-align:center; width:92%; margin-bottom: 3%; margin-left: 4%;}

/* Botones */
.boton5{padding: 0.5em 1em;
    width: 90%;   
    float:left;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
     background-color: red!important;
     margin-top:4%;
     margin-bottom: 0px;
     font-size: 17px;
     text-align: center;
     border-radius: 11px;
    font-weight: bold;}

    .boton5:hover{ background: black !important; border: none; color: white;}

    .boton3{padding: 0.5em 1em;
    width: 90%;   
    float:left;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
     background: red !important;
     margin-top:6%;
     margin-bottom: 25px;
     font-weight: 600;
     font-size: 17px;}

    .boton3:hover{ background: #91000b; border: none; color: white;}

    .boton3 img {float:right;}

  .boton1{display:inline-block; 
    padding: 0.6em 1em;
    width: 30%;   
    float:left;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background: black;
    margin-top:2%;
    margin-bottom:2%;
    margin-left: 16%;
    border-radius: 9px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;}

    .boton1:hover{background:#5D5D5D;}



    .boton2{display:inline-block; 
    padding: 0.6em 1em;
    width: 30%;   
    float:left;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background:red;
    margin-top:2%;
    margin-bottom:2%;
    margin-left: 4%;
    border-radius: 9px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;}

    .boton2:hover{background:#91000b;}

    .boton4{display:inline-block; 
    padding: 0.5em 1.3em;
    width: 100%;   
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background:#91000b;
    margin-top:2%;
    margin:2%;
    border-radius: 10px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;}

    .boton4:hover{background:red;}

  #boton2{padding: 5px;
    width: 70%;   
    float:left;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background: red;}

   #boton2:hover{background: #91000b;}

.up {background: url(../img/up.png); width:40px; height:52px; text-indent:-9999px; position:fixed;bottom:88px; right:15px; z-index: 1000;}

/* FIN Botones */

.container article{background: #fff;float:left;min-height:600px; margin-bottom:15px;}
.clear{clear:both;}

/*estilos footer*/
.contacto {margin:0 auto; max-width:100%;background:black; color:white;}
.datos-dir {padding-left: 4%; display:inline-flex; flex-direction: column; align-items: flex-end; width:25%;padding-top: 1rem;}
.datos-dir p{font-size:16px; text-align:right;padding-top: 0.5rem;}
.wssp-foot{ display:inline-flex; align-items: center; padding-top: 0.5rem; text-decoration:none;}
.wssp-foot a {text-decoration:none;}
.wssp-foot img{display:inline-block; width:39px;height:auto;}
.balloon{padding: 50px; display: inline-block; float:left;}
.balloon-cel{display: none;float: left;}
.pie {text-decoration:none; color:#383131; text-align:center; margin-top: 3%;}
.pie a{text-decoration:none; color:#383131;}
.nav-footer li a{text-decoration:none; padding: 1% 0;}
.nav-footer li a:hover{ color:red;}
.nav-footer li{display:block; padding-left:35px;}
.nav-footer {display:inline-block; width:25%; border-left:1px solid white; float:right; padding-top:50px; padding-right:10%;}
/*FIN estilos footer*/



/* M E D I A  Q U E R I E S */

img { max-width:100%; height:auto}

@media screen and (max-width:1708px){
}

@media screen and (max-width:1608px){
}


@media screen and (max-width:1534px){
}

@media screen and (max-width:1420px){
#nav-flia h3{position: absolute; bottom: 0.8rem; right:3rem;}
}

@media screen and (max-width:1340px){
}


@media screen and (max-width:1280px){
.wssp {font-size: 1.3rem;}
.tel-fijo {font-size: 1.3rem;}
.wssp img{ width:2.2rem;}
}



@media screen and (max-width:1205px){
#nav-flia li {width: 40%;} 
#consulta-rapida {width: 42%; height:88%;} 
.boton3 {padding: 0;margin-top: 1%;margin-bottom: 0;}
.ficha-equipo {width:40%;}
}

@media screen and (max-width:1182px){
.contenedor h2{margin-top:-2%;font-size:18px;}
.container{display:flex;flex-direction:column; text-align: center;}
.head {display: inline-flex; flex-direction: column;}
.wssp {width:100%;}
.wssp img {width: 2.2rem;margin-left: 1.2rem;}
.tel-fijo {width:100%; justify-content: right;}
.h-izq{ padding-top: 1rem; display: inline-flex; flex-direction: row-reverse; align-items: center; justify-content: space-around; width: 100%;}
.titulo-flia-ch {max-width: 100%;}
}

@media screen and (max-width:1060px){
.button {width:33%;}
}

@media screen and (max-width:1020px){
.datos-dir {width: 30%;}
}

@media screen and (max-width:996px){
  .button {width:90%; align-items: flex-start; justify-content:flex-start; flex-direction:column;}
  .button p {margin:0;}
  .btn-flia {margin:1%;}
  .btn-flia-pagos{margin:1%;}
}

@media screen and (max-width:959px){
#consulta-rapida {display:none; width: 86%;position: absolute;top: 0px;right: 6%;height: 141%;}
/*h1 {background: url(../img/eisenmanner-sinomach.png) no-repeat;display: inline-block; width: 72%; float: right; height: 3em; padding-top: 0; margin-top: 0; margin-right:0;}*/ 
#equipos li {width:90%;}
#equipos-doble li {width:90%;}
.sinomach {display:none;}
.infograf {display:none;}
.infograf-mobile {display:inline-block; max-width: 85% !important; height: auto; padding-left: 15%;}
}  

@media screen and (max-width:890px){
.bajada {font-size: 16px;}
.boton1 {width:67%; margin-left: 16%;}
.boton2 {width:67%; margin-left: 16%;}
.contenedor4 {width:85%;}
.img-derecha {display:none;}
.h3-contenedor4 {margin-left: 15%;}
.reparaciones img {margin-left: 14%; width: 70%;}
}

@media screen and (max-width:820px){
#nav-flia h3 {
    position: absolute;
    bottom: 0.6rem;
    right: 2rem;}
}

@media screen and (max-width:783px){
#nav-flia {display:none;} 
#nav-flia-cel{display:inline-block;} 
#nav-flia-cel li { display:inline-block; width: 90%;}   
#nav-flia-cel li a {color:white; text-transform: uppercase; position:relative; right:-21px; bottom:45px; text-align:left;}
#nav-flia-cel ul {text-align:center; margin-bottom: 3%; width: 95%;}
.datos-dir {width: 55%; padding-top: 5%;padding-bottom: 30px;}
.nav-footer {width: 85%; padding-top: 4%; padding-bottom: 4%; font-size: 19px;}
.balloon{display: none;}
.balloon-cel{display: inline-block; padding: 9px 9px 9px 36px!important;; float: none; margin:0 !important;}
.contenedor2 h2{width:90%; padding-left:15px;font-size: 15px; margin-bottom: 10%;}
.contenedor2 label {margin: 0 5%;}
.contenedor2 input {width:90%; margin: 0 5%;}
.contenedor2 textarea {width: 90%; margin: 0 5%;}
.contenedor2 {margin-bottom: 15%;}
.bajada{width: 90%; margin:5%;}
.ficha-pag {padding-left: 10%;width: 84%;}
.ficha-pag-gr{padding-left: 5%; width: 81%;padding-top: 5%;}
.ficha-equipo {width: 80%;padding-left: 10%; } 
.bajada4 {padding-left: 5%;}  
.h3-contenedor3 {margin-left: 5%;} 
.bajada-min {width: 80%; margin: 3% 12%; font-size: 18px;}  
.bajada-min2 {width: 80%; margin: 3% 12%; font-size: 18px;} 
.infograf-mobile {max-width: 98% !important;padding-left:5%;}

}  

@media screen and (max-width:690px){
.menu {text-align: center;}
}


@media screen and (max-width:607px){
/*.datos-dir {width: 85%; padding-top: 5%;}*/
.nav-footer {width: 85%; padding-top: 15%; padding-bottom: 15%; font-size: 19px;}
.boton1 {width: 90%;margin-left: 5%;}
.boton2 {width: 90%;margin-left: 5%;}
.titulo-flia {padding: 2%; font-size: 2.2rem;}
.titulo-flia-ch {padding: 2%; font-size: 2.2rem;}
#equipos-unico ul {text-align: center; margin: 9% !important;}
}

@media screen and (max-width:585px){
.h3-contenedor2{margin-left:15%;}

}

@media screen and (max-width:510px){
.h-izq {display: inline-flex; flex-direction: column; margin: 0 auto;}
.datos-dir {width: 85%; padding-right: 24%; float: right;}
.tel-fijo {font-size: 1.7rem; padding-top: 0.5rem;}
.tel-fijo p{text-align: center; margin: 0 auto;}    
.wssp {font-size: 1.7rem; padding-top: 0.5rem;}
.wssp p{text-align: center; margin: 0 auto;}
.extendido-plus {font-size:1rem!important ;position: relative; right: 1rem; bottom: 1.2rem;}
}

@media screen and (max-width:476px){ 
#nav-flia-cel li a{font-size:16px !important; font-weight:bold !important;position: relative;right:10px; bottom: 42px !important;}
.balloon{display: inline-block;}
.balloon-cel{display:none;}
h1 {background: url(../img/eisenmanner-ch.png) no-repeat; 
    display:inline-flex;
    width:335px;
    height: 33px;
    text-indent:-9999px;}
}
