/*
Theme Name: RIs Analytics Theme
Description: Tema personalizado para RIs Analytics
Theme URI:	https://cwminformatica.es/demo-ris/
Author: RIs Analytics
Author URI:	https://cwminformatica.es/demo-ris/
Template: salient
Version: 1.0
*/


/* Home */

body #header-outer.pop {
    z-index: 10 !important;
}

body #popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10% 20% !important;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
}

body #popup .nectar_icon_wrap {
    position: fixed;
    top: 40px;
    right: 40px;
}

body #popup form {
    position: relative;
    float: left;
    width: 100%;
}

body #popup form p {
    position: relative;
    float: left;
    width: 31.33%;
    margin: 0 1%;
}

body #popup form p.large {
    width: 98%;
}

body #popup form p input:not([type="checkbox"]) {
    position: relative;
    float: left;
    width: 100%;
}


/* Legend */

#legend ul {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
}

#legend ul li {
    position: relative;
    float: left;
    width: auto;
    margin: 5px 0;
    list-style: none;
    margin-right: 20px;
}

#legend ul li p,
#legend ul li span {
    position: relative;
    float: left;
}

#legend ul li p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

#legend ul li span {
    width: 15px;
    height: 15px;
    margin: 2.5px 10px 2.5px 0;
    border-radius: 10px;
}


/* Mapa */

/*.page-template-congresos #mapa .nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot,
.page-template-congresosnacionales #mapa .nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot {
    height: 15px;
    width: 15px;
    line-height: 15px;
}

.page-template-congresos #mapa .nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot:before,
.page-template-congresosnacionales #mapa .nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot:before {
    width: 15px;
    height: 15px;
    margin: -7.5px auto auto -7.5px;
}

.page-template-congresos #mapa .nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot span,
.page-template-congresosnacionales #mapa .nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot span {
    display: none;
}*/

/*.page-template-congresos #mapa .hover-wrap-inner.img-loaded span.material-symbols-outlined {
    position: absolute;
    height: 15px;
    width: 15px;
    line-height: 15px;
}*/


/* Congresos*/

table#congresos {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
    border: none;
}

table#congresos tr {
    border: none;
    border-bottom: 2px solid #ff6b3d;
    background-color: transparent;
    -webkit-transition: all .2s ease-out;
  	-moz-transition: all .2s ease-out;
  	-o-transition: all .2s ease-out;
  	transition: all .2s ease-out;
}

table#congresos tr:hover {
    background-color: #f0f0f0;
}

table#congresos tr:last-child {
    border-bottom: none;
}

table#congresos tr td {
    border: none;
    line-height: 20px;
    padding: 15px 30px;
}


/* Chart */

#chart {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
}

#chart h1 {
	position: relative;
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

#chart .piechart {
	position: relative;
    float: left;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

#chart .piechart p.per {
	position: absolute;
	margin: 50% 0 0 50%;
	padding: 0;
}

#chart .legend {
	position: relative;
    float: left;
	width: 50%;
	height: 200px;
	margin-left: 10%;
}

#chart .legend ul {
	position: relative;
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#chart .legend ul li {
	position: relative;
	float: left;
	width: 100%;
	margin: 7.5px 0;
	list-style: none;
}

#chart .legend ul li span,
#chart .legend ul li p,
#chart .legend ul li a {
	position: relative;
	float: left;
	width: auto;
	line-height: 24px;
	padding: 0;
	margin-right: 15px;
}

#chart .legend ul li span {
	position: relative;
    float: left;
    width: 20px;
	top: 2px;
    height: 20px;
    border-radius: 3px;
}

#chart .legend ul li p {
	font-size: 15px;
    font-weight: 700;
}

#chart .legend ul li p.num {
    font-weight: 400;
}

#chart .legend ul li.total p {
	font-size: 18px;
    font-weight: 700;
}

#chart .legend ul li a {
	margin-left: 30px;
	padding: 0 10px;
    border: 1px solid #ff6b3d;
    border-radius: 20px;
	-webkit-transition: all .4s ease-out;
  	-moz-transition: all .4s ease-out;
  	-o-transition: all .4s ease-out;
  	transition: all .4s ease-out;
}

