:root {
    --legal: #3366cc;
    --color1-omeg: #c342ff;
    --color2-omeg: #854dff;
    --color3-omeg: #556eff;
    --color4-omeg: #39006a;
    --color5-omeg: #444443;
    --color6-omeg: #e5e5e5;
    --color7-omeg: #f3f3f3;
    --color8-omeg: #ff6c77;
    --color9-omeg: #9141a4;

}

.page-node-13964 .pxc-titulo-h1 {
    display: none;
}

.h1, h1, h1 * {
    font-size: 2rem;
    font-family: var(--font1);
    font-weight: 700;   
    color: var(--color1-omeg);
    margin-bottom: 2.5rem;
}

/****************************** ENCABEZADO ************************/

.bg07-omeg {
    background-color: var(--color7-omeg);
}
.bg06-omeg {
    background-color: var(--color6-omeg);
}

#block-omeg-barragov,
#block-omeg-barragovinferior {
    background-color: var(--legal);
    padding: 6px 0;
}

#block-omeg-barragov img,
#block-omeg-barragovinferior img {
    height: 20px;
    width: auto;
}

.log02 {
margin-left: auto;
}

.bl-logos {
    background-color: var(--color1-omeg);
}

.bl-logos img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(101%) contrast(101%);
}

/****************************** FIN ENCABEZADO ************************/


/************************** ESTILOS MENÚ *******************/
.menu-omeg {
    background: none;
    padding: 0rem;
    margin-bottom: 0
}

.menu-omeg .we-mega-menu-ul li:last-child {
    background-color: var(--color2-omeg);
    transition: .3s ease;

}

.menu-omeg .we-mega-menu-ul li:last-child a{
    color:white;
    font-weight: 700;
}

.menu-omeg .we-mega-menu-ul>.we-mega-menu-li {
    border-left: none;
    position: relative;
}

.menu-omeg .we-mega-menu-ul>.we-mega-menu-li:before {
    content: "";
    position: absolute;
    height: 60%;
    right: 1px;
    top: 20%;
    width: 1px;
    background-color: var(--color8);
}

.menu02 .nav {
    flex-wrap: nowrap;
    width: 100%;
}

.menu02 .we-mega-menu-ul>.we-mega-menu-li>a,
.menu02 .we-mega-menu-ul>.we-mega-menu-li>span {
    background: none;
    padding: .6rem 1rem;
    background: none;
    text-transform: unset;
    font-family: var(--font1);
    text-wrap: balance;
    text-align: center;
    color: var(--color3);
    font-weight: 600;
    line-height: 1.3;
    justify-content: center;
}

.menu02 {
    width: 100%;
}

.menu02 li {
    position: relative;
    margin-bottom: 0 !important;
}

.menu02 .menu2024-1 .nav {
    flex-wrap: wrap;
}

.menu02 .we-mega-menu-ul>.we-mega-menu-li>a,
.menu02 .we-mega-menu-ul>.we-mega-menu-li>span {
    padding: 1.1rem 1.5rem;
}

.menu02 li {
    text-align: center;
    padding: 1rem;
}

.menu02 li:last-child {
    margin-left: auto;
}

.menu02 .we-mega-menu-ul>li:hover:after {
    display: none;

}
.subul {
    flex-direction:column
}
.subul li {
    text-align:left !Important   
}
.subul li:last-child {
    margin-left: unset !important;
    background: none !important;
}

.subul li:last-child a {
    color:var(--color5-omeg) !important
}

/**************************** FIN ESTILOS MENÚ **********************************/

/**************************** SLIDER HOME **********************************/

.dest-title h2, .dest2-title h2, .dest4-title h2{
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: 800;
}

.carousel-indicators .active {
    background-color: var(--color2-omeg);
    border: none;
    border: 1px solid var(--color2-omeg);
    margin-left:1rem;
    width: 13px;
    height: 13px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 1px solid var(--color2-omeg);
    margin-left:1rem

}
.dest-link a:after  {
    content: "¡Conoce más aquí!";
    color: var(--color2-omeg);
    transition: .2s linear;
    box-shadow: inset 0 0 0 1px;
}
.dest4-item:hover .dest4-link a:after,
.dest3-link:hover a:after,
.dest01:hover .dest-link a:after{
    background: linear-gradient(to right, var(--color2-omeg), var(--color8-omeg));
    color:white;
    box-shadow: inset 0 0 0 0px;

}
.but02 a:after {
    visibility: visible;
    padding: .4rem 3rem;
    position: absolute;
    border-radius: 50px;
    font-weight: 700;
    font-family: var(--font1);
    font-size: 1.1rem;

}

.dest4-link a:after
{
    content: "¡Conoce más aquí!";
    border-color: var(--color5);
    color: var(--color5);
    transition: .2s linear;
}

.dest-link {
    right: 1.5rem;
    bottom: 2rem;
}









/**************************** FIN SLIDER HOME **********************************/

