/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/*
=========
GENERALES
=========
*/
/*Fuentes*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Recursive', sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.2!important;
}
#header-outer #social-in-menu i.fa {
    color: white;
}

html body #header-outer:not(.transparent) #social-in-menu a i:after {
    color: #3c3c3c !important;
}

html #header-outer #top nav ul #nectar-user-account a span {
    color: white !important;
}

#top nav ul #nectar-user-account a:hover span:before {
    color: #3c3c3c !important;
}

#top .current_page_item {
    background: #208efc;
}
html body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a {
    color: white !important;
}
html body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a {
    color: white !important
}

html body:not([data-header-format="left-header"]) #top .sf-menu li ul {
    background: white!important;
    border: 1px solid #3c3c3c;
    box-shadow: none;
}

html #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a {
    color: #000000 !important;
}

html #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
    color: #ffffff !important;
    background: #208efc !important;
}

/*Botones*/
.nectar-button {
    font-family: 'Recursive', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 400;
    border: 1px solid #3c3c3c;
}

.nectar-button.btn-centrar {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 200px;
    text-align: center;
}

/*Clases generales*/
.borde-abajo >.row-bg-wrap {
    border-bottom: 1px solid #3c3c3c;
}

.linea-full {
    position: relative;
}

.linea-full:after {
    content: "";
    height: 1px;
    position: absolute;
    left: -50%;
    right: -50%;
    background: #3c3c3c;
    bottom: 0;
}

.linea-full h2 {
    border-left: 1px solid #3c3c3c;
    margin-left: -30px;
    padding: 30px 30px 15px;
}

/*Publicaciones*/
.grilla-notas-wp .blog-recent > .col {
    margin: 0 !important;
}

.grilla-notas-wp .blog-recent > .col .inner-wrap {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #3c3c3c;
}

.grilla-notas-wp .blog-recent > .col:nth-child(2n) .inner-wrap, .grilla-notas-wp .blog-recent > .col:nth-child(3n) .inner-wrap {
    border-left: 0;
}

.grilla-notas-wp h3 {
    font-size: 1.5rem !important;
}

.grilla-notas-wp .blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
    padding: 30px;
}

.grilla-notas-wp .meta {
    font-family: 'Recursive', sans-serif;
    display: block;
    margin-bottom: 0.5rem !important;
    color: #3c3c3c;
}

.grilla-notas-wp .meta-category a {
    font-family: 'Recursive', sans-serif;
    letter-spacing: 0.15em;
    background: white;
    color: #3c3c3c !important;
}

.grilla-notas-wp .blog-recent[data-style*="classic_enhanced"] .meta-category a:hover {
    color: white !important
}

/*Footer*/
#footer-widgets > .container > .row {
    padding: 0;
    display: flex;
}

#footer-widgets #text-3 h4 {
    font-size: 1.8rem;
    font-weight: normal;
    font-family: 'Recursive', sans-serif;
    border-left: 1px solid #ffffff;
    margin-left: -30px;
    padding: 30px 30px 15px;
    position: relative;
    margin-bottom: 40px;
}

#footer-widgets #text-3 h4:after {
    content: "";
    height: 1px;
    position: absolute;
    left: -50%;
    right: -150%;
    background: #ffffff;
    bottom: 0;
}

#footer-widgets > .container > .row > .col:last-child {
    border-left: 1px solid white;
    margin-top: 78px;
    padding: 40px;
}

#footer-outer[data-using-bg-img="true"] #copyright {
    background: #208efc !important;
}

form input, form textarea {
    border-bottom-width: 1px !important;
}

#footer-outer form input, #footer-outer form textarea {
    border-bottom-color: white !important;
    background-color: rgb(255 255 255 / 20%);
    color: #3c3c3c !important;
    font-family: 'Recursive', sans-serif;
}

#footer-outer form input[type="submit"] {
    color: #ffffff !important;
    font-family: 'Recursive', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

#footer-outer ::placeholder {
    color: #3c3c3c;
}

/*
=========
INICIO
=========
*/
body.home h2 {
    font-size: 1.8rem;
    font-weight: normal;
}

body.home #lineas {
    margin: 0;
}

/*
=========
NOSOTROS
=========
*/
#fila-nosotros {
    max-height: calc(100vh - 152px);
    overflow: hidden;
}
.page-submenu .full-width-content {
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    font-family: 'Recursive', sans-serif;
    letter-spacing: 0.15em;
}

