/*
ESTILO PARA PAGINAS INTERNAS

Navegación:

01 - BANNER
02 - TITULOS
	2.1 - Encabezados
03 - DESCRIPCION
	3.1 - Introducción
04 - CONTENIDO
05 - TAB LATERAL
	5.1 - Texto
*/



.interna .btn:hover, .interna .btn-small:hover{
	transform: none;
}

/*----------------*/
/*---- BANNER ----*/
/*----------------*/

.secBanner.interna{ height: 40vh;background-size: cover;background-position: top center;border: none;}

/*-----------------*/
/*---- TITULOS ----*/
/*-----------------*/

.secBanner h1 {margin: 0 0 0 -500px;padding: 20px 28px 20px 5px;max-width: 100%;text-align: left;}

@media( max-width: 992.98px ){
	 .secBanner h1 {bottom: -25px; left: 0; margin: 0; padding: 8px 28px 8px 40px; font-size: 30px; text-align: left; min-width: 2rem;}
}

@media( max-width: 767.98px ){
	 .secBanner h1 { bottom: 0px; padding: 8px 13px;}
}

.cuerpo.interna .titulo h2{font-weight: 800;color: #fff;font-size: 35px;}


/*---- Encabezados ----*/
.interna .cuerpo .encab{margin-left: 40px;}

/*@media( max-width: 767.98px ){
	.cuerpo .encab {font-size: 30px;}
}

@media( max-width: 576.98px ){
	.cuerpo .encab {font-size: 25px;}
}

.interna h3{font-size: 16px;font-weight: 700;text-transform: uppercase;}*/


@media( min-width: 768px ){    .cuerpo.interna .titulo{margin: 50px 0 70px 0;padding: 60px 0 30px;}
	
    .cuerpo.interna .titulo h2{font-size: 50px;}
}

@media( max-width: 576px ){
	.cuerpo.interna .titulo h2{font-size: 25px;}
}


/*.interna h2 {color: #333333;text-transform: uppercase;}*/


/*---------------------*/
/*---- DESCRIPCION ----*/
/*---------------------*/
.cuerpo.interna .descripcion{ background-image: url("/media/qyspspao/bg-cuerpo.jpg");background-size: cover;background-position: center;padding: 3.6rem 18%;text-align: center;font-size: 1.2rem;margin: 65px 0 20px;z-index: -1;}

@media( max-width: 767.98px ){
	.cuerpo.interna .descripcion {font-size: 1rem;}
}

.cuerpo.interna .descripcion p{ color: #FFFFFF;margin: 0;}

.cuerpo.interna .descripcion .btn{ margin: 0;}




/*-- Introducción --*/
.cuerpo.interna .introduccion {padding: 3.5rem 20%;text-align: center;font-size: 20px;color: #6d6e70;margin: -70px 0 6rem;}

@media( max-width: 767.98px ){
	.cuerpo.interna .introduccion {padding: 3.5rem 5%;margin-top: -40px;}
}


/*-------------------*/
/*---- CONTENIDO ----*/
/*-------------------*/
.cuerpo.interna .contenido{margin: 5.65rem 0 2.5rem 0;}


@media( max-width: 992.98px ){
	.cuerpo.interna .contenido{margin: 3.5rem 0 2.5rem;}
	
	.cuerpo.interna .contenido h1{margin: 0 0 2rem;}
}

.cuerpo.interna .contenido .container-fluid.relleno{background-color: #fff;padding-bottom: 3rem;}




/*---------------------*/
/*---- TAB LATERAL ----*/
/*---------------------*/

.tabLateral{
    order: 2;
    max-width: 20rem;
	height: 100%;
    padding: 0 0 0 0.55rem;
    border-left: 0.4rem solid #0058A6;
}


@media( min-width: 992.98px ){
	.tabLateral.sticky {
		position: relative;
		top: 0;
		width: auto;
		transition-duration: 0.2s;
		z-index: 0;
	}

}

@media( max-width: 992.98px ){
	.tabLateral{
		order: 0;
		max-width: 100%;
		display: block;
		padding: 0;
		margin-top: -3.5rem;
		margin-bottom: 2rem;
		border: none;
		border-bottom: 1px solid #e2e5e9;
		z-index: 1;
	}
	
	.tabLateral.sticky{
		display: grid;
		height: auto;
		top: 116px;
		overflow: hidden;
		z-index: 1;
		background-color: #FFFFFF;
		transition-duration: 0s;
	}	
	
	.tabLateral.sticky.open{
		display: block;
		height: auto;
		overflow: inherit;
		z-index: 1;
		box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.9);
-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.9);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.9);
	}
	
	.tabLateral.sticky::before{
		content: '';
		position: absolute;
		width: 1.5rem;
		height: 60px;
		right: 1.5rem;
		background-image: url(/media/zejhdoo3/flecha-arriba.png);
		background-position: right center;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 99;
	}	
	
	.tabLateral.sticky.open::before{
		background-image: url("/media/h4djixjf/flecha-abajo.png");
	}
	
	.tabLateral.sticky.open::after{
		content: '';
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 90%);
	}	

	
}



