

@charset "UTF-8";
@import url(menu.php);
@import url(blog.php);
@import url(info.php);
@import url(imagen-aside.php);
@import url(search.php);
@import url(mapa.php);
@import url(catalogos.php);
@import url(muebles-galeria.php);
@import url(lightbox.min.php);
@import url(tiendaonline.php);
@import url(cookies.php);


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Questrial', sans-serif; }


h1 img {
  width: 200px;
  padding: 15px; }


header {
  width: 100%;
  height: 100px;
  background: white;
  border-top: 15px solid dodgerblue;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }


.contenedor {
  width: 98%;
  margin: auto;
  padding: 20px; }

header .contenedor {
  display: table; }


section {
  width: 100%;
  /*margin-bottom: 25px;*/ }

p {
  text-align: center;
  color: #ff3737; }

.icon-mail
{
  /* vacía */
}

.icon-mail::after
{
    content: ' inpamarsl@hotmail.com';
}

#politica-privacidad
{
    width: 80%;
    margin: auto;
    background: #EDECEC;
    padding: 2%;
    margin-top: 50px;
    
    box-shadow: 10px 13px 7px rgba(255,55,55,0.8);
}

#aviso-legal
{
    width: 80%;
    margin: auto;
    background: #EDECEC;
    padding: 2%;
    margin-top: 50px;
    
    box-shadow: 10px 13px 7px rgba(255,55,55,0.8);
}

#legal {
  background: white;
  padding: 40px; }

footer {
  background: #021D33;
  text-align: center;
  padding: 20px;
  position: sticky;
  bottom: 0;
  z-index: -2; }


#footer02 {
  background: #011321;
  text-align: center;
  padding: 5px;
  /*position: sticky;
	 bottom: 0;
	 z-index: -3;*/ }
	 
	 
/* aviso de las cookies */

.avisar-cookies {
	display: none;
	background: #fff;
	padding: 30px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 140%;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1001;
	padding-top: 85px;
	text-align: center;
}

.avisar-cookies.activo {
	display: block;
}

.avisar-cookies .galleta {
    width: 27%;
	max-width: 100px;
	position: absolute;
	top: 3%;
	left: calc(53% - 50px);
}

.avisar-cookies .titulo,
.avisar-cookies .parrafo {
	margin-bottom: 15px;
}

.avisar-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}

.avisar-cookies .boton:hover {
	background: #000;
}

.avisar-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
}

.avisar-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-avisar-cookies {
	display: none;
	background: rgba(0,0,0,.50);
	position: fixed;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-avisar-cookies.activo {
	display: block;
}


@media (min-width: 1000px) {

  .contenedor {
    width: 1000px; } }