.row .page-submenu ul li {
    margin: 0;
}

.row .page-submenu ul li a {
    color: black;
    border-right: 1px solid #3c3c3c;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
}

.row .page-submenu ul li:first-child a {
    border-left: 1px solid #3c3c3c;
}

.row .page-submenu ul li a:hover {
    color: #208efc;
}

.row .page-submenu ul li.current-menu-item a {
    background: #208efc;
    color: white
}

/*
=========
RESPONSIVE
=========
*/
@media screen and (min-width: 999px) {
    .grilla-notas-wp .blog-recent > .col {
        width: 33.3% !important;
    }
}

/*
===============
Documento detalle
===============
*/
.documento-template-default.single .heading-title,
.doc_coordinacion-template-default.single .heading-title, 
.biblioteca-template-default.single .heading-title,
.doc_coordinacion-template-default.single .heading-title {
    display: none;
}

.documento-template-default.single .breadcrumb-container, 
.biblioteca-template-default.single .breadcrumb-container,
.doc_coordinacion-template-default.single .breadcrumb-container {
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 2rem;
}

.breadcrumb-container {
    font-size: 13px;
    font-family: 'Recursive', sans-serif;
}

.breadcrumb-container ul {
    margin: 0 !important;
    padding: 0 !important;
}

.breadcrumb-container li {
    box-sizing: unset;
    display: inline-block;
    margin: 3px 0;
    padding: 0;
}

.breadcrumb-container li a {
    box-sizing: unset;
    padding: 0 10px;
}

.documento-template-default.single .breadcrumb-container a, 
.biblioteca-template-default.single .breadcrumb-container a,
.doc_coordinacion-template-default.single .breadcrumb-container a {
    background: #ededed;
    display: inline-block;
    margin: 0 2px;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
   
}

.documento-template-default.single .breadcrumb-container li:last-child span,
.biblioteca-template-default.single .breadcrumb-container li:last-child span,
.doc_coordinacion-template-default.single .breadcrumb-container li:last-child span {
    background: #208efc;
    display: inline-block;
    margin: 0 2px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}

.documento-template-default.single .breadcrumb-container,
.biblioteca-template-default.single .breadcrumb-container,
.doc_coordinacion-template-default.single .breadcrumb-container {
    margin-bottom: 4rem;
}

.documento-template-default.single .breadcrumb-container li:first-child span,
.biblioteca-template-default.single .breadcrumb-container li:first-child span,
.doc_coordinacion-template-default.single .breadcrumb-container li:first-child span {
    font-size: .8rem !important;
    font-family: 'Recursive', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #208efc;
}

.documento-template-default.single .doc-titulo,
.biblioteca-template-default.single .doc-titulo,
.doc_coordinacion-template-default.single .doc-titulo {
    font-size: 2rem;
    color: #208efc;
    margin: 2rem 0 1rem;
    line-height: 1.2;
}

