@charset "utf-8";
/* CSS Document */

.col-pasatiempos {
    max-width: 340px;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
	padding-bottom: 14px;
    border-bottom: 1px solid #d5dde3;
}

.ul-pasatiempos {
    height: 30px;
    width: 300px;
    border: 1px #000 solid;
    padding: 5px 10px !important;
    margin: 0px auto 20px !important;
}

.ul-pasatiempos li {
    padding: 5px 10px !important;
    z-index: 2;
    cursor: pointer !important;
    background: none !important;
    margin: 0 auto !important;
    border: none;
}

.ul-pasatiempos li:last-child {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 20px !important;
}

.ul-pasatiempos li:not(.init) {
    float: left;
    width: 280px;
    display: none;
    background: #fff !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ul-pasatiempos li:not(.init):hover,
ul li.selected:not(.init) {
    background: #09f !important;
}

.ul-pasatiempos li.init {
    cursor: pointer;
}

/* Pasatiempos */
#main-pasatiempos {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 40px;
}
#pasatiempos{
	width: 46%;
	background-color: #e8f0f6;
	border-top: 1px solid #293340;
	border-bottom: 1px solid #293340;
	position: relative;
	float: left;
}
#pasatiempos h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    border-radius: 30px;
    display: block;
    clear: both;
}

/* Minijuegos */

#main-minijuegos{
	width: 46%;
	position: relative;
	float: right;
	background-color: #e8f0f6;
	border-top: 1px solid #293340;
	border-bottom: 1px solid #293340;
	padding: 10px 20px;
}
#main-minijuegos h2, #main-gimnasia-mental h2{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
}
#main-minijuegos ul{
	display: inline;
}
#main-minijuegos ul li{
	display: inline-block;
	float: left;
	position: relative;
	padding-bottom: 17.2px;
}
#main-minijuegos img{
	border: 6px solid #1c68a9;
	position: relative;
	float: left;
	width: 38%;
	margin-right: 15px;
}
#main-minijuegos h3{
	position: relative;
	float: left;
	width: 50%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
#main-minijuegos a.boton, #main-gimnasia-mental a.boton{
	background-color: #1c68a9;
	padding: 8px 60px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
}
#main-minijuegos a.boton::after{
	content: url(https://www.diariodenavarra.es/widgets/marketing/img/icon-jugar.png);
	padding: 10px;
	top: 4px;
    position: relative;
}

/* Suplemento gimnasia mental */

#main-gimnasia-mental{
	width: calc(100% - 40px);
	margin: 40px 0;
	padding: 20px;
	position: relative;
	float: left;
	background-color: #e8f0f6;
	border-top: 1px solid #293340;
	border-bottom: 1px solid #293340;
}
#main-gimnasia-mental h2{
	padding-bottom: 10px;
	position: relative;
    float: left;
	width: 100%;
}
#main-gimnasia-mental p{
	padding-bottom: 20px;
	float: left;
	width: auto;
}
#main-gimnasia-mental img{
	padding-left: 30px;
}
#main-gimnasia-mental a.boton{
	float: left;
    clear: both;
}
#main-gimnasia-mental a.boton::after{
	content: url(https://www.diariodenavarra.es/widgets/marketing/img/icon-descarga.png);
	padding: 10px;
	top: 2px;
    position: relative;
}
.seo-text strong{
	background-color: #d6d6d6;
	border-bottom: 1px solid #293340;
	padding: 5px 0 5px 20px;
    float: left;
    width: calc(100% - 20px);
}
.tit-parrafo{
	background-color: #f0f0f0;
	border-bottom: 1px solid #c1c1c1;
	padding: 5px 20px;
}

@media only screen and (max-width: 500px) {
    #pasatiempos {
		width: 100%;
		margin-bottom: 40px;
	}
	.ul-pasatiempos {
		width: 260px;
	}
	.ul-pasatiempos li:not(.init) {
		width: 240px;
	}
	#main-minijuegos {
    	width: calc(100% - 40px);
	}
	#main-minijuegos h2, #main-gimnasia-mental h2 {
		text-align: center;
	}
	#main-minijuegos ul{
		text-align: center;
	}
	#main-minijuegos ul li {
		padding-bottom: 40px;
	}
	#main-minijuegos a.boton, #main-gimnasia-mental a.boton {
		padding: 8px 90px;
		font-size: 21px;
	}
	#main-minijuegos img {
		width: 90%;
		float: none;
		margin-right: 0;
	}
	#main-minijuegos h3 {
		width: 100%;
		text-align: center;
    	padding-top: 10px;
		padding-bottom: 10px;
	}
	#main-gimnasia-mental {
		text-align: center;
	}
	#main-gimnasia-mental img {
		padding-left: 0px;
		margin-top: 20px;
	}
}

#dts div#txt ul li {
    clear: both;
    position: relative;
}

#dts h2.ent {
    font-size: 16px;
    font-weight: 400
}

li.init:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid;
    float: right;
    padding-top: 11px;
    margin-top: 6px;
}
#main-pasatiempos ul {
    background-color: #ffffff!important;
}
.info-bottom{
	padding-top: 40px;
}
.info-bottom + p{
	padding-top: 20px;
}

/* Botones */
#paywallImg{
	background-image: url(img/icono-muro-call-center.png);
	background-position: center;
	background-size: auto 115px;
	background-repeat: no-repeat;
   	height: 115px;			    	
   	margin-bottom: 20px;
}
#paywallMessageTitle {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 20px;
}
.paywallActions {
	margin-top: 20px;
	text-align: center;
}
.paywallMessageRegistro {
	cursor: pointer;
	width: 190px;
	padding: 9px;
	border-radius: 4px;
	margin: 0px 5px 20px 5px;
	font-size: 18px;
	font-weight: 400;
	background-color:#1c68a9;
	color:#ffffff;
	text-align: center;
	margin: 0 auto;
}
#paywallMessageClaim {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 500;
	color: #293340;
	text-align: center;
}
.paywallBig {
	font-size: 19px;
}
.paywallMessageAction {
	cursor: pointer;
	width: 190px;
	padding: 9px;
	border-radius: 4px;
	margin: 0px 5px;
	font-size: 21px;
	font-weight: 500;
	background-color: #c14c39;
	color: #ffffff;
	text-transform: none;
}	
#paywallMessageLogin {
	clear:both;
	margin: 20px 0px 90px 0px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	color: #0f619e;
}
#paywallMessageLogin span{
	color:#293340;
	cursor: text;
	text-decoration: none;
	font-weight: 300;
	padding-right: 5px;
}