#chart .legend ul li a:hover {
    border: 1px solid #000000;
}


/* Publicaciones */

#description .nectar-split-heading p {
    text-align: justify;
}

#description .image {
    right: -1px;
}

#description .image .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}

#publicaciones {
    position: relative;
    float: left;
    width: 100%;
    padding: 5% 0;
    display: grid;
    grid-template-columns: 31.33% 31.33% 31.33%;
    gap: 0 3%;
}

#publicaciones.tesis {
    grid-template-columns: 23% 23% 23% 23%;
}

#publicaciones .publicacion {
    position: relative;
    float: left;
    /* width: 48%; */
    padding:20px 40px;
    margin-bottom: 10%;
    /* background-color: rgb(248 248 248 / 90%); */
    background-color: rgb(248, 248, 248, 0.95);
    border: 1px solid #ff6b3d;
    border-radius: 10px;
	-webkit-transition: all .4s ease-out;
  	-moz-transition: all .4s ease-out;
  	-o-transition: all .4s ease-out;
  	transition: all .4s ease-out;
	-webkit-box-shadow: 0px 0px 76px -24px rgba(66, 68, 90, 0);
	-moz-box-shadow: 0px 0px 76px -24px rgba(66, 68, 90, 0);
	box-shadow: 0px 0px 76px -24px rgba(66, 68, 90, 0);
}

#publicaciones .publicacion:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

#publicaciones .publicacion a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#publicaciones.publicaciones .publicacion[data-type="jcr"]:after {
    background: url(https://javierodriguez.com/demo/wp-content/uploads/2025/11/javier-rodriguez-profesor-publicaciones-background.jpg) no-repeat center center;
    background-size: cover;
}

#publicaciones.publicaciones .publicacion[data-type="scopus-jcr"]:after {
    background: url(https://javierodriguez.com/demo/wp-content/uploads/2025/03/javier-rodriguez-tutorias-scaled.jpg) no-repeat center center;
    background-size: cover;
}

#publicaciones.publicaciones .publicacion[data-type="libro"]:after {
    background: url(https://javierodriguez.com/demo/wp-content/uploads/2025/05/dr-javier-rodriguez-moreno-publicaciones-jcr.jpg) no-repeat center center;
    background-size: cover;
}


#publicaciones.publicaciones .publicacion[data-type="otras"]:after {
    background: url(https://javierodriguez.com/demo/wp-content/uploads/2024/10/escritorio-trabajo.jpg) no-repeat center center;
    background-size: cover;
}

/* #publicaciones.proyectos .publicacion {
	background-color: rgb(255 107 61 / 90%);
}

#publicaciones.proyectos .publicacion:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://cwminformatica.es/demo-ris/wp-content/uploads/2025/03/javier-rodriguez-tutorias-scaled.jpg) no-repeat center center;
    background-size: auto 100%;
    border-radius: 10px;
    z-index: -1;
} */

#publicaciones .publicacion:hover {
    -webkit-box-shadow: 0px 0px 76px -24px rgba(66, 68, 90, 0.7);
	-moz-box-shadow: 0px 0px 76px -24px rgba(66, 68, 90, 0.7);
	box-shadow: 0px 0px 76px -24px rgba(66, 68, 90, 0.7);
}

#publicaciones .publicacion h3 {
    line-height: 1.5;
    font-size: 18px;
	font-weight: 700;
}

#publicaciones .publicacion p {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 2.5px 0;
}

#publicaciones.otras .publicacion p {
    width: 50%;
}

/*#publicaciones.proyectos .publicacion p.fieldname {
    font-weight: 600;
    color: #ff6b3d;
}*/

#publicaciones .publicacion p.large {
    width: 100%;
}

#publicaciones .publicacion p.sub {
    width: auto;
}

#publicaciones .publicacion p span {
    font-weight: 800;
    color: #ff6b3d;
	margin-right: 5px;
}