.documento-template-default.single .doc-autor,
.biblioteca-template-default.single .doc-autor,
.doc_coordinacion-template-default.single .doc-autor {
    color: #000;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.documento-template-default.single .doc-icono,
.biblioteca-template-default.single  .doc-icono,
.doc_coordinacion-template-default.single .doc-icono {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
}

.documento-template-default.single .doc-icono[data-icono*=".doc"],
.documento-template-default.single .doc-icono[data-icono*=".docx"],
.biblioteca-template-default.single .doc-icono[data-icono*=".doc"],
.biblioteca-template-default.single .doc-icono[data-icono*=".docx"],
.doc_coordinacion-template-default.single .doc-icono[data-icono*=".doc"],
.doc_coordinacion-template-default.single .doc-icono[data-icono*=".docx"] {
    background-image: url('https://rndp.org.co/wp-content/uploads/2021/06/ico-doc.png') ;
}

.documento-template-default.single .doc-icono[data-icono*=".ppt"],
.documento-template-default.single .doc-icono[data-icono*=".pptx"],
.biblioteca-template-default.single .doc-icono[data-icono*=".ppt"],
.biblioteca-template-default.single .doc-icono[data-icono*=".pptx"],
.doc_coordinacion-template-default.single .doc-icono[data-icono*=".ppt"],
.doc_coordinacion-template-default.single .doc-icono[data-icono*=".pptx"] {
    background-image: url('https://rndp.org.co/wp-content/uploads/2021/06/ico-ppt.png') ;
}

.documento-template-default.single .doc-icono[data-icono*=".pdf"],
.biblioteca-template-default.single .doc-icono[data-icono*=".pdf"],
.doc_coordinacion-template-default.single .doc-icono[data-icono*=".pdf"] {
    background-image: url('https://rndp.org.co/wp-content/uploads/2021/06/ico-pdf.png') ;
}

.documento-template-default.single .doc-icono[data-icono*=".xls"],
.documento-template-default.single .doc-icono[data-icono*=".xlsx"],
.biblioteca-template-default.single .doc-icono[data-icono*=".xls"],
.biblioteca-template-default.single .doc-icono[data-icono*=".xlsx"],
.doc_coordinacion-template-default.single .doc-icono[data-icono*=".xls"],
.doc_coordinacion-template-default.single .doc-icono[data-icono*=".xlsx"]  {
    background-image: url('https://rndp.org.co/wp-content/uploads/2021/06/ico-excel.png') ;
}

.documento-template-default.single .info-adicional,
.biblioteca-template-default.single .info-adicional,
.doc_coordinacion-template-default.single .info-adicional  {
    font-family: Roboto;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 2rem;
    color: black;
    font-family: 'Recursive', sans-serif;
}

 
.documento-template-default.single .info-adicional .info-fecha,
.biblioteca-template-default.single .info-fecha,
.doc_coordinacion-template-default.single .info-adicional .info-fecha {
    padding: 0 1.2rem;
    position: relative;
    top: -1.2rem;
    margin-left: 1rem;
}

.documento-template-default.single .info-adicional .info-fecha,
.biblioteca-template-default.single .info-adicional .info-fecha,
.doc_coordinacion-template-default.single .info-adicional .info-fecha {
    border-left: 1px solid #3c3c3c;
}



.documento-template-default.single .listado-palabras,
.biblioteca-template-default.single .listado-palabras,
.doc_coordinacion-template-default.single .listado-palabras {
    display: block;
    margin: 0 0 2rem 0;
}

.documento-template-default.single .listado-palabras li,
.biblioteca-template-default.single .listado-palabras li,
.doc_coordinacion-template-default.single .listado-palabras li  {
    list-style-type: none;
    display: inline-block;
}

.documento-template-default.single .listado-palabras li a,
.biblioteca-template-default.single .listado-palabras li a,
.doc_coordinacion-template-default.single .listado-palabras li a {
    list-style-type: none;
    display: inline-block;
    background: #ededed;
    padding: 5px 10px;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 13px;
    transition: all .5s ease;
}

.documento-template-default.single .listado-palabras li a:hover, 
.documento-template-default.single .breadcrumb-container a:hover,
.biblioteca-template-default.single .listado-palabras li a:hover, 
.biblioteca-template-default.single .breadcrumb-container a:hover,
.doc_coordinacion-template-default.single .listado-palabras li a:hover, 
.doc_coordinacion-template-default.single .breadcrumb-container a:hover {
    background: #208efc;
    color: white;
}

.documento-template-default.single .btn-descarga,
.biblioteca-template-default.single .btn-descarga,
.doc_coordinacion-template-default.single .btn-descarga {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: .05em;
    background: #ededed;
    padding: 1rem 1.5rem;
    background: #208efc;
    color: white;
    transition: all ease .8s;
    display: inline-block;
    margin-bottom: 2rem;
}

.documento-template-default.single .btn-descarga:hover,
.biblioteca-template-default.single  .btn-descarga:hover,
.doc_coordinacion-template-default.single .btn-descarga:hover {
    background: #3c3c3c;
}

.documento-template-default.single .label-palabras,
.biblioteca-template-default.single .label-palabras,
.doc_coordinacion-template-default.single .label-palabras {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: .5rem;
    color: rgb(0 0 0);
    font-size: .8rem !important;
    font-family: 'Recursive', sans-serif;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: .1em;
}

.documento-template-default.single .cont-documento,
.biblioteca-template-default.single .cont-documento,
.doc_coordinacion-template-default.single .cont-documento {
    margin: 0 auto;
    max-width: 800px
}
.documento-template-default.single .heading-title ~ div:last-child,
.documento-template-default.single  .nectar-social,
.biblioteca-template-default.single .heading-title ~ div:last-child,
.biblioteca-template-default.single  .nectar-social,
.doc_coordinacion-template-default.single .heading-title ~ div:last-child,
.doc_coordinacion-template-default.single  .nectar-social {
    display: none;
}
.btn-volver {
    background: #ededed;
    padding: .5em 1.6em .5em .8em;
   
     font-family: 'Recursive', sans-serif;
    color: #000000;
    font-size: .85em;
    transition: all .25s ease;
    position: relative;
    left: 0;
    font-weight: 400;
}
.btn-volver i {
    font-size: 1em;
    margin-right: 1rem;
}

.btn-volver:hover {
    background: #208efc;
    color: white;
    left: -10px;
}
.cont-volver.d-none {
    display: none
}
/*
===============
Buscador intranet
===============
*/
body.page-id-309 .container-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
#b-in {
    color: black;
}
 

