@font-face {
	font-family: "Raleigh-Regular Regular";
	src: url("../../font/Raleigh-Regular.ttf");
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "Raleigh-Regular Regular", sans-serif;
	list-style: none;
}
/*body*/
body {
	margin-left: 122px;
	margin-top: 80px;
	transition: margin-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background: #f1e7d8 url('../../img/fondo2.jpg') repeat 0 0;
	display: block;
	flex-wrap: wrap;
	min-height: 100vh;
}
/* boton para el despliegue del menu */
.cabecera {
	width: 100%;
	height: 80px;
	background:whitesmoke ;
	color: hsl(357deg 79% 35%);
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 200;
	box-shadow: 0px 20px 121px 20px rgb(0 0 0 / 78%);
	-webkit-box-shadow: 0px 20px 121px 20px rgb(0 0 0 / 78%);
	-moz-box-shadow: 0px 20px 121px 20px rgb(0 0 0 / 78%);
	justify-content: space-between;
	align-content: center;
}
/*prueba*/
.prueba{
	color: red;
	height: 50px;
	width: 50px;
	background-attachment: fixed;
}
.prueba:hover{
	color: red;
}
/*icono de la cabecera*/
.titulo-cabecera{
	font-size: 20px;
}
.icon__menu {
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(10px);
	margin-right: 3rem;
}
.icon__menu i {
	font-size: 20px;
	cursor: pointer;
	position: absolute;
}
.logo{
	width: 30rem !important;
	height: 4rem !important;
	background: url("../../img/logo.svg") no-repeat 0;
	background-size: 40%;
}
/*menu*/
.borde{
	background: url("../../img/bordes.png") center bottom repeat-x;
	width: 100%;
	/* filter: invert(53%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(450%) contrast(3);
	*/
	height: 2.5vh;
	top: 80px;
	position: absolute;
	transform: scaleX(-1);
	filter: grayscale(-4%) sepia(-101%) hue-rotate(76deg);
}
/*diseño del navegador (menú)*/
.navegador {
	grid-area: menu;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	width: 6.8em;
	background: #1783db;
	position: fixed;
	top: 0;
	left: 0;
	color: white;
	font-size: 18px;
	z-index: 300;
	overflow: hidden;
	background: #21a0f5 url('../../img/fondo.png') 0 0;
	background-position: 293px 0px;
	background-size: cover;
	border-right: 10px ridge #21a0f5;
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* titulo del menu */
.titulo {
	margin-top: 1rem;
	display: flex;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	line-height: 20px;
	margin-bottom: 10px;
}
.titulo-clientes
{
	margin-top: 1rem;
	display: flex;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	font-size: large;
	line-height: 20px;
	margin-bottom: 10px;
}
/*ZONA OFERTAS*/

.titulo-usuario
{
	border-bottom: 2px solid black;
}

.fidelidad
{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    align-items: center;
    align-content: center;

}

.todoZonas
{
    display: flex;
    margin: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-end;
    justify-content: flex-start;
}
.zonasMedias
{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.cabeceraMedias
{
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-around;
}
.cajaMedias
{
	display: block;
    width: 75%;
    height: 50%;
    background-color: white;
	box-shadow: 0 4px 30px rgba(0, 1, 3, 0.44);
}
.img-responsiveMedias
{
    display: block;
    max-width: 100%;
    height: 130px;
}
.ico-responsiveMedias
{
    display: block;
    width: 45px;
    height: 70px;
    margin: -40px auto -13px auto;
}

.cajaMedias h4
{
	display: block;
    padding: 0px 20px;
    font-size: 1em;
    text-align: center;
    margin-bottom: -3px;
}
.titulo-contMedias
{
	text-align: center;
    letter-spacing: 5px;
    margin-bottom: 3px;
    font-size: 1.3rem;
}
.contMedias
{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    align-items: center;
    background-color: white;
    margin-left: 47.23px;
    margin-right: 25px;
    position: relative;
    right: 11px;
    border-top: 1px dotted lightgrey;

}


.subtitulo-contMedias
{
	text-align: center;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-size: 1.0rem;
}


/*FIN ZONA OFERTAS*/
/*USUARIOS Y FIDELIDAD*/

.titulo-ff
{
	border-bottom: 2px solid black;
}

.clientesFidelidad
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	margin-bottom: 10px;
	

}
.todoClientes
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
	margin-top: 50px;
}
.descuento
{
    background-color: white;
    width: 222px;
    margin-right: 2px;
    margin-left: 2px;
}