#publicaciones .publicacion .separator {
    position: relative;
    float: left;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #ff6b3d;
}

/*#publicaciones.proyectos .publicacion h3,
#publicaciones.proyectos .publicacion p,
#publicaciones.proyectos .publicacion p span {
	color: #ffffff !important;
}*/

#publicaciones.proyectos .publicacion h3 {
	margin-bottom: 20px;
}

/*#publicaciones.proyectos .publicacion .separator {
	background-color: #ffffff !important;
}*/

#publicaciones .nectar-post-grid-item.tesis-doctorales .bg-overlay,
#publicaciones .nectar-post-grid-item.tfm .bg-overlay,
#publicaciones .nectar-post-grid-item.tfg .bg-overlay {
    background-color: #f0f0f1;
    border: none;
}

#publicaciones .nectar-post-grid-item.proyectos .bg-overlay {
    background-color: #ff6b3d;
    border: none;
}

#publicaciones .nectar-post-grid-item .content .item-main,
#publicaciones .nectar-post-grid-item .content .info {
    position: relative;
    float: left;
    width: 100%;
}

#publicaciones .nectar-post-grid-item .content .tipo,
#publicaciones .nectar-post-grid-item .content .fecha {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff6b3d;
}

#publicaciones .nectar-post-grid-item .content h3.post-heading {
    position: relative;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
}

#publicaciones .nectar-post-grid-item .content .dato {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    line-height: 20px;
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
}

#publicaciones .nectar-post-grid-item .content .dato .dest {
    font-weight: 800;
    color: #ff6b3d;
}

#publicaciones .nectar-post-grid-item .content span.material-symbols-outlined {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    font-size: 20px;
}

#publicaciones .nectar-post-grid-item .content .fecha {
    margin-top: 15px;
}

#publicaciones .nectar-post-grid-item .content h3.post-heading span,
#publicaciones .nectar-post-grid-item .content .dato,
#publicaciones .nectar-post-grid-item .content span.material-symbols-outlined {
    color: #222222;
}

#publicaciones .nectar-post-grid-item.proyectos .content .tipo,
#publicaciones .nectar-post-grid-item.proyectos .content .fecha,
#publicaciones .nectar-post-grid-item.proyectos .content h3.post-heading span,
#publicaciones .nectar-post-grid-item.proyectos .content .dato,
#publicaciones .nectar-post-grid-item.proyectos .content span.material-symbols-outlined {
    color: #ffffff;
}

/* SCOPUS / SJR */
#publicaciones .publicacion[data-type="scopus-jcr"] {
    border: 1px solid #0c1b33;
}
#publicaciones .publicacion[data-type="scopus-jcr"] p span {
    color: #0c1b33;
}
#publicaciones .publicacion[data-type="scopus-jcr"] .separator {
    background-color: #0c1b33;
}

/* Libros */
#publicaciones .publicacion[data-type="libro"] {
    border: 1px solid #ffbc21;
}
#publicaciones .publicacion[data-type="libro"] p span {
    color: #ffbc21;
}
#publicaciones .publicacion[data-type="libro"] .separator {
    background-color: #ffbc21;
}

/* Otras publicaciones */
#publicaciones .publicacion[data-type="otras"] {
    border: 1px solid #0f7173;
}
#publicaciones .publicacion[data-type="otras"] p span {
    color: #0f7173;
}
#publicaciones .publicacion[data-type="otras"] .separator {
    background-color: #0f7173;
}

/* I+D+i */
#publicaciones .publicacion[data-type="idi"] {
    border: 1px solid #efdbc2;
}
#publicaciones .publicacion[data-type="idi"] p span {
    /*color: #efdbc2;*/
    color: #c5b49e;
}
#publicaciones .publicacion[data-type="idi"] .separator {
    background-color: #efdbc2;
}

/* PID */
#publicaciones .publicacion[data-type="pid"] {
    border: 1px solid #94c1e2;
}
#publicaciones .publicacion[data-type="pid"] p span {
    color: #94c1e2;
}
#publicaciones .publicacion[data-type="pid"] .separator {
    background-color: #94c1e2;
}