#b-in {
    border-left: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    padding-bottom: 4rem;
}

#b-in #reactive-root,
#b-in #reactive-root ~ div {
    margin-bottom: 0 !important;
}
#b-in .filtros,
.buscador-documentos .filtros{
    color: black;
}
#b-in .filtros::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: -100%;
    bottom: -100%;
    background: #3c3c3c;
}
#b-in .filtros h3,
.buscador-documentos h3 {
    font-size: 1rem;
    color: black !important;
}
#b-in .filtros span,
.buscador-documentos span{
    color: black
}
#b-in .filtros .react-grid-item,
.buscador-documentos .react-grid-item {
    border-bottom: 1px solid #3c3c3c;

}
#b-in .filtros > div > div,
.buscador-documentos > div > div {
    padding: 0 !important;
}
#b-in .filtros .filtro-buscador h3,
.buscador-documentos .filtro-buscador h3 {
    font-size: 2rem;
}
#b-in .filtros input,
#b-in .filtros .dd__selectControl,
.buscador-documentos input,
.buscador-documentos .dd__selectControl {
    border: 1px solid #3c3c3c !important;
    background: white !important;
    color: black !important;
    border-radius: 0
}
#b-in .filtros [class*="reuseCheckboxParrentWrapper"],
.buscador-documentos [class*="reuseCheckboxParrentWrapper"] {
    padding: 0;
    border: none
}

#b-in .filtros .reuseSliderValueWrapper___,
.buscador-documentos .reuseSliderValueWrapper___ {
    justify-content: center !important;
    font-family: 'Recursive', sans-serif;
    
}
#b-in .filtros .reuseSliderValueWrapper___ span,
.buscador-documentos .reuseSliderValueWrapper___ span {
    display: inline !important;
}
#b-in .filtros .noUi-handle,
.buscador-documentos .noUi-handle {
    background: #208efc;
    border: 1px solid #3c3c3c;
    border-radius: 0 !important;
}
#b-in .filtros .noUi-base,
.buscador-documentos .noUi-base {
    background: #dadada;
}
#b-in .filtros .noUi-tooltip,
.buscador-documentos .noUi-tooltip  {
    font-family: 'Recursive', sans-serif !important;
    font-size: 13px;
}

