﻿/* mensajes de avisos */
.mensajecabecera {
	clear: both;
	display: flex;
	padding: 1em 1em .8em 1.4em;
	margin: 1em auto;
	position: sticky;
	top: 10px;
	transition: all 0.2s ease-out 0s;
	width: 90%;
	z-index: 2;
}

.mensajecabecera svg {
	height: 28px;
	width: 28px;
	fill: currentColor;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.mensajecabecera-error {
	color: white;
	background-color: #D50000;
}

.mensajecabecera-warning {
	color: white;
	background-color: #FF6D00;
}

.mensajecabecera-info {
	color: white;
	background-color: #2E7D32;
}

.mensajecabecera::before {
	display: block;
	content: " ";
	width: 4px;
	position: absolute;
	height: 100%;
	left: 7px;
	top: 0;
	background: #fff;
}

.mensajecabecera a {
	color: currentColor;
}

.aspa-cerrarmensaje {
	cursor: pointer;
}

.aspa-cerrarmensaje svg {
	stroke: currentColor;
	stroke-width: 1.7px;
	width: 12px;
	height: 12px;
	top: 7px;
	position: absolute;
	right: -2px;
}

.mensajecerrado {
	padding: 0;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

.mensajecerrado svg {
	height: 0;
	width: 0;
}

h4.Titulo__Destacado {
	background-color: #d55016;
	color: #fff;
	display: inline-block;
	font-size: 130%;
	height: 1.3em;
	line-height: 1.3em;
	margin-bottom: .6em;
	margin-top: 1em;
	padding: .2em 1em;
	position: relative
}

h4.Titulo__Destacado:after {
	border-color: #d55016 transparent;
	border-style: solid;
	border-width: 1.7em .8em 0 0;
	content: "";
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	top: 0
}

/* banners secciones */

#enlaces_intranet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 542px;
}

#enlaces_intranet a {
	background: #000;
	flex-wrap: wrap;
	font-weight: normal;
	margin: 0 0 1em;
	position: relative;
	text-decoration: none;
}

#enlaces_intranet img {
	height: auto;
	max-width: 100%;
}

#enlaces_intranet .bnaviso-grupo img {
	position: absolute;
	top: 0;
}

#enlaces_intranet .bnaviso-texto {
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	margin-top: 4em;
	padding-bottom: 11px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px 1px 7px #000, -1px -1px 7px #000;
	width: 100%;
}

#enlaces_intranet .slide-miniatura {
	background: #fff;
	border-radius: 50%;
	display: block;
	height: auto;
	left: 50%;
	margin: 15px auto 10px -42px;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 64px;
	z-index: 1;
}


@media all and (min-width: 615px) {
	.bloquesocio_contenido {
		display: inline-block;
		max-width: 265px;
		width: 265px;
	}

	#enlaces_intranet a {
		height: 162px;
		max-width: 265px;
		width: 265px;
	}
}

@media all and (max-width: 614px) {
	.bloquesocio_icono {
		width: 10.3vw;
		padding: 1.7vw;
		margin: 2.4vw auto 1.9vw;
	}

	#enlaces_intranet .slide-miniatura {
		width: 10.3vw;
		padding: 1.7vw;
		margin-left: -5.7vw;
	}

	#enlaces_intranet .bnaviso-texto,
	.bloquesocio_texto {
		font-size: 4.6vw;
	}

	#enlaces_intranet a,
	.opcionesSocios a {
		max-width: calc((100% - 12px) / 2);
		flex: calc((100% - 12px) / 2);
		overflow: hidden;
		height: 26vw;
	}

	.opcionesSocios a.medio {
		max-width: 24%;
	}

}


/* botones */

.filaActualizar,
.fila-entrar,
.formulariopago-enviar {
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 34px;
	text-align: center;
}

.filaActualizar > div,
.fila-entrar > div,
.formulariopago-enviar > div {
	border: 1px solid #DADADA;
	display: inline-block;
	padding: 7px;
	background: #fff;
}

.filaActualizar .boton,
.filaActualizar .boton-secundario {
	margin: 7px;
}

.boton,
input.boton {
	background: #313131;
	color: #FFF;
	cursor: pointer;
	border: 0;
	padding: 7px 3.2em;
	text-transform: uppercase;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
}

input[disabled].boton {
	background: #555;
}

select:disabled {
	background-color: rgb(235, 235, 228);
}


/* login */
.formulario-identificacion {
	max-width: 360px;
	color: #666;
	margin: 0 auto;
	font-size: 12pt;
}

.formulario-identificacion h3 {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 190%;
	color: #555;
}

.caja-login {
	background-color: #ECEAEB;
	border: 1px solid #CECECE;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
}

#divLogin {
	padding-bottom: 0;
	margin-bottom: 2em;
}

.login-row {
	clear: both;
	margin-bottom: 10px;
}

.rowEntrar {
	text-align: center;
}

.rowRecordar {
	font-size: 80%;
	text-align: right;
	margin-top: -7px;
}

.rowGuardar {
	font-size: 80%;
	text-align: left;
}

.rowLabel {
	display: flex;
}

.rowLabel label {
	width: 80px;
	font-size: 90%;
	align-self: center;
	margin-right: 10px;
	text-align: right;
}

.rowLabel input {
	flex: 1;
	width: 100%;
}

.access {
	text-decoration: underline;
}

#link-recordar {
	text-decoration: underline;
}