/* Transferencia */
#publicaciones .publicacion[data-type="transferencia"] {
    border: 1px solid #720E07;
}
#publicaciones .publicacion[data-type="transferencia"] p span {
    color: #720E07;
}
#publicaciones .publicacion[data-type="transferencia"] .separator {
    background-color: #720E07;
}

/* Trabajos de investigación dirigidos */
#publicaciones .publicacion[data-type="Trabajo fin de máster"],
#publicaciones .publicacion[data-type="Jornada"] {
    border: 1px solid #0f7173;
}
#publicaciones .publicacion[data-type="Trabajo fin de máster"] p span,
#publicaciones .publicacion[data-type="Jornada"] p span {
    color: #0f7173;
}
#publicaciones .publicacion[data-type="Trabajo fin de máster"] .separator,
#publicaciones .publicacion[data-type="Jornada"] .separator {
    background-color: #0f7173;
}

#publicaciones .publicacion[data-type="Trabajo fin de grado"],
#publicaciones .publicacion[data-type="Curso"] {
    border: 1px solid #ffbc21;
}
#publicaciones .publicacion[data-type="Trabajo fin de grado"] p span,
#publicaciones .publicacion[data-type="Curso"] p span {
    color: #ffbc21;
}
#publicaciones .publicacion[data-type="Trabajo fin de grado"] .separator,
#publicaciones .publicacion[data-type="Curso"] .separator {
    background-color: #ffbc21;
}

.page-template-tesis #filter .wpb_column .nectar-button,
.page-template-cursosseminarios #filter .wpb_column .nectar-button {
    opacity: 0.4 !important;
    -webkit-transition: all .4s ease-out;
  	-moz-transition: all .4s ease-out;
  	-o-transition: all .4s ease-out;
  	transition: all .4s ease-out;
}

.page-template-tesis #filter .wpb_column .nectar-button:hover,
.page-template-tesis #filter .wpb_column .nectar-button.selected,
.page-template-cursosseminarios #filter .wpb_column .nectar-button:hover,
.page-template-cursosseminarios #filter .wpb_column .nectar-button.selected {
    opacity: 1 !important;
}

/* Charts */

.charts {
    position: relative;
    float: left;
    width: 100%;
}

.charts .chart {
    position: relative;
    float: left;
    margin: 40px 0;
}


/* Contenido */

.um .um-form {
    margin: 50px 0 0 0;
}

.um .um-form input[type=submit].um-button{
    background: #ff6b3d !important;
}

.page-template-user .container.main-content > .row {
    margin-bottom: 0;
}

.page-template-user .um:not(.um-admin) {
    margin-bottom: 0 !important;
}

.page-template-user .um-profile {
    margin-bottom: 0px !important;
}

.page-template-user .um-header {
    min-height: 0;
    margin-top: 40px;
}

.page-template-user .um-header.no-cover .um-profile-photo {
    display: none;
}

.page-template-user .um-header.no-cover .um-name {
    text-align: left;
}

.page-template-user .um-header.no-cover .um-name a {
    color: rgb(0, 0, 0);
}

.page-template-user #userinfo {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 2px #eee;
}

.page-template-user #userinfo h3,
.page-template-user #userinfo p {
    position: relative;
    float: left;
    width: 100%;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.page-template-user #userinfo p.titulacion,
.page-template-user #userinfo p.universidad {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.page-template-user #userinfo p.titulacion {
    margin: 20px 0 10px 0;
}

.page-template-user #userinfo p.curso {
    margin-top: 10px;
    font-size: 16px;
}

#blockcontent > h2 {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff6b3d;
}

#contenido {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}

#contenido li {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    list-style: none;
}

#contenido li.document {
    padding: 20px 40px;
    border: 2px solid #eaeaea;
    background-color: transparent;
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#contenido li.document:hover {
    background-color: #eaeaea;
    cursor: pointer;
}

#contenido li.document a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

#contenido li.document h2 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

#contenido li.document h2 i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 24px;
}

#contenido li p {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    line-height: 20px;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 16px;
}