/*********************** BOTONES VISUALIZADOR DE DATOS *************************/
.b-dest .bd-item4,
.b-dest .bd-item3 {
    min-height: 100px;
    background-color: var(--color1-omeg);
}

.bd-item1 h2, .bd-item2 h2,
.bd-item1 h3, .bd-item2 h3 {
    font-size: 1rem;
    font-weight: 500;
    text-wrap: balance;
    font-family: var(--font1);
    color: white;
    transition: .5s ease;
    padding-left: 1rem;
    margin-bottom: 0;
}
.b-dest .bd-item4 .ico img,
.b-dest .bd-item3 .ico img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7484%) hue-rotate(224deg) brightness(107%) contrast(105%);
}


.b-dest .bd-item4:hover,
.b-dest .bd-item3:hover  {
    background-color: var(--color8-omeg);
}
.bd-item2 h2 span {
    font-weight: 700;
    font-family: var(--font1);
}

.subt01 {
    font-size: 1.4rem;
    font-weight: 800;
}




/*********************** FIN BOTONES VISUALIZADOR DE DATOS *************************/

/*********************** BLOQUE CIFRAS DE MUJERES *************************/

.bl-cf {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
    padding: 1.2rem 0;
    font-family: var(--font1);
}

.box-cf {
    text-align: center;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #c342ff42;
}


.box-cf:nth-child(4) {
    border: none;
}

.cf-num {
    color:var(--color1-omeg);
    font-weight:700;
    font-size:1.3rem
}

.cf-num span {
    font-size:.9rem;
    font-weight:500
}

.cf-desc {
    font-size:.8rem;
    text-wrap:balance;
    line-height:1.2;
    font-weight:600;
}

.cf-per {
    font-size:.7rem;
    opacity:.4;
    font-weight:500;
    margin-top:5px;
    line-height: 1;
}

.cf-img img {
    height: auto;
    width: 100%;
}

.cf-img {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}







/*********************** FIN BLOQUE CIFRAS DE MUJERES *************************/

/***************************** BLOQUE CAJAS DE TEMAS HOME ***************************/
.box-tm1 {
    background-color:white;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    box-sizing:border-box;
    border-radius:10px;
    height: 100%;
    padding: 1rem 1rem;
      transition:.6s ease;
      box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
}

.tm-img {
    width:70%;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 1rem;
}

.tm-img img{
   max-height:95px;
    width:auto;
    object-fit:contain;
    display:block;
  
}

.tm-name {
    font-size:.9rem;
    text-align:center;
    margin-bottom:0
}

.box-tm{
    transition: .5s ease;
}
.box-tm:hover{
    scale:1.1
}




/*********************** FIN BLOQUE CAJAS DE TEMAS HOME ****************************/

/******************** BLOQUE INVESTIGACIONES DESTACADAS HOME **********************/
.dest-title2 h3{
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 700;

}

.dest-inv p {
    font-size: .8rem;
}

.dest-inv .but02 a:after {
    padding: .4rem 1.5rem;
    font-size: .9rem;
}

.dest-inv .dest-link {
    right: 0rem;
}

/********************* FIN BLOQUE INVESTIGACIONES DESTACADAS HOME *******************/

/******************** DOCUMENTOS INTERNO **********************/
.box-doc {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 100%;
    transition: .6s ease;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
    transition: .5s ease;
}

.view-doc .doc-item .views-field {
    height: 100%;
}

.box-doc:hover {
    background-color: #fcfcfc;
}

.view-doc {
    row-gap: 1.5rem;
}

.doc-info {
    padding: 1rem;
}

.box-doc:hover .doc-title a {
text-decoration: underline;
}

.doc-title {
    font-family: var(--font2);
    font-size: .9rem;
    margin-bottom: 0;
    font-weight: 500;
}

.doc-title a:hover {
    text-decoration: none;
}

.doc-port img {
transition: .5s ease;

}

.doc-port {
    overflow: hidden;
}

.box-doc:hover .doc-port img {
    scale:1.02
}


.doc-date {
    text-transform: uppercase;
    color: var(--color1-omeg);
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: .3rem;
}



/******************** FIN DOCUMENTOS INTERNO  **********************/

/******************** ACORDEONES OMEG ***************************/

.acc-omeg dt a
{
    background: none !important;
    border: none !important;
    color:var(--color1-omeg) !important;
    font-family:var(--font1);
    font-size:1.2rem;
    font-weight:700;
}

.acc-omeg {
    border:none !important
} 

.acc-omeg dt {
    border:1px solid var(--color5-omeg);
    margin-bottom:1rem;
    border-radius:5px
}

.acc-omeg dd p,
.acc-omeg dd li{
    font-family:var(--font2);
}

.acc-omeg dt.active {
    background-color:var(--color7-omeg);
}

.acc-omeg .ckeditor-accordion-toggle:after,
.acc-omeg .ckeditor-accordion-toggle:before{
    background: var(--color1-omeg) !important;
} 

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

.img-enf {
    text-align: center;
    padding: 1rem;
}




/******************** FIN ACORDEONES OMEG ***************************/