#b-in .filtros .noUi-active,
.buscador-documentos .noUi-active {
    box-shadow:none;
}
.buscador-documentos .reuseCheckboxParrentWrapper___ {
    border-color: black !important
}
.btn-filtro #ResetButton {
    border-color: transparent;
    background: #3c3c3c;
    color: white;
    font-family: 'Recursive', sans-serif;
    padding: .5rem;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.btn-filtro #ResetButton:hover {
    color: white;
    background: #208efc;
}
#b-in .filtros .btn-filtro,
.buscador-documentos .btn-filtro {
    border-bottom: none;
}
.grilla {
    padding-top: 2.5rem;
}
.grilla-item {
    padding: 5px 5px !important;
}
.grilla-item-interno {
    border: 1px solid #3c3c3c;
    margin: 5px;
    padding: 0 !important;
}
.grilla-item h3.grilla_tit {
    font-size: 1.3rem !important;
    border-bottom: 1px solid #3c3c3c;
    padding: 10px 15px;
}
.grilla-item h3.grilla_tit + p {
    padding: 10px 15px;
    font-size: .873rem;
}
.grilla-item .grilla-footer {
     border-top: 1px solid #3c3c3c;
      padding: 10px 15px;
}
.grilla-item .grilla-footer a {
    display: block;
    background: #208efc;
    font-family: 'Recursive', sans-serif;
    color: white;
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
    transition: all .5s ease;
}
.grilla-item .grilla-footer a:hover {
    opacity: .8;
}
/*
===============
Login Intranet
===============
*/
#form-intranet .vc_col-sm-6 .vc_column-inner{
    padding-top: 15vh !important;
    padding-bottom: 15vh !important;
}
#form-intranet form a,
#form-intranet form label,
#form-intranet form input[type="submit"]{
    font-family: 'Recursive', sans-serif;
    
}
#form-intranet form input[type="text"],
#form-intranet form input[type="password"] {
    font-family: Roboto;
    color: black !important;
}
#form-intranet form a,
#form-intranet form label {
    color: black !important;
}
#form-intranet .um-field-checkbox-option, 
#form-intranet .um-field-radio-option {
    color: black !important;
}
#form-intranet .um-field-checkbox-state i {
    color: #208efc;
}
#form-intranet .um input[type=submit].um-button {
     background-color: #208efc;
}
#form-intranet .wpb_column:first-child .column-bg-overlay {
    left: -200%;
	width: initial;
    right: 0;
    mix-blend-mode: color;
}
.logged-in #form-intranet .um-misc-img{
    display: none;
}
.logged-in #form-intranet .um-misc-with-img strong {
    font-family: 'Recursive', sans-serif;
    font-size: 1.8rem;
    color: black;
}
.logged-in #form-intranet .um-misc-ul {
    margin: 0;
}
.logged-in #form-intranet .um-misc-ul li:first-child{
    display: none;
}
.logged-in #form-intranet .um-misc-ul li {
    list-style: none;
}
.logged-in #form-intranet .um-misc-ul li a {
    background: #3c3c3c;
    padding: .5rem;
    display: block;
    text-align: center;
     font-family: 'Recursive', sans-serif;
     color: white;
     max-width: 120px;
     margin: 0 auto;
     transition: all .5s ease;
}

.logged-in #form-intranet .um-misc-ul li a:hover {
    background: #e57937;
}
/*
================
Miembros
================
*/
.squares-element h3 {
    color: #3c3c3c !important;
     font-family: 'Recursive', sans-serif !important;
}
.squares-element a {
    transition: all .5s ease;
    border-radius: 0!important;
    border: 1px solid #3c3c3c;
     font-family: 'Recursive', sans-serif;
}
.squares-element a:hover {
    opacity: .8;
}
.imp-shape-poly {
    transition: all .8s ease;
}
html .nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="accent-color"] .nectar_hotspot {
    background: white !important;
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:after,
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:before {
    background-color: #3c3c3c;
}
.nttip {
    text-align: center;
}
.nttip a {
    transition: all .5s ease;
    margin: .75rem auto 0;
    background: #c5c5bf;
    display: block;
    padding: .75rem;
    line-height: 1;
    color: #3c3c3c;
    text-align: center;
    max-width: 160px;
    border: 1px solid #3c3c3c;
    font-family: 'Recursive', sans-serif;

}
.nttip a:hover {
    background: #e4e4e4;
}
.nttip a br {
    display: none;
}
.pum-theme-tema-miembros .vc_col-sm-4 p {
    text-align: center !important
}
.pum-theme-tema-miembros .vc_col-sm-4 img {
    width: 150px;
    margin: 0 auto !important;
    display: block;
}

/*Publicaciones*/

.pub-rndp-item {
    
   
    padding: 5px !important;
}

.pub-rndp-item-inner{
     border: 1px solid #3c3c3c;
    position: relative;
    background-color: white;
}
.pub-rndp-item-inner a.overlay {
    
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.pub-rndp-item-inner .categoria {
    position:absolute;
    background: white;
    font-family: 'Recursive', sans-serif;
    letter-spacing: 0.15em;
    background: white;
    color: #3c3c3c !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
    top: 20px;
    left: 20px;
    z-index: 2;
}
.pub-rndp-item-inner .info {
    padding: 30px;
}
.pub-rndp-item-inner h3 {
    font-size: 1.5rem !important;
}
.pub-rndp-item  .img-wp{
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.pub-rndp-item  .img-wp img {
    position: absolute;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    left: 0;
    transition: transform .5s ease;
}
.pub-rndp-item-inner a.overlay:hover + .img-wp img {
    transform: scale(1.1)
}
.pub-rndp-item .info span {
   font-family: 'Recursive', sans-serif;
    display: block;
    margin-bottom: 0.5rem !important;
    color: #3c3c3c; 
    font-size: 13px;
}
#noticias-pag .row-bg {
    height: 50vh;
    bottom: initial;
}

#noticias-pag .buscador-noticias h3 {
    text-align: center;
    margin-top: 1rem;
}
#noticias-pag .buscador-noticias input,
.viewSearchBlock .buscador-noticias input {
    border: 1px solid #3c3c3c !important;
    background-color: #ffffff !important;
    padding-left: 50px !important;
    color: black !important;
}

#noticias-pag .buscador-noticias .reuseAutoSearchFieldWrapper___ {
    width: 66.6%;
    margin: 0 auto;
    max-width: 500px;
}
#noticias-pag .buscador-noticias .reuseAutoSearchIcon___,
.buscador-noticias .reuseAutoSearchIcon___ {
    background: #208efc;
    z-index: 2;
    border-radius: 0;
    border-right: 1px solid #3c3c3c;
}
#noticias-pag .buscador-noticias .reuseAutoSearchIcon___ i,
.buscador-noticias .reuseAutoSearchIcon___ i {
    color: white;
}
#noticias-pag .buscador-noticias .dd__selectControl,
.buscador-noticias .dd__selectControl {
    border: 1px solid #3c3c3c;
    background: white;
    color: black !important;
    border-radius: 0
}
#noticias-pag .buscador-noticias .reactiveNormSearchGridContents___,
.buscador-noticias .reactiveNormSearchGridContents___  {
    padding: 8px;
}