#contenido li.document p {
    padding: 0 0 0 34px;
    font-size: 14px;
}

/*#contenido li.document a,
#contenido li.document a img {
    position: relative;
    float: left;
    width: 100%;
}
*/

/* Orcid */

.page-template-orcid {
	height: auto;
}

.page-template-orcid #orcid-api {
	position: relative;
	float: left;
	width: 100%;
}

.page-template-orcid #orcid-api h1,
.page-template-orcid #orcid-api h2 {
	line-height: 1.2;
    margin: 50px 0 40px 0;
	font-size: 2.75vw;
}

.page-template-orcid #orcid-api h2 {
    position: relative;
    float: left;
    width: auto;
    margin: 0;
    padding: 6px 15px;
    font-size: 0.75vw;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ff6b3d;
    color: #fff;
    border-radius: 20px;
}

.page-template-orcid #orcid-api h2.orcid {
    margin: 0 0 0 10px;
    background-color: #a6ce39;
}

.page-template-orcid #orcid-api h2 a {
    color: #fff;
}

.page-template-orcid #orcid-api .works-list {
	position: relative;
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.page-template-orcid #orcid-api .work {
   	position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 2px solid #ff6b3d;
}

.page-template-orcid #orcid-api .work:first-child {
    padding-top: 0;
    border-top: none;
}

.page-template-orcid #orcid-api .work h3 {
    line-height: 1.5;
    font-size: 1vw;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}

.page-template-orcid #orcid-api .work p {
	padding: 2.5px 0;
    font-size: 0.85vw;
}

.page-template-orcid #orcid-api .work p .ext {
	text-transform: uppercase;
}

.page-template-orcid #orcid-api .work p a {
	color: #000;
}


/*------------------------------------------------------------------ */
/*--------------------------- RESPONSIVE --------------------------- */
/*------------------------------------------------------------------ */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 760px) {
    body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li > a {
        font-size: 22px !important;
        line-height: 1.25 !important;
    }
    body .tabbed[data-style*=vertical] .wpb_tabs_nav li {
        width: 100%;
    }
    .tabbed[data-style="vertical_modern"] > div {
        padding-left: 0;
    }
    #publicaciones {
        display: block;
    }
    #publicaciones .publicacion {
        width: 100%;
        padding: 15px;
    }
	#publicaciones .publicacion p {
        overflow: hidden;
    }
	table#congresos {
		margin: 20px 0;
	}
	table#congresos tr {
		position: relative;
		float: left;
		padding: 10px 0;
	}
	table#congresos tr td {
		position: relative;
		float: left;
		width: 100%;
		padding: 10px;
	}
	.nectar_image_with_hotspots .nectar_hotspot {
		height: 15px;
		width: 15px;
		line-height: 15px;
	}
	.nectar_image_with_hotspots[data-hotspot-icon=plus_sign] .nectar_hotspot span {
		width: 15px;
		height: 15px;
	}
	.nectar_image_with_hotspots[data-hotspot-icon=plus_sign] .nectar_hotspot span:before {
		left: 2.5px;
		top: 6.5px;
	}
	.nectar_image_with_hotspots[data-hotspot-icon=plus_sign] .nectar_hotspot span:after {
		left: 6.5px;
		top: 2.5px;
	}
	body #popup {
    	padding: 10% !important;
	}
	body #popup .nectar_icon_wrap {
		position: relative;
		float: right;
		top: 0;
		right: 0;
	}
	body #popup .wpb_text_column {
    	position: relative;
		float: left;
		width: 100%;
	}
	body #popup form p {
		width: 100%;
		margin: 0;
		padding-bottom: 15px;
	}
	body #popup form p input:not([type="checkbox"]) {
		padding: 10px 15px;
	}
	body #popup form p .wpcf7-list-item {
		margin: 0;
	}
	body #popup form p textarea {
		height: 150px;
	}
	body #popup form p input.wpcf7-submit {
		margin-top: 20px;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 760px) and (orientation : landscape) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 420px) and (max-width : 760px) and (orientation : portrait) {}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1800px) {}
