.txt_negrita {
	font-weight: bold;
} 

.lrs li {
	list-style: none;
	display: inline-block;
} 

.lrs li a {
	padding-right: 5px;
} 

.mtpnc {
	margin-top: 115px;
}

.mbtodt {
    	display: none;
    	margin-bottom: 15px;
}


@media screen and (min-width: 315px) {  
    
    .mbtodt {
    	display: block;
	}

	.btodt {
		display: none;
	}

}

@media screen and (min-width: 992px) {  
    
    .mbtodt {
    	display: none;
	}

	.btodt {
		display: block;
	}

}

.fad {
	margin-bottom: 8px;
	display: none;
}

.negrita2{
	font-weight: bold;
}

.mtga {
	padding-top: 8px;
}

.tvpjq {
	text-align:justify; 
}

.bg-mio {
	background-color:#132647;
}

.bg-fondo{
	/*background-color:cornsilk;*/
	background-image: url(/img/28428229_rm222-mind-24.jpg);
	background-size: cover; /* Ajusta el tamaño de la imagen al contenedor */
    background-position: center; /* Centra la imagen en el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.resaltado:hover{
	/*color:royalblue !important;*/
	color:#486090 !important;
}


/* Estilos para el banner de las Cookies */
.body-cookies{
	background: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	/* .bg-fondo */
	background-image: url(/img/28428229_rm222-mind-24.jpg);
	background-size: cover; /* Ajusta el tamaño de la imagen al contenedor */
    background-position: center; /* Centra la imagen en el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.boton-cookies{
	background: #595959;;
	width: 200px;
	height: 50px;
	border-radius: 10px;
	border: none;
}

.boton-cookies:hover{
	background: #132647;
}

.a-cookies{
	text-decoration: none;
	color: white;
	font-size: 20px;
}

.a-cookies:hover{
	color: white;
}

.p-cookies{
	margin-bottom: 20px;
	line-height: 150%;
}

.main-cookies{
	margin: 20px auto;
	max-width: 1000px;
	background: #fff;
	min-height: 80vh;
	padding: 20px;
	border-radius: 10px;
}

.aviso-cookies{
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1031;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
	text-align: center;
}

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

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

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

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

.aviso-cookies .boton:hover{
	/*background: #000;*/
	background: #132647;
}

.aviso-cookies .enlace{
	color: #4DBFFF;
	text-decoration: none;
	font-size: 16px;
}

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

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

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


/* Estilos para el pop-up de confirmación del consulta */

/* Estilos para el fondo oscuro detrás del pop-up */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Estilos para el contenido del pop-up */
.popup-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Estilos para el botón de cierre del pop-up */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}