/************************ FILTROS DOCUMENTOS OMEG ********************/
.fct-omeg {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-bottom:2rem
}

.fct-tema {
    max-width:250px
}

.facets-widget-dropdown  select {
    max-width:100%;
    height: 38px;
    border-radius:5px;
    border-color:var(--color2-omeg);
    color:grey
}



.fct-omeg:before {
    display:none
}

.fct-tema:before {
    content:"Temática";
}

.fct-type:before {
    content:"Tipo de documento";
}

.cft-year:before {
    content:"Año";
}

.fct-name:before {
    content:"Palabra clave";
}

.fct-tema:before,
.fct-type:before,
.cft-year:before,
.cft-year:before,
.fct-name:before {
    font-weight:600;
    font-size:.9rem
}
.fct-name .form-item,
.fct-name .form-text,
.fct-name .form-actions{
    margin:0;
    padding:0
}


.fct-name form {
    display:flex;
    gap:4px
}

.fct-name .form-text {
    height: 38px;
   border-radius:5px;
    border: 1px solid var(--color2-omeg);
    padding-left: 5px;
}

.fct-name input {
    height: 100%;
    color: black;
    font-weight: 500;
}

.fct-omeg .fct-but {
    display:flex;
    flex-direction:column;
    justify-content:end;
    width: 100%;
}

.fct-omeg .fct-but .but01 {
    margin-bottom:0;
    height: 38px;
    position: relative;
    width: 100%;
}

.fct-omeg .fct-but .but01 a {
    height:100%;
    width:100%;
    background-color:var(--color6-omeg);
    font-size:1rem;
    font-weight:500;
    position: absolute;
    border:1px solid grey;
    border-radius:5px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:black;
}

.fct-omeg .fct-but .but01 a:hover {
    text-decoration:none;
    color:grey
}

.box-doc-omeg {
    border: 2px solid var(--color1-omeg);
    transition: .5s ease;
}

.box-doc-omeg:hover {
background-color: var(--color1-omeg);
}

.box-doc-omeg h3 {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--color1-omeg);
    transition: .5s ease;
}

.box-doc-omeg:hover h3 {
    color: white;
}

.box-doc-omeg .ico-doc img {
    transition: .5s ease;
    filter: brightness(0) saturate(100%) invert(38%) sepia(48%) saturate(6218%) hue-rotate(261deg) brightness(104%) contrast(102%);
}

.box-doc-omeg:hover .ico-doc img {
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(285deg) brightness(107%) contrast(101%); 
}

.box-acc-2 {
    gap:1rem;
    margin-bottom:3rem
}

.item-acc {
    background-color:var(--color7-omeg);
    border-radius:10px;
    padding:1rem
}
.item-acc p {
    margin-bottom:0
}

.item-acc p span {
    color:var(--color1-omeg);
    font-weight:600
}

.acc-ico {
    padding: 1rem;
    text-align: center;
}

.acc-ico img {
    width: 70%;
}

/************************ FIN FILTROS DOCUMENTOS OMEG *******************/




/**************** FOOTER *******************/
footer {
    background-color: var(--color9-omeg);
    margin-top: 8rem;
}

footer a:hover {
    text-decoration: underline !important;
}








/**************************** FIN FOOTER **********************************/

@media (max-width: 768px) {

.dest-title h2 {
        text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 1.2rem;
    font-weight: 700;

    }
.subt01 {
    font-size: 1.3rem;
}
.bl-cf {
    row-gap:1.5rem
}

.bd-item1 h2, .bd-item2 h2, .bd-item1 h3, .bd-item2 h3 {
    font-size: .9rem;
    padding-left: 0rem;
}

.bl-tm {
    row-gap: 1.5rem;
}

    .h1, h1, h1 * {
        font-size: 1.8rem;
    }
    .grid-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.fct-omeg {
    grid-template-columns: repeat(1, 1fr);
}

.fct-tema, .fct-name .form-item, .facets-widget-dropdown select  {
    max-width: 100%;
    width: 100%;
}
.fct-name .form-text {
    width: 100%;
}

.menu02 .nav {
    flex-wrap: wrap;
    flex-direction: column;
}
  .navbar-we-mega-menu.navbar .nav .open>a, .navbar-we-mega-menu.navbar .nav .open>a:focus, .navbar-we-mega-menu.navbar .nav .open>a:hover, .navbar-we-mega-menu.navbar .nav-tabs>li.active>a, .navbar-we-mega-menu.navbar .nav-tabs>li.active>a:focus, .navbar-we-mega-menu.navbar .nav-tabs>li.active>a:hover {
        background-color: #c7c7c7;
        color: black !important;
    }

    .menu-omeg .we-mega-menu-ul>.we-mega-menu-li {
    font-size: .9rem;
}

.menu-omeg .we-mega-menu-ul li:last-child a {
    font-weight: unset;
}
.btn-close {
        background: var(--color4-omeg);
    }
    .acc-ico {
    padding: 0rem;

}







}