.tabLateral .nav-link {
	position: relative;
    color: #2D3740;
    font-weight: 700;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
	
}
.tabLateral .nav-link::before {
    content: '';
    position: absolute;
    background-color: #e32726;
    width: 2rem;
	height: 0.35rem;
    bottom: 0.5rem;
	transform: scaleX(0);
	transform-origin: left;
	transition-duration: 0.2s;
}
.tabLateral .nav-link:hover::before {
	transform: scaleX(1);
}

@media( max-width: 992.98px ){
	.tabLateral .nav-link {
		font-size: 0.875rem;
		color: #2D3740;
		text-transform: uppercase;
		font-weight: 700;
		padding: 1.2rem 1.5rem;
		border-radius: 0;
	}

	.tabLateral.sticky .nav-link{
		position: absolute;
		z-index: 0;
	}	
	
	.tabLateral.sticky.open .nav-link, .tabLateral.sticky .nav-link.active{
		position: relative;
		z-index: 1;
		padding-right: 4rem;
	}	
	

	

	
}


.tabLateral .nav-link.active{
    color: #0058A6;
    background-color: #E5EEF6;
}

.tabLateral .nav-link.active::before {
	content: none;}

.tab-content > .active {
    display: block;
    padding: 0 2.5rem 0 0;
    margin: 0;
    background-color: #FFFFFF;
    font-size: 1rem;
	line-height: 1.8rem;
}

@media( max-width: 992.98px ){
	.tab-content > .active {
		margin-top: 2rem;
		padding: 0 2%;
	}

}



/** Texto **/

.tab-content h1{
	text-transform: uppercase;
}

.tab-content h1 + small a{
	font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    top: -1.25rem;
    color: #e32726;
}

.tab-content h1 + small a::after{
    content: '';
    position: relative;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(../multimedia/iconos/icn-enlace-ancla.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	top: 0.109rem;
    left: 0.5rem;
}

.tab-content > .active p{
    font-size: 1rem;
	line-height: 1.8rem;
	margin-bottom: 1.85rem;
}


.tab-content ul,
.texto ul{
	list-style: none;
	padding-left: 1.75rem;
}

.tab-content ul li,
.texto ul li{
	margin-bottom: 1rem;
}


.tab-content ul li::before,
.texto ul li::before{
    content: '';
    background-color: #0058A6;
    position: relative;
    display: inline-block;
    top: -0.1rem;
    right: 1.75rem;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: -0.5rem;
}

@media( max-width: 1199.98px ){
	.tab-content ul li::before,
	.texto ul li::before{
		right: 1rem;
		margin-right: -0.25rem;
	}

}


/* LISTAS */
.cuerpo.interna .contenido ul li{margin-bottom: 1rem;}


.cuerpo.interna .contenido ul li::marker{color: #0058a6}






.cuerpo.interna .vinculacionIntroduccion {
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	border-left: 1px solid #CCD8E6;
	padding-left: 2rem;
}


@media(max-width:992.98px){
	.cuerpo.interna .vinculacionIntroduccion {
		align-content: flex-start;
		border-left: none;
		padding-left: 0;
		margin-top: 1.5rem;
	}
	.cuerpo.interna .vinculacionIntroduccion .leer-mas{
		margin-top: 1.5rem;
	}
}








.subportada {
	max-height: 20rem;
	margin-bottom: 1rem;
}

@media( min-width: 992.98px ){
	.subportada {
		width: 100%;
		max-height: 16rem;
	}
}