.tem-encabezado h1{
    font-size: 2.4rem
}
.tem-encabezado .vc_column-inner{
    padding-bottom: 3rem!important
}
.tem-encabezado img {
    max-height: 45vh;
    width: auto;
    margin-left: auto;

}
.tem-informacion {
    padding-top: 10vh !important;
     padding-bottom: 10vh !important;
}
.tem-informacion p {
    max-width: 600px;
    margin: 0 auto;
}
.tem-publicaciones .row-bg{
    border-top: 1px solid black;
}
.tem-publicaciones h2 {
    font-size: 1.5rem;
}
/*Noticia detalle*/
body.single-post #page-header-wrap .section-title .inner-wrap > a {
    background: white;
    color: #000000;
    font-family: 'Recursive', sans-serif !important;
    pointer-events: none;

}
body.single-post #single-below-header .meta-author,
body.single-post #single-below-header .meta-comment-count {
    display: none !important;
}
body.single-post #page-header-wrap .section-title h1 {
    font-family: 'Recursive', sans-serif !important;
    letter-spacing: 0.05em;
}
body.single-post #single-below-header .meta-date {
    border: none;
    font-family: 'Recursive', sans-serif !important;
    letter-spacing: 0.05em;
}
body.single-post .comments-section {
    display: none;
}
/*Aliados*/
body.page-id-208 .vc_col-sm-3 > .vc_column-inner {
    padding: 0!important
}
body.page-id-208 .vc_col-sm-3 >.vc_column-inner > .wpb_wrapper {
    border: 1px solid #3c3c3c;
    height: 100%;
    display: flex;
    flex-direction:column;

}
body.page-id-208 .vc_col-sm-3 >.vc_column-inner > .wpb_wrapper > div:first-child {
    flex-grow: 1
}
body.page-id-208 .vc_col-sm-3 >.vc_column-inner > .wpb_wrapper .divider-border {
    background-color: #3c3c3c;
    height: 1px !important;
}
body.page-id-208 .vc_col-sm-3 img {
     padding: 5px !important;
    margin: 0
}
body.page-id-208 .vc_col-sm-3 .wpb_text_column {
    padding: 10px;
    margin: 0
}
.reactiveToggleBtnsWrapper___ {
    left: 0;
}
.reactiveTypeToggleBtn___ {
   background-color: #208efc !important;
   
}
/*menu resgistrado*/
body.logged-in #top .container > .row > .col.span_3 {
        background: transparent;
    }
    body.logged-in#top .container > .row > .col.span_9 > nav,
    body.logged-in#top .container > .row > .col.span_9 > nav > ul {
        width: 100%;
    } 
    body.logged-in#top .container > .row > .col.span_9 > nav > ul > li {
        flex-grow: 1
    }
    body.logged-in #top nav >ul > li >a {
        padding: 0 15px !important;
        margin: 0 auto;
    }