.descuentoF
{
    text-align: center;
}

.contClientes
{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    align-items: center;
    background-color: white;
    margin-left: 23.23px;
    margin-right: 1px;
    position: relative;
    right: 11px;
    width: 222px;
    border-top: 1px dotted lightgrey;
    padding-right: 12px;
    justify-content: space-evenly;
}

.clientesDescuento
{
	box-shadow: 0 4px 30px rgba(0, 1, 3, 0.44);
}
.cajaClientes
{
	display: block;
    width: 222px;
    height: 50%;
    background-color: white;
	box-shadow: 0 4px 30px rgba(0, 1, 3, 0.44);
}

.cajaClientes h4
{
	text-align: center;
}

.img-responsiveCliente
{
    display: block;
    max-width: 60%;
    margin-left: 40px;
}

/*FIN USUARIOS Y FIDELDAD*/

/*ZONA NAVEGADOR*/

.navegador,.menu-navegador {
	height: 100%;
}
.navegador .menu-navegador {
	width: auto;
	background: #9ed4ff57;
	overflow-y: hidden;
}
.menu-navegador {
	display: flex;
	flex-direction: column;
}
/* li de cada zona */
.zona {
	position: relative;
	padding: 10px 20px;
	font-weight: 600;
	margin-bottom: 2rem;
	color: black;
}
.zona:hover {
	background-color: rgba(190, 187, 187, 0.541);
	cursor: pointer;
}
.zona.activo {
	background-color: #fff;
	box-shadow: 0px -3px rgba(0, 0, 0, 0.2), 0px 3px rgba(0, 0, 0, 0.2);
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* aqui van los zxxx */
.texto {
	padding: 0 5px;
	font-size: larger;
	text-shadow: 1px 1px 2px rgb(112, 96, 96);
	cursor: pointer;
}
/* la sublista de cada zona que es el area */
.area {
	color: black;
	margin-top: 15px;
	position: relative;
	right: 14px;
	display: flex;
	align-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	width: 5rem;
}
.area-li {
	font-size: 14px;
	margin-right: -15px;
}
/* separador de cada area */
.line {
	padding: 5px;
	border: 0px solid transparent;
}
.texto-area {
	font-size: 15px;
	color: black;
	border-bottom: 1px solid grey;
	border-radius: 0.3rem;
	background-color: white;
	border-top: none;
	border-left: none;
	border-right: none;
	cursor: pointer;
	line-height: 2;
	margin-left: 5px;
}
/* contenido de la página */
.contenido {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	flex-direction: column;
	margin-top: 5rem;
	margin-bottom: 5rem;
	grid-area: contenido;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 100vh;
}
/*Clases para usar en JavaScript*/
.body_move {
	margin-left: 250px;
}
.menu__side_move {
	width: 250px;
}
.area-expandida {
	color: black;
	margin-top: 15px;
	align-content: flex-start;
	align-items: stretch;
	flex-direction: column;
}
.oculto {
	display: none;
}
/*contenido*/
.cont{
	display: flex;
	flex-direction: column;
	font-size: large;
	align-items: center;
}
.conte{
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 30px rgba(0, 1, 3, 0.44);
	width: auto;
	height: auto;
	margin-bottom: 50px;
}
.caja{
	display: block;
	width: 100%;
	height: 100%;
	background-color: white;
}
.img-responsive{
	display: block;
	max-width: 100%;
	height: 250px;
}
.ico-responsive{
	display: block;
	width: 75px;
	height: 70px;
	margin: -32px auto 15px auto;
}
.caja h4{
	display: block;
	padding: 0px 20px ;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 7px;
}
.titulo-cont {
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.mostrarTodos {
	font-size: unset;
	background: rgb(180 173 173 / 19%);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgb(53 116 232 / 44%);
	backdrop-filter: blur(5px);
	border: 1px solid rgb(188 87 87 / 0%);
	padding: 1rem;
	margin: 10px;
}
.tarjetas{
	display: block;
	position: fixed;
	bottom: 17.5rem;
	left: 13rem;
}
.magnitud {
	margin-bottom: 15px;
}
.resultado {
	margin-bottom: 15px;
}
.fecha {
	margin-bottom: 15px;
}
/*mapa*/
.mapa{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 0.7fr 0px;
	gap: 0px 0px;
	grid-template-areas:"sup sup sup"". med .""inf inf inf";
	grid-area: 1 / 1 / 2 / 2;
	width:auto ;
	height: auto;
	justify-content: center;
	justify-items: center;
}
.sup{
	grid-area: sup;
}
.med{
	grid-area: med;
}
.inf{
	grid-area: inf;
}
/*entrada*/
.entrada-mapa{
	position: relative;
	bottom: 300px;
	right: 60px;
}
.texto-entrada{
	display:none;
	height:30px;
	width:200px;
	position: absolute;
	right: 5rem;
	bottom: 10rem;
	border: 2px solid whitesmoke;
	background-color: whitesmoke;
	box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 1em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.texto-entrada:before{
	border: 25px solid whitesmoke;
	content: '';
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 25px)
}
.entrada-imagen:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.entrada-mapa:hover .texto-entrada{
	display: block;
}
/*zona 1*/
.Z100-mapa{
	position: relative;
	bottom: 290px;
	right: 195px;
}
.texto-Z100{
	display:none;
	height:30px;
	width:200px;
	position: absolute;
	right: 5rem;
	bottom: 10rem;
	border: 2px solid whitesmoke;
	background-color: whitesmoke;
	box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 1em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.texto-Z100:before{
	border: 25px solid whitesmoke;
	content: '';
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 25px)
}
.Z100-imagen:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.Z100-mapa:hover .texto-Z100{
	display: block;
}
/*zona 2*/
.Z200-mapa{
	position: relative;
	bottom: 270px;
	right: 170px;
}
.texto-Z200{
	display:none;
	height:30px;
	width:200px;
	position: absolute;
	right: 5rem;
	bottom: 10rem;
	border: 2px solid whitesmoke;
	background-color: whitesmoke;
	box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 1em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.texto-Z200:before{
	border: 25px solid whitesmoke;
	content: '';
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 25px)
}
.Z200-imagen:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.Z200-mapa:hover .texto-Z200{
	display: block;
}
/*zona 3*/
.Z300-mapa{
	position: relative;
	right: 20px;
	bottom: 70px;
}
.texto-Z300{
	display:none;
	height:30px;
	width:200px;
	position: absolute;
	right: 5rem;
	bottom: 10rem;
	border: 2px solid whitesmoke;
	background-color: whitesmoke;
	box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 1em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.texto-Z300:before{
	border: 25px solid whitesmoke;
	content: '';
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 25px)
}
.Z300-imagen:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.Z300-mapa:hover .texto-Z300{
	display: block;
}
/*zona 4*/
.Z400-mapa{
	position: relative;
	left: 70px;
}
.texto-Z400{
	display:none;
	height:50px;
	width:200px;
	position: absolute;
	right: 5rem;
	bottom: 10rem;
	border: 2px solid whitesmoke;
	background-color: whitesmoke;
	box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 1em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.texto-Z400:before{
	border: 25px solid whitesmoke;
	content: '';
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 25px)
}
.Z400-imagen:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.Z400-mapa:hover .texto-Z400{
	display: block;
}
/*zona 5*/
.Z500-mapa{
	position: relative;
	bottom: 60px;
}
.texto-Z500{
	display:none;
	height:30px;
	width:200px;
	position: absolute;
	right: 5rem;
	bottom: 10rem;
	border: 2px solid whitesmoke;
	background-color: whitesmoke;
	box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 1em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.texto-Z500:before{
	border: 25px solid whitesmoke;
	content: '';
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 25px)
}
.Z500-imagen:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.Z500-mapa:hover .texto-Z500{
	display: block;
}
/*zona 6*/
.Z600-mapa{
	position: relative;
	bottom: 130px;
	right: 110px;
}
.texto-Z600{
	display:none;
	height:30px;
	width:200px;
	position: absolute;
	right: 5rem;
	bottom: 10rem;
	border: 2px solid whitesmoke;
	background-color: whitesmoke;
	box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 1em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.texto-Z600:before{
	border: 25px solid whitesmoke;
	content: '';
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 25px)
}
.Z600-imagen:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.Z600-mapa:hover .texto-Z600{
	display: block;
}
/*Zonas y areas al hacer clic se mostrarán*/
.cartaMapa{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.conteMapa{
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 30px rgba(0, 1, 3, 0.44);
	width: 300px;
	height: auto;
	margin-left: 50px;
	margin-right: 50px;
	margin-top:50px;
}
.cajaMapa{
	display: block;
	width: 100%;
	height: 100%;
	background-color: white;
	text-align: center;
}
.cajaMapaF{
	display: block;
	width: 100%;
	height: 100%;
	background-color: white;
	text-align: center;
	border: 2px dotted rgb(100, 7, 7);
}
.img-responsiveMapa{
	display: block;
	max-width: 100%;
	height: 200px;
}
.ico-responsiveMapa{
	display: block;
	width: 50px;
	height: 70px;
	margin: -32px auto 15px auto;
}
/*boton mostrar ubicacion y ubicacion*/
.A501-punto,.B501-punto,.B502-punto,.A401-punto,.A402-punto,.B401-punto,.B402-punto,.A301-punto,.A302-punto,.A303-punto,.B301-punto,.B302-punto,.A201-punto,.A202-punto,.B201-punto,.A101-punto,.B101-punto
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #851f23;
    color: #fff;
    font-size: 0.8em;
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    display: block;
    padding: 9px 10px;
    cursor: pointer;
	margin-bottom: 5px;
}
.A501{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 200px;
	right: 100px;
	filter: drop-shadow(2px 4px 6px black);
}
.B501{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 150px;
	right: 35px;
	filter: drop-shadow(2px 4px 6px black);
}
.B502{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 114px;
	right: 196px;
	filter: drop-shadow(2px 4px 6px black);
}
.A401{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 240px;
	right: 145px;
	filter: drop-shadow(2px 4px 6px black);
}
.A402{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 100px;
	right: 14px;
	filter: drop-shadow(2px 4px 6px black);
}
.B401{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 200px;
	right: 175px;
	filter: drop-shadow(2px 4px 6px black);
}
.B402{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 163px;
	right: 136px;
	filter: drop-shadow(2px 4px 6px black);
}
.A301{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 192px;
	right: 130px;
	filter: drop-shadow(2px 4px 6px black);
}
.A302{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 113px;
	right: 40px;
	filter: drop-shadow(2px 4px 6px black);
}
.A303{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 55px;
	right: 40px;
	filter: drop-shadow(2px 4px 6px black);
}
.B301{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 230px;
	right: 0px;
	filter: drop-shadow(2px 4px 6px black);
}
.B302{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 200px;
	right: 0px;
	filter: drop-shadow(2px 4px 6px black);
}
.A201{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 130px;
	right: 160px;
	filter: drop-shadow(2px 4px 6px black);
}
.A202{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 215px;
	right: 112px;
	filter: drop-shadow(2px 4px 6px black);
}
.B201{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 153px;
	right: 54px;
	filter: drop-shadow(2px 4px 6px black);
}
.A101{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 27px;
	right: 37px;
	filter: drop-shadow(2px 4px 6px black);
}
.B101{
	background-color: transparent;
	position: absolute;
	width: 150px;
	height: 70px;
	bottom: 95px;
	right: 100px;
	filter: drop-shadow(2px 4px 6px black);
}
/*footer*/
footer{
	grid-area: footer;
	background: url('../../img/fd-borde-footer-negro.png') center top repeat-x;
	height: 140px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-self: flex-end;

}
.pie{
	background: #171717;
	color: #FFF;
	position: relative;
	top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.logo-footer,.telefono,.idioma,.redes{
	display: flex;
	margin: 20px;
}
.telefono{
	flex-direction: column;
}
.tel{
	color: white;
	text-decoration: none;
}
.tel:hover{
	color: sandybrown;
}
.idioma{
	flex-direction: column;
}
.redes{
	flex-direction: column;
}
.logo-footer-isla{
	background: url('../../img/footer/islamagica_logo_blanco.svg') no-repeat 0 ;
	background-size: 100%;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 57px;
}
.logo-footer-loopin{
	background: url('../../img/footer/looping.svg') no-repeat 0 ;
	display: inline-block;
	vertical-align: top;
	width: 54px;
	height: 53px;
	margin-left: 10px;
}
/*icono de ayuda*/
.ayuda
{
	position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
    background: transparent;
	z-index: 5;
}
.ayudaImg
{
	width: 100px;
    height: 75px;
	cursor: pointer;
}

.informacion
{
    position: fixed;
    bottom: 140px;
    right: 20px;
    border: none;
    font-size: x-small;
    background: transparent;
    border-radius: 1rem;
    border: 2px solid whitesmoke;
    background-color: whitesmoke;
	z-index: 5;
	text-align: center;
	font-size: smaller;
}

.informacion::before
{
    border: 23px solid whitesmoke;
    content: '';
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -48px;
    left: calc(80% - 25px);
}
.cerrar
{
	font-size: x-large;
    position: absolute;
    left: 22rem;
    top: 0rem;
}

/*Fin icono de ayuda*/
/* medias */
@media screen and (max-width:1341px) 
{
	.mapa
	{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		align-content: center;
	}

	.Z500-mapa
	{
		bottom: 0;
	}

	.Z400-mapa
	{
		left:  0;
	}

	.Z300-mapa
	{
		right:  0;
		bottom: 0;
		left:  0;

	}

	.Z200-mapa
	{
		right:  0;
		bottom: 0;
		left:  0;
	}

	
	.Z100-mapa
	{
		right:  0;
		bottom: 0;
		left:  0;
	}

	.entrada-mapa
	{
		bottom: 0;
		right: 0;
	}

	.Z600-mapa
	{
		bottom: 0;
		right: 0;
	}

	.sup,.med,.inf
	{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;

	}



	.cartaMapa
	{
		align-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
}


@media screen and (max-width: 770px) {
	.body_move {
		margin-left: 0px;
	}
	.menu__side_move {
		width: 80px;
		left: -80px;
	}
	.titulo-cabecera {
		font-size: medium;
	}
	.cont {
		font-size: 0.9rem;
	}

	.pie
	{
		flex-direction: column;
		align-items: center;
	}

	.logo
	{
		width: 270px;
		height: 242px;
		background: url("../../img/logo.svg") no-repeat 0;
		background-size: 50%;
	}

}
@media (max-width: 396px) {
	.titulo {
		font-size: 1.5rem;
	}
	.cont {
		font-size: 1.3rem;

	}

	.logo
	{
		width: 270px;
		height: 242px;
		background: url("../../img/logo.svg") no-repeat 0;
		background-size: 60%;
	}


	.Z200-imagen,.Z400-imagen
	{
		width: 330px;
	}

	body
	{
		width: 120%;
	}

}

@media (max-width:534px) {
	
	.Z200-imagen,.Z400-imagen
	{
		width: 330px;
	}

	.titulo-ff
	{
	text-align: center;

	}
	.titulo-usuario
	{
		text-align: center;
	}

	.todoZonas
	{
		display: flex;
		margin: 5px;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-end;
		justify-content: center;
	}
}
@media (min-width: 1281px) {
	/* hi-res laptops and desktops */
	.mostrarTodos {
		font-size: 2rem;
		background: rgb(180 173 173 / 19%);
		border-radius: 16px;
		box-shadow: 0 4px 30px rgb(53 116 232 / 44%);
		backdrop-filter: blur(5px);
		border: 1px solid rgb(188 87 87 / 0%);
		padding: 1rem;
		margin: 10px;
	}
}
/* loader */
.loading-content {
	position: relative;
	height: 200px;
	width: 200px;
	border-radius: 100%;
	margin: 100px auto;
	overflow: hidden;
	background: #e0e0e0;
	box-shadow: 10px 10px 20px #cacaca, -10px -10px 20px #f6f6f6;
}
.loading-content__center-part {
	position: relative;
	top: 50%;
	z-index: 999;
	height: 160px;
	width: 160px;
	transform: translateY(-50%);
	margin-left: 20px;
	border-radius: 100%;
	background: #e6e6e6;
	box-shadow: inset 5px 5px 20px #cfcfcf, inset -5px -5px 20px #fdfdfd;
}
.loading-content__loader {
	position: absolute;
	left: 92.5px;
	/* (width of loading-content / 2) - (width of content__loader / 2) */
	top: 0;
	height: 100%;
	width: 15px;
	-webkit-animation: spin 4s infinite linear;
}
.loading-content__loader-content {
	height: 40px;
	width: 100%;
	background-color: #59bfff;
	box-shadow: 0 0 10px 1px #59bfff;
}
/* Spin endless */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.loader-texto {
	top: 4rem;
	left: 2rem;
	position: absolute;
}