#mensaje-claverecuperada {
	margin: 3em auto;
	max-width: 360px;
}

#frmRecordar {
	max-width: 420px;
}

/* registro y modificar */
.formulario {
	clear: both;
}

#Registrar,
#pUsuario {
	clear: both;
	margin: 0 auto;
	max-width: 550px;
}

.formulario h3 {
	margin: 1em 0 0;
}

.registro_formulario {
	padding: 6px;
	color: #333;
}

.registro_formulario td {
	padding: 2px 0 2px 8px;
}

.registro_formulario a {
	color: #4285f4;
	text-decoration: none;
}

.enviar {
	text-align: center;
}


.tDatosUsuario .campo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-basis: 100%;
	align-items: baseline;
}

.tDatosUsuario label,
.tDatosUsuario .label {
	min-width: 110px;
	font-weight: bold;
	text-transform: uppercase;
}

.tDatosUsuario .txtRegistro {
	flex: 1;
}

div.filaActualizar {
	flex-basis: 100%;
	text-align: center;
	margin-top: 0.4em;
	margin-bottom: 0.8em;
}

div.tDatosUsuario {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.campo {
	flex: 1;
	flex-basis: 40%;
	padding: 10px 15px 11px 15px;
	white-space: nowrap;
}

span.input {
	flex: 1;
}

.tDatosUsuario.misdatos .campo span {
	flex: 1;
	text-align: left;
}

.tDatosUsuario.misdatos .campo span.label {
	flex: 0;
}

.tDatosUsuario.misdatos .campo label {
	text-align: left;
}

.contenidoFichaUsuario {
	padding: 10px 0 11px 15px;
}

/* boton checkbox */

.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin .3s ease-in 0s;
}

.onoffswitch-inner::before, .onoffswitch-inner::after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner::before {
	content: 'SÍ';
	padding-left: 10px;
	background-color: #8da67e;
	color: #FFF;
}

.onoffswitch-inner::after {
	content: 'NO';
	padding-right: 10px;
	background-color: #EEE;
	color: #999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #999;
	border-radius: 20px;
	transition: all .3s ease-in 0s;
}

.cambiandoestado {
	opacity: .5;
	pointer-events: none;
	cursor: wait;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0;
}

div#Modificar {
	max-width: 580px;
}

/* banner */
#bn2 {
	max-width: 542px;
	margin: 0 auto 1em;
}

.Carrusel .textos {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: rgba(32, 32, 32, .6);
	line-height: 1;
	min-height: 55px;
}

.Carrusel .titulo {
	color: #fff;
	display: block;
	font-size: 150%;
	padding: 4px 10px 0 10px;
}

.Carrusel .extra {
	color: #fdfdfd;
	display: block;
	font-size: 100%;
	margin-top: 0.2em;
	padding: 5px 10px;
}

.Carrusel .paging {
	left: auto;
	right: 5px;
	top: auto;
	bottom: 10px;
}

.slick-slide {
	line-height: 0;
	position: relative;
}

ul.slick-dots {
	bottom: auto;
	text-align: center;
	top: 0;
}

.slick-dots li button:before {
	text-shadow: 1px 1px #fff, -1px -1px #fff;
}

.CarruselHolder.slick-dotted.slick-slider {
	margin-bottom: 0;
}

button.slick-next {
	right: 15px;
	z-index: 1;
}

button.slick-prev {
	left: 15px;
	z-index: 1;
}

@media all and (max-width: 460px) {
	.Carrusel .textos {
		background-color: #fff;
		min-height: 0;
		position: static;
	}

	.Carrusel .titulo {
		color: #000;
	}

	.Carrusel .extra {
		color: #333;
	}
}

/*GU 22/05/2021 lo pongo aquí, pero ya está en el bin, en notificaciones.css*/
p.avisousuario-fecha {
	font-size: 87%;
}

.avisousuario-fecha {
	margin: 0 0 .2em;
	text-align: center;
	font-size: 80%;
	opacity: 0.7;
}

.pgModificar {
	max-width: 580px;
}

.tModificarLogin {
	max-width: 500px;
}

div.tModificarLogin label {
	min-width: 220px;
	display: inline-block;
}

.tModificarDatos label, .tModificarDatos .label {
	min-width: 130px;
}

.tModificarDatos .spanRadio label {
	min-width: 0;
}

span.spanRadio {
	margin-right: .6em;
}

.fila-boletin {
	text-align: center;
	flex-basis: 100%;
	margin-top: 2em;
}

.tDatosUsuario .txtRegistro {
	max-width: none !important;
}

.fila-fechanacimiento input {
	text-align: right;
	padding-right: 5px;
	margin-left: 4px;
	width: 2em;
}

.fila-fechanacimiento input:first-child {
	margin-left: 0;
}

#ANNO {
	width: 3em;
}

.fila-boletin .label {
	font-weight: normal;
	margin-right: 2em;
	text-transform: none;
}

@media all and (max-width: 525px) {
	.tModificarLogin label,
	.tModificarLogin .label {
		flex-basis: 100%;
	}

	.tModificarLogin [type="text"].txtRegistro,
	.tModificarLogin [type="password"].txtRegistro {
		max-width: none;
	}
}

@media (max-width: 510px) {
	.fila-boletin .label {
		margin: 0;
		display: block;
	}
}

.enlace {
	cursor: pointer;
}