/*
============
============
RESPONSIVE
============
============
*/
/*Menu Escritorio*/

@media screen and (min-width: 1196px) {
    .tit-intranet-mobile {
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    #top {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #3c3c3c;
}

    #top .container {
    padding: 0 !important;
}

#top .container > .row {
    display: flex;
    margin-left: 20px;
    flex-wrap: wrap;
    position: relative;
    min-height: 110px;
    padding-left: 130px;
}
   #top .container > .row > .col.span_3 {
    border-right: 1px solid #3c3c3c;
    margin-right: 0;
    padding-right: 25px;
    order: 1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index:2;
} 
#top .container > .row > .col.span_9 {
    order: 3;
    width: 100% !important;
    justify-content: center;
    z-index:1;
}

#top .container > .row > .right-aligned-menu-items {
    order: 2;
    background: #208efc;
    width: 100% !important;
    text-align: right;
    justify-content: flex-end;
    border-bottom : 1px solid #3c3c3c;
}

#top .container > .row > .right-aligned-menu-items .buttons {
    border-left : 1px solid #3c3c3c;
    margin-left : 10px!important;
    padding: 0 20px!important;
}
}
@media screen and (max-width: 1400px) {
    body.logged-in #top nav >ul > li >a {
        padding: 0 10px !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1200px) {
    #top .container > .row > .col.span_3 {
        background: transparent;
    }
    #top .container > .row > .col.span_9 > nav,
    #top .container > .row > .col.span_9 > nav > ul {
        width: 100%;
    } 
    #top .container > .row > .col.span_9 > nav > ul > li {
        flex-grow: 1
    }
    html #top nav >ul > li >a {
        padding: 0 5px !important;
        margin: 0 auto;
    }
    body.page-id-208 .vc_col-sm-3 >.vc_column-inner > .wpb_wrapper h6 {
        font-size: 1rem;
    }
    body.logged-in #top nav >ul > li >a,
    body.logged-in #top nav >ul > li >a + .sub-menu a {
        font-size: 12px;
    }
    .tit-intranet-mobile {
        border: 1px solid black;
        border-top: none;
        margin: 0 !important;
        padding: 20px
    }
}
@media screen and (max-width: 1196px) {
    .page-id-309 .grilla {
        padding-top: 0;
    }
}
@media screen and (max-width: 999px) {
    body #header-outer {
        padding: 10px 0;
        border-bottom: 1px solid black;
    }
    body #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
        font-family: 'Recursive';
        font-size: 16px;
        line-height: 1;
    }
    body #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li .sub-menu li a {
        font-size: 12px !important;
        line-height: 1 !important;
    }
    #noticias .row-bg-wrap {
        border-top: 1px solid black;
    }
    .grilla-notas-wp .blog-recent > .col .inner-wrap {
        border: 1px solid #3c3c3c !important;
        margin-bottom: 2rem;
    }
    #footer-widgets .container .col.span_6 {
        padding-top: 0
    }
    #fila-menu-nosotros {
        display: none;
    }
    /*Miembros*/
    .pum-theme-tema-miembros .pum-content + .pum-close {
        right: 5px !important;
        top: 5px !important;
    }
    #form-intranet .wpb_column:first-child .column-bg-overlay {
        right: -200%;
    }
    #form-intranet .vc_col-sm-6 .vc_column-inner {
        padding-top: 5vh !important;
        padding-bottom: 5vh !important;
    }
    /*Buscadores intranet*/
    body.page-id-309 .reactive-container-fluid {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media screen and (max-width: 690px) {
    .linea-full h2 {
        border-left: none;
    }
    #footer-widgets #text-3 h4 {
        border-left: none;
    }
    #footer-widgets > .container > .row {
        flex-direction: column;
    }
    #footer-widgets > .container > .row > .col:last-child {
        border-top: 1px solid white;
        border-left: none;
        margin-top: 0;
        padding: 40px 0 0 0;
    }
}
/*Pop ups*/ 
.popmake .vc_col-sm-3 .vc_column-inner {
    padding: 0 15px !important;
}
.popmake .vc_col-sm-3 a {
    word-break: break-all;
}
.popmake .vc_col-sm-9 a {
    color: white;
}
.popmake .vc_col-sm-3 h5 {
    font-size: 22px;
    text-align: left !important;
}
html .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -45%;
    width: 90%;
    max-width: 960px !important;
}
.popmake .vc_col-sm-3 img {
    display: block;
    margin: 0 auto;
    width: 200px;
}
/*Ajustes 01 21*/
#fila_slide .vc_col-sm-6:first-child > div{
    max-width: 500px;
    margin: 0 auto;
}
#fila_slide .vc_col-sm-6 img {
    max-height: calc(100vh - 400px);
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    
}
#fila_slide .vc_col-sm-6:last-child {
    text-align: center;
}
.home .mapa-rndp .imp-wrap {
    width: 509px;
    
}
.page-id-290 .mapa-rndp .imp-wrap {
    width: 636px;
    
}
.home .mapa-rndp .imp-wrap::after {
    animation: animapa-h 4s steps(16) infinite;
}
.page-id-290 .mapa-rndp .imp-wrap::after {
    animation: animapa-m 4s steps(16) infinite;
}
.mapa-rndp .imp-wrap::after {
    content: "Explora los nodos";
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Recursive', sans-serif;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: url(https://rndp.org.co/mapa/animacion-merge.png) left top no-repeat;
    background-size: auto 100%;
    animation: animapa 4s steps(16) infinite;

}
@keyframes animapa-h {
    100% { background-position: -8144px; }
}
@keyframes animapa-m {
    100% { background-position: -10176px; }
}
@keyframes aninubes {
    100% { background-position: 1000%; }
}

.mapa-rndp .imp-zoom-outer-wrap{
    position: relative;
}
.mapa-rndp .imp-zoom-outer-wrap::before {
    content: "";
    width: 500%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://rndp.org.co/mapa/nubes-1.png) left top repeat-x;
    background-size: auto 100%;
    z-index: 3;
    pointer-events: none;
    animation: aninubes 600s infinite alternate linear;
    opacity: .75;
}
.row .col .nectar_image_with_hotspots img:not([srcset]) {
    max-width: 110%;
    transform: translate(-5%, 0);
}
html .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {
	padding: 16px;
}
@media screen and (max-width: 1200px) and (min-width:1000px){
    @keyframes animapa-h {
        100% { background-position: -6720px; }
    }
    @keyframes animapa-m {
        100% { background-position: -8480px; }
    }
    .home .mapa-rndp .imp-wrap {
        width: 420px;
    
    }
    .page-id-290 .mapa-rndp .imp-wrap {
        width: 530px;
    }
}
@media screen and (max-width: 1000px) {
    .page-id-290 .mapa-rndp > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 690px) {
    @keyframes animapa-h {
        100% { background-position: -6720px; }
    }
    @keyframes animapa-m {
        100% { background-position: -6720px; }
    }
    .home .mapa-rndp .imp-wrap,
    .page-id-290 .mapa-rndp .imp-wrap {
        width: 420px;
    
    }
    .home .mapa-rndp > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose {
        background: transparent;
        border-color: black !important;
    }
    html .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    html .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before, 
    html .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after {
        background-color: black !important;
    }
}
@media screen and (max-width: 480px) {
    @keyframes animapa-h {
        100% { background-position: -5120px; }
    }
    @keyframes animapa-m {
        100% { background-position: -5120px; }
    }
    .home .mapa-rndp .imp-wrap,
    .page-id-290 .mapa-rndp .imp-wrap {
        width: 320px;
    
    }
    
}
.col-mapa-nodos {
    z-index: 9999 !important
}



/*ESTILOS CURSOS FORMACION*/
.tit_formacion{
    background-color: #208efc;
    height: 100px; 
    padding: 20px;
    color: #ffffff; 
    margin-top: -20px;
}

.txt_formacion{
    border-bottom: 1px solid;
    padding: 20px;
    background-color: #f6f0f0;
    margin-top: -23px;  
}