/*
 * Theme Name: Theme UCA
 * Theme URI: http://docwp.uca.es
 * Description: Tema principal UCA para WordPress.
 * Author: Miguel Ángel Rodríguez Serrano
 * Author URI: http://docwp.uca.es
 * Text Domain: theme_uca
 * License: GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Version: 1.4.045
*/

/*------------------------------------------ Estilos Generales ------------------------------------------*/
body {
    --uca-main-color-1: #767819;
    --uca-main-color-2: #656615;
    --uca-main-color-3: #535412;
}
body.portal_uca         { --uca-main-color-1: #384850; --uca-main-color-2: #455a64; --uca-main-color-3: #2e3d43; }
body.uca_ent_centro     { --uca-main-color-1: #767819; --uca-main-color-2: #656615; --uca-main-color-3: #535412; }
body.uca_ent_vicer      { --uca-main-color-1: #9E6A00; --uca-main-color-2: #8C5E00; --uca-main-color-3: #7A5200; }
body.uca_ent_grupo      { --uca-main-color-1: #62485E; --uca-main-color-2: #4F3A4C; --uca-main-color-3: #3D2D3B; }
body.uca_ent_dpto       { --uca-main-color-1: #585858; --uca-main-color-2: #474747; --uca-main-color-3: #363636; }
body.uca_ent_evento     { --uca-main-color-1: #306056; --uca-main-color-2: #284F46; --uca-main-color-3: #1F3D37; }
body.uca_ent_general    { --uca-main-color-1: #306056; --uca-main-color-2: #284F46; --uca-main-color-3: #1F3D37; }
body.uca_ent_varios     { --uca-main-color-1: #306056; --uca-main-color-2: #284F46; --uca-main-color-3: #1F3D37; }
body.uca_ent_proyecto   { --uca-main-color-1: #62485E; --uca-main-color-2: #4F3A4C; --uca-main-color-3: #3D2D3B; }
body.uca_ent_unidad     { --uca-main-color-1: #90351F; --uca-main-color-2: #7D2F1B; --uca-main-color-3: #6B2818; }
body.uca_ent_salus      { --uca-main-color-1: #172983; --uca-main-color-2: #131F5D; --uca-main-color-3: #263BA4; }
body.uca_ent_marino     { --uca-main-color-1: #2739B2; --uca-main-color-2: #234692; --uca-main-color-3: #1A3368; }

html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #808080;
    padding: 0;
    -webkit-font-smoothing: antialiased; 
    background-size: 50%;
}

header,
footer {
    width: 100%;
    margin: 0px auto;
    color: #F0F0F0;
}

a:hover {
    text-decoration: none;
}
::selection {
    color: #ddd;
    background: var(--uca-main-color-1);
}

/*------------------------------------------ FIN Estilos Generales ------------------------------------------*/


/*------------------------------------------ UTILES  ------------------------------------------*/

.nounderline{ 
    text-decoration: none !important;
}

.d-none {
    display: none !important;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* ----- 5 Columnas -----*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/*
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Light.eot');
    src: url('fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeue-Light.woff') format('woff'),
    url('fonts/HelveticaNeue-Light.ttf') format('truetype'),
    url('fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Thin.eot');
    src: url('fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeue-Thin.woff') format('woff'),
    url('fonts/HelveticaNeue-Thin.ttf') format('truetype'),
    url('fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
*/

.email_crypt {
    display: none;
}

/*------------------------------------------ HEADER ------------------------------------------*/
/* WRAPPER (header.main) */

header.main {
    position: relative;
    z-index: 100;
}

/*********************************************/
/* NAVEGACIÓN AUXILIAR */

nav.auxiliary {
    /*margin: -80px 0 0;*/
    background-color: #455a64;
    width: 100%;
    font-size: 0.9rem;
    height: 35px;
    padding-top: 6px;
}

nav.auxiliary > * {
    padding: 0px;
}

nav.auxiliary ul {
    background-color: transparent;
    margin-bottom: 0;
}

nav.auxiliary li {
    padding-right: 0;
}

nav.auxiliary a {
    color: #FFF;
    font-weight: 400;
    padding: 0 5px;
    margin: 2px 0;
}

nav.auxiliary a:hover {
    background-color: transparent;
    text-decoration: underline;
    border-radius: 3px;
}

nav.auxiliary a.icon-link {
    padding: 0 2px;
    text-decoration: none;
}


nav.auxiliary a.icon-link:hover {
    background-color: #F0F0F0;
    color: #384850;
    text-decoration: none;
    border-radius: 3px;
}


nav.auxiliary ul.navTop > li + li:before {
    color: #ccc;
    content: "|";
    padding-left: 0px;
    padding-right: 3px;
}


.navTopUCA .uca_admin {
    padding: 0;
}
.uca_admin .icon-link i {
    margin: 0 5px;
}

.hp_navTopUCA .topDropdown,
.navTopUCA .topDropdown {
    background-color: #455a64;
}
.dropdown-toggle.topDropdown {
    padding: 0 10px;
}

.dropdown-menu.topDropdown {
    top: 33px;
    left: auto;
    padding: 5px 15px;
}


/**********************************************/
/* UCA APP */

.uca_app .uca_admin {
    display: flex;
    padding: 0;
    align-items: center;
}
.uca_app .uca_admin a.icon-link {
    display: flex;
    font-size: 0.9rem;
    padding: 2px 2px;
    color: #FFF;
    font-weight: 400;
    margin: 4px 0;
    margin-left: 4px;
}

.uca_app .mainContentIndex {
    margin-top: 120px;
}
.uca_app .mainContent {
    margin-top: 120px;
}

.uca_app .uca_app-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.uca_app .header-bottom.affix .header-brand {
    width: auto;
    min-width: 160px;
}

.uca_app .header-bottom.affix .header-brand a { margin: 6px 0 7px 4px; }

.uca_app .h-brand-row .logo_h_wrap {
    width: auto;
    min-width: 50px;
    display: flex;
    align-items: end;
}
.uca_app .header-bottom.affix .site-title {
  line-height: 1em;
}


.uca_app .uca_user_profile_bar {
    color: #F0F0F0;
    background-color: #00000055;
}
.uca_app .uca_user_profile {
    font-size: 12px;
}
/***************************************** USER PROFILE *****************************************/
.uca_user_profile_bar .user_profile {
  opacity: 0.7;
  margin-left: 6px;
  background-color: #fff5;
  padding: 0px 3px;
  border-radius: 2px;
}
.uca_user_profile_bar .profile_link .user_profile:hover {
  opacity: 1;
}
.uca_user_profile_bar .profile_link {
    padding: 0px;
}

.header-bottom .header-bottom-uca .uca_user_profile_bar .uca_user_profile a.profile_link:hover {
    color: #fff;
}






.uca_app .visible-xs .dropdown-menu .uca_user_profile {
    font-size: inherit;
}

.uca_app .header-bottom.affix .header-bottom-uca a:hover {
    color: #FFF;
}

.uca_app .header-bottom.affix .uca_admin a.icon-link:hover {
    background-color: #F0F0F0;
    color: #384850;
    text-decoration: none;
    border-radius: 3px;
}
.uca_app .header-bottom.affix .h-brand-row .logo_h_wrap .header_logo.logo_ceimar {
    width: 70px;
}
.uca_app .language {
    display: inline-block;
    vertical-align: middle;
    align-self: center;
    border-radius: 3px;
    background-color: #aaa3;
    font-size: 13px;
    margin-left: 10px;
}
.uca_app .language .dropdown-toggle {
    color: #FFF;
}
.uca_app .language .languages.dropdown-menu {
    background-color: #bbb;
}





.dropdown-menu > li > a:hover {
    color: #F0F0F0;
    background-color: transparent;
}

.language {
    text-transform: uppercase;
}
.language.dropdown a.dropdown-toggle,
.language.dropup a.dropdown-toggle {
    background-color: transparent;
    border-radius: 3px;
    font-weight: bold;
    padding: 0 12px;
    padding-bottom: 3px;
    margin-left: 5px;
}
.language.dropdown a.dropdown-toggle:link {
    text-decoration: none;
}
.dropdown-toggle:focus {
    outline: initial;
}

footer .language.dropup a.dropdown-toggle {
    margin-left: 0;
}
.languages.dropdown-menu {
    background-color: #455a64;
    border-radius: 3px;
    box-shadow: initial;
    margin-top: 1px;
    width: auto;
    min-width: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 3px;
}
header .languages.dropdown-menu {
    right: 0;
    left: initial;
}
.languages.dropdown-menu li a {
    font-weight: normal;
    padding: 0 10px;
}
.languages img.lang {
    margin: 0 5px;
}

.uca_app .languages.dropdown-menu > .lang-opt > .lang-link:hover {
    padding: 0px 10px;
    background-color: #384850;
    border-radius: 3px;
}

footer .language.dropup {
    margin-left: 0;
    margin-top: 3px;
}
footer .languages.dropdown-menu {
    margin-top: 0;
}
footer .languages.dropdown-menu {
    left: 0;
    bottom: 100%;
}


/**********************************************/
/* HEADER TOP */

/* Bug safari al hacer dropdown cambia el font-weight */
header {
   -webkit-font-smoothing: antialiased;
}
.header-top {
    background-color: #384850;
    padding-bottom: 60px;
    padding-top: 0px;
}

.header-brand {
    color: #cad1d4;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 0 -4px 0 0;
    padding-top: 48px;
    padding-bottom: 7px;
    width: 60%;
    display: inline-block;
    line-height: inherit;
}
.header-brand a {
    color: #F0F0F0;
}
.header-brand a:hover {
    color: #FFF;
}
.header-brand-small {
    font-size: 40px;
    font-weight: 300;
}

.header_brand_logo {
    width: 470px;
}
.portalUCA .header_brand_logo_next {
    width: 30px;
    margin-left: -5px;
    margin-top: -10px;
}



.h-brand-row {
    display: flex;
    align-items: flex-end;
}
.header-bottom-uca .h-brand-row { align-items: center; }
.h-brand-row .header-brand {
    width: 50%;
}
.h-brand-row .logo_40 {
    width: 30%;
    text-align: center;
}
.h-brand-row .logo_h_wrap {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-wrap: wrap;
}
.h-brand-row .header_logo {
    width: 100%;
    overflow: hidden;
}
.h-brand-row .logo_40 .header_logo {
    width: 80%;
    overflow: hidden;
    padding-bottom: 13px;
}
.h-brand-row .logo_h_wrap .header_logo {
    overflow: hidden;
    opacity: 0.8;
}
.h-brand-row .logo_h_wrap .header_logo.logo_ceimar {    width: 200px; }
.h-brand-row .logo_h_wrap .header_logo.logo_seaeu {    width: 100px; }

.h-brand-row .logo_h_wrap .link:hover .header_logo {
    opacity: 1;
}

.uca_default .h-brand-row .logo_40 .header_logo {
    width: 65%;
}
.uca_default .h-brand-row .logo_h_wrap .header_logo {
    width: 120px;
}
.uca_default .h-brand-row .logo_h_wrap .header_logo.logo_ceimar {   width: 140px; }
.uca_default .h-brand-row .logo_h_wrap .header_logo.logo_seaeu {   width: 120px; }

.portalUCA .h-brand-row .logo_h_wrap .header_logo.logo_ceimar {   width: 200px; }
.portalUCA .h-brand-row .logo_h_wrap .header_logo.logo_seaeu {   width: 160px; margin-top: 26px; }
.portalUCA .h-brand-row .logo_h_wrap .header_logo.logo_jerez20 {   width: 200px; margin-left: 250px; }

.portalUCA .affix .logo_h_wrap .header_logo.logo_ceimar {  width: 140px; }
.portalUCA .affix .logo_h_wrap .header_logo.logo_seaeu {   width: 120px; margin-top: 16px; }
.portalUCA .affix .logo_h_wrap .header_logo.logo_jerez20 {   width: 140px; margin-left: 0px; }
.portalUCA .affix .logo_h_wrap {
    flex-wrap: nowrap;
}


/* General affix 40 y SEA-EU logos */
.header-bottom.affix .h-brand-row .logo_40 .header_logo {
    width: 100px;
    overflow: hidden;
    padding-bottom: 2px;
}
.header-bottom.affix .h-brand-row .logo_h_wrap .header_logo {
    width: 32px;
    padding: 0;
}
.header-bottom.affix .h-brand-row .logo_h_wrap .header_logo.logo_ceimar { width: 80px; }
.header-bottom.affix .h-brand-row .logo_h_wrap .header_logo.logo_seaeu { width: 60px; }

.header-bottom.affix .header-brand {
    padding: 0;
}


.header-intranet-icon {
    margin-top: 30px;
    background-image: url(images/iconos/eject_off.png);
    background-size: cover;
}
.header-intranet-icon:hover {
    background-image: url(images/iconos/eject_on.png);
}

.navbar-intranet-icon {
    background-image: url(images/iconos/eject_onn.png);
    height: 34px;
    width: 45px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid #fff;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}


header .logos a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 30px;
    width: 40px;
    max-height: 30px;

}

.btn-default {
    background-color: transparent;
    color: #cad1d4;
    border: 0;
}

.btn-default:hover, .btn-default:focus {
    background-color: #2c4555;
    color: inherit;
}
.btn:focus, .btn:active {
    outline: none;
    box-shadow: none;
}

.btn.btn-uca {
    background-color: #ddd;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #ccc;
    color: #626262;
}
.btn.btn-uca:hover {
    background-color: #384850;
    color: #fff;   
}

.socialLinks .btn-default:hover,.socialLinks .btn-default:focus {
    background-color: #2c4555;
    color: #fff;
}

.btn-icon {
    background-color: transparent;
    color: #cad1d4;
    border: 0;
    padding: 3px;
}

.btn-icon:hover, .btn-icon:focus {
    background-color: #2e3d43;
    color: #fff;
}

.btn-icon:hover {
    color: #fff;
}

.nav-primary-wrapper nav {
    padding-top: 17px;
}

/**********************************************/
/* HEADER BANNER */

.header-banner {
    background-color: #fff;
    color: transparent;
    height: auto;
    min-height: 60px;
    position: relative;
    margin-top: -50px;
    max-width: 100%;
}

.header-banner img {
    width: 100%;
}
.header-without-banner {
    height: 0;
    display: none;
}

/**********************************************/
/* HEADER BOTTOM */

.header-bottom {
    position: relative;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    color: #fff;
    width: 100%;
    transition: background-color 0.3s;
}

/* Si se muestra el banner con la foto (página de portada) la cabecera pasa abajo */
.header-bottom.affix + .header-banner  {
    display: none;
}

.header-bottom .header-bottom-uca {
    background-color: #384850;
}

.header-bottom > .container {
    background-color: #c3c45a;
    /*padding: 5px 5px 0px 5px;*/
    /*transition: all 2s;*/
    transition: padding 0.3s;
}

.search-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2px;
    padding-right: 15px;
    max-width: 320px;
}
.search-query {
    font-style: italic;
}
.header-bottom .row.see-overflow {
    overflow: visible;
}
.header-bottom .navbar-local {
    margin: 0;
}

/* TÍTULO DE CENTRO */
.header-bottom .site-title {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
    margin: 0 0 0px;
}

.header-bottom .site-title .thinTitle {
    display: block;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0px;
}

.header-bottom .site-title a {
    color: inherit;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
}

.header-bottom .site-title a:hover, .header-bottom .site-title a:active {
    text-decoration: none;
}

/* AFFIX */
.header-bottom.affix {
    position: fixed;
    top: 0;
    bottom: auto;
    margin-top: 0;
    width: 100%;
    background-color: #c3c45a;
    height: auto;
    z-index: 9999;
}
.header-bottom.affix-top {
    width: 100%;
}
.admin-bar .header-bottom.affix {
    top: 32px;
}
.header-bottom.affix > .container {
    padding: 0;
}
.header-bottom.affix-bottom, .header-bottom.affix-top {
    position: relative;
}

/* UCA affix */
.header-bottom.affix .header-brand {
    color: #cad1d4;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    width: 50%;
}
.header-bottom.affix .header-brand-small {
    font-size: 16px;
}
.header-bottom.affix  .header-bottom-uca {
    display: inherit;
}
.header-bottom-uca > .container {
    padding: 0 2px;
}
.header-bottom.affix .header-bottom-uca a:hover {
    color: #fff;
}
.header-bottom.affix .header-bottom-uca .site-title {
    border-bottom: none;
    color: #fff;
    margin: 0;
}

/* Titulo */
.header-bottom.affix .site-title {
    padding: 0 0;
    font-size: 36px;
}
.header-bottom.affix .site-title .thinTitle {
    display: inline;
    font-size: 28px;
}
.header-bottom.affix .header-brand a,
.header-bottom.affix .site-title a {
    margin: 6px 0 7px 12px; 
}

/* menu  y buscador */
.header-bottom.affix .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-bottom.affix .navbar-nav > li > a {
    font-size: 14px;
    padding: 4px 0px;
    margin: 0 9px;
}

.header-bottom.affix .navbar-nav > li > a {
    border-top: 3px solid transparent;
}
.header-bottom.affix .navbar-nav > .active > a,
.header-bottom.affix .navbar-nav > .active > a:hover,
.header-bottom.affix .navbar-nav > .active > a:focus,
.header-bottom.affix .navbar-nav > .active > a:active {
    border-top: 3px solid #fff;
}
.header-bottom.affix .navbar-nav > li > a:hover
, .header-bottom.affix .nav > li > a:focus
, .header-bottom.affix .navbar-nav > li > a:active {
    border-top: 3px solid #fff;
}


.affix .logo_40 .header_logo {
    max-width: 180px;
}
.affix .logo_h_wrap .header_logo {
    padding-bottom: 4px;
}
.affix .logo_h_wrap .header_logo.logo_ceimar { width: 130px; }
.affix .logo_h_wrap .header_logo.logo_seaeu { width: 65px; }




.affix .search-wrapper {
    margin-bottom: 1px;
}
.affix .search-form {
    margin-bottom: 2px;
    margin-top: 4px;
}
.affix .search-form .form-control {
    padding: 2px 8px;
}
.affix .search-form .btn {
    padding: 2px 8px;
}
.affix .dropup .dropdown-menu.search-context {
    margin: 0;
    width: 99%;
    padding: 0 0 0 5px;
    font-size: 12px;
}

/* Breadcrumb */
.affix .breadcrumb-uca {
    background-color: #EDEDED;
}






/* Logo Ceimar Responsive */
.ceimar-logo-responsive {
    position: absolute;
    right: 55px;
    top: 9px;
    text-align: right;
}
/*.ceimar-logo-responsive {
    width: 100%;
    background-color: #3c7166;
    text-align: right;
    padding: 4px;
    padding-right: 10px;
}*/
.ceimar-logo-responsive a {
    color: #FFF;
}
.portalUCA .ceimar-logo-responsive .ceimar-sub,
.ceimar-logo-responsive .ceimar-sub {
    font-size: 10px;
    font-weight: 400;
    display: block;
    width: 140px;
    line-height: 11px;
    text-align: right;
}
.portalUCA .ceimar-logo-responsive .ceimar-title,
.ceimar-logo-responsive .ceimar-title {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
}

.logo_h_wrap-responsive {
    position: absolute;
    right: 45px;
    top: 0px;
    text-align: left;
    width: 150px;
}
.portalUCA .logo_h_wrap-responsive {
    top: 7px;
}
.logo_h_wrap-responsive .header_logo {
    overflow: hidden;
}
.logo_h_wrap-responsive .header_logo.logo_ceimar { width: 90px; }
.logo_h_wrap-responsive .header_logo.logo_seaeu { width: 45px; }

.uca_default .logo_h_wrap-responsive {  
    text-align: right;
}
.uca_default .logo_h_wrap-responsive .header_logo.logo_ceimar { width: 32px; }
.uca_default .logo_h_wrap-responsive .header_logo.logo_seaeu { width: 32px; }


/**********************************************/
/* NAVEGACIÓN PRIMARIA DE CENTRO */

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header-bottom .navbar-nav {
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-bottom .navbar-nav > li > a {
    color: inherit;
    text-transform: uppercase;
}

.header-bottom .navbar-nav > .active > a,
.header-bottom .navbar-nav > .active > a:hover,
.header-bottom .navbar-nav > .active > a:focus,
.header-bottom .navbar-nav > .active > a:active {
    color: #fff;
    background-color: transparent;
    border-top: 5px solid #fff;
}

.header-bottom .navbar-nav > li > a:hover, 
.header-bottom .nav > li > a:focus, 
.header-bottom .navbar-nav > li > a:active {
    text-decoration: none;
    background-color: transparent;
    border-top: 5px solid #fff;
}

.header-bottom .navbar-nav > li > a {
    padding: 4px 0px;
    border-top: 5px solid transparent;
    margin: 0 10px;
}
.header-bottom .navbar-nav > li:nth-child(2) > a {
    margin-left: 0;
}
.header-bottom .navbar-nav > li:last-child > a {
    margin-right: 0;
}

.header-bottom-uca {
    display: none;
}

.header-bottom .navbar-nav li {
    font-weight: 300;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #A4A437;
    border: none;
}

.navbar-nav .dropdown-menu > li > a {
    color: #fff;
    font-weight: 300;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { 
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu > .active > a
, .dropdown-menu > .active > a:focus
, .dropdown-menu > .active > a:hover {
    background-color: transparent;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:active {
    background-color: transparent;
    text-decoration: underline;
    outline: none;
}

/* Menú hamburguesa */
.header-bottom .navbar-toggle:focus, .header-bottom .navbar-toggle:hover {
    background-color: #A4A437;
}
button#navbar-menu.collapsed {
    background-color: #384850;
}
.header-bottom .navbar-toggle {
    border-color: #EDEDED;
    background-color: #A4A437;
    margin-right: 1px;
    margin-top: 3px;
    position: fixed;
    top: 0;
    right: 5px;
    padding: 7px;
    z-index: 100;
}
.header-bottom .navbar-toggle .icon-bar {
    background-color: #fff;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    border-bottom: 1px dotted rgba(237, 237, 237, 0.48);
}

li.intranet .fa-sign-in {
    margin-right: 4px;
}


li.menu-item.separator {
    border-bottom: 1px solid white;
    margin: 3px 10px;
    font-size: 12px;
    opacity: 0.5;
}

li.menu-item.separator a {
    padding: 0px 0px;
    margin-top: 7px;
}

li.menu-item.separator a:hover {
    text-decoration: none;
    cursor: default;
}


/**********************************************/
/* HEADER SEARCH */

.search-form {
    /*display: inline-block;*/
    /*white-space: nowrap;*/
    margin-top: 3px;
    margin-bottom: 3px;

    /*font-size: 0;*/
    vertical-align: top;

    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.search-form > * {
    display: table-cell;
    vertical-align: top;
}

.search-form > .form-group {
    width: 99%;
}

.form-control:focus {
    border-color: #808080;
    box-shadow: none;
    outline: 0 none;
}

.search-form .form-control {
    height: auto;
    color: #fff;
    border: none;
    padding: 7px 8px;
}

.search-form input {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.search-form, .search-form .form-control {
    background-color: #A4A437;
    border-radius: 3px;
}

/* BOTÓN DEL FORMULARIO DE BÚSQUEDA */

.search-form .btn {
    background-color: #A4A437;
    border-radius: 0px 3px 3px 0px;
    border-left: 0px;
    color: #fff;
    padding: 7px 8px;
}
.search-form .btn:hover {
    background-color: #b2b349;
}
.search-form .btn:focus {
    outline: none;
}


.form-control::-webkit-input-placeholder {    color: #fff;  }
.form-control:-moz-placeholder {    color: #fff;    }
.form-control::-moz-placeholder {    color: #fff;   }
.form-control:-ms-input-placeholder {    color: #fff;   }

.search-form select.search-context {
    display: none;
}
.search-context .opt-group {
    border: 0;
    margin: 0;
    padding: 0;
}

.ext-search-form select.search-context {
    display: initial;
    max-width: 120px;
    border-radius: 0;
    border-left: 1px solid #C3C45A;
}

.search-context {
    background-color: #c3c45a;
    border: 1px solid #a4a437;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    margin-bottom: 0 !important;
    padding: 5px 7px;
    color: #fff;
}

.dropup .dropdown-menu.search-context {
    margin: 0;
    width: 99%;
    padding: 5px 5px 0px 10px;
}
.search-context label,
.search-context legend {
    font-weight: 400;
    margin-right: 10px;
}

/**********************************************/
/* Formularios */

/* ------------ Búsqueda de UCA ------------ */
.uca-form {
    margin-top: 20px;
    border: 2px solid #808080;
    border-radius: 3px;
    font-size: 14px;
    background-color: #EDEDED;
    overflow: hidden;
}
.uca-form legend {
    margin-bottom: 5px;
}
.uca-form-content {
    padding: 20px 10px 0 10px;
}
.form-group {
    margin-bottom: 10px;
}
.uca-form .form-group > label,
.uca-form .form-group > legend {
    font-size: inherit;
    color: inherit;
    font-weight: 400;
    margin-top: 6px;
}
.uca-form .panel-heading {
    padding: 0;
}

.uca_date_label {
    display: inline-block;
    font-weight: normal;
    font-style: italic;
    text-align: right;
    padding: 0 5px;
}
.uca_datepicker {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.mainContent ul.search-dates {
    list-style: none;
    margin: 0;
}
.mainContent ul.search-dates li {
    display: inline-block;
    margin-bottom: 0;
}
.mainContent ul.search-dates > li::before {
    content: none;
}

.mainContent .uca-form .panel-title {
    font-size: 24px;
    background-color: #384850;
    color: #fff;
    padding: 6px 10px;
    margin: 0;
    text-align: center;
} 
.uca-form .panel-title .fa-sort-amount-desc {
    font-size: 16px;
}
.uca-form .panel-heading .panel-title:hover {
    background-color: #384850;
    color: #fff;
    background-color: #EDEDED;
    color: #808080;
}

.uca-form .panel-heading .fa {
    margin-left: 10px;
    margin-right: 5px;
}

.btn > input[type="radio"] {
    margin: 4px 6px 4px 4px;
}
.sort-criteria .btn {
    background-color: #EDEDED;;
}

.sort-criteria .uca_sort {
    display: inline-block;
}
.sort-criteria .uca_sort .c_select {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.btn.btn-check.active {
    background-color: #FFF;
    box-shadow: none;
    z-index: 1;
}
.btn.btn-check.active::after {
    content: '\f00c';
    font-family: 'FontAwesome';
}
.btn.btn-check {
    background: none;
    margin-right: 10px;
    outline: 1px solid #ccc;
    border-radius: 0;
}
.articles_list .results_header {
    font-size: 24px;
    padding: 4px 0px 8px 0px;
    background-color: #f2f2f2;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.uca_mini_button,
.btn-results {
    margin: 0 2px;
    font-size: 16px;
    line-height: 18px
}
.mainContent .uca_button.btn-results a,
button.uca_button.uca_mini_button {
    border: 2px solid #999;
    border-radius: 4px;
}
.mainContent .uca_button.btn-results a.active {
    border-color: #999  
}
.btn-results i.fa {
    margin-right: 0;
}

.results-detail {
    min-width: 92px;
    text-align: right;
}

.form-control {
    height: 28px;
    padding: 2px 6px;
}
input[type="date"].form-control {
    line-height: inherit;
}
.btn {
    padding: 4px 12px;
}

/* Tamaño form */
.uca-es-form .form-control {
    font-size: inherit;
    height: auto;
}
.uca-form .btn {
    font-size: inherit;
}

.form-xs {
    font-size: 11px;
}
.form-xs .form-control {
    font-size: 11px;
    height: auto;
}





/* Tabla de resultados....................... */
.uca_datatable {
    font-size: 12px;
}
.mainContent table.uca_datatable tr {
    border-top: none;
}
.mainContent table.uca_datatable td {
    border: none;
    padding: 4px;
}

.mainContent .uca_datatable_header th {
    background-color: #eee;
    padding: 7px 4px;
    padding-left: 10px;
    text-align: left;
}

.uca_datatable .uca_datatable_num .uca_button {
    display: block;
    padding: 7px;
    opacity: 1;
}
.uca_datatable .uca_datatable_num .uca_button:hover {
    opacity: 0.75;
}

.uca_datatable_num {
    min-width: 120px;
}
.uca_datatable_num i {
    margin-right: 5px;
}
.uca_datatable_date {
    min-width:  80px;
    text-align: center;
}
.uca_datatable_imp {
    min-width: 100px;
    text-align: right;
}
.mainContent table.uca_datatable td.uca_datatable_desc {
    padding: 4px 10px;
}
.uca_datatable_link {
    min-width: 120px;
    text-align: right;
}

.articles_list .uca_datatable_title .uca_post_image {
    display: inline-block;
    margin-right: 5px;
}
.articles_list .uca_datatable_title .uca_post_image .wp-post-image {
    max-width: 40px;
}










/***************************************** LOADING OVER *****************************************/
#uca_loadingover {
    background: #000;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
}
#uca_loading, 
.uca_loading {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background: url('images/ajax-loader.gif') no-repeat center center;
}
.uca_item_loadingover {
    background: #000;
    opacity: 0.5;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


/* ------------ Control Activo ------------ */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: #808080;
    box-shadow: none;
    outline: 0 none;
}
.btn-primary, 
.mainContent .btn-primary, 
.mainContentIndex .btn-primary {
    color: #fff;
    background-color: #384850;
    border-color: #384850;
    text-decoration: none;
}
.btn-primary:hover,
.mainContent .btn-primary:hover,
.mainContentIndex .btn-primary:hover {
    color: #fff;
    background-color: #455a64;
    border-color: #455a64;
}
.list_title .date {
    font-size: 15px;
}
.list_content.excerpt {
    font-size: 18px;
}


/* ------------ Control Datepicker ------------ */
.ui-datepicker {
    font-size: 13px;
    border: 1px solid #808080;
}
/* Cuando está logado el datepicker muestra un desplazamiento...*/
.admin-bar .ui-datepicker {
    margin-top: -32px;
}
.ui-datepicker-header {
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    border-color: #384850;
    background: #384850;
}
.ui-widget.ui-widget-content {
    border: 1px solid #808080;
}
.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}
.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}
.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}
/* Día actual */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #808080;
    background: #949494;
    color: #fff;
}
/* Día seleccionado */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
 a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #384850;
    background: #384850;
    font-weight: normal;
    color: #ffffff;
}
.ui-widget-header .ui-icon {
    background-image: url(../theme_main_uca/jquery-ui/images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}

/* Para las flechas del mes */
.ui-widget-header .ui-state-hover {
    border: 1px solid #fff;
    background: inherit;
    font-weight: normal;
}


/**********************************************/
/* BREADCRUMBS */

.breadcrumb-uca {
    background-color: transparent;
    z-index: -2;
    position: relative;
}

.breadcrumb-uca > .container {
    padding: 0;
}

.breadcrumb-uca ol{
    background-color: #EDEDED;
    border-radius: 0;
    height: auto;
    font-size: 12px;
    margin: 0;
    padding: 2px 6px;
    font-weight: 300;
}

.breadcrumb-uca a {
    color: #cad1d4;
    padding: 0 3px;
    border-radius: 3px;
}

.breadcrumb-uca a:hover {
    text-decoration: underline;
}
.breadcrumb-uca li {
    font-weight: 400;
}
.breadcrumb-uca li.active a {
    color: #b2b2b2;
}
.breadcrumb-uca > .active {
    color: #7c7c7c;
}
.breadcrumb > li + li:before {
    padding: 0 3px 0 3px;
    content: "> ";
}

/*------------------------------------------ FIN HEADER ------------------------------------------*/

/*------------------------------------------ FOOTER ------------------------------------------*/
footer.main {
    padding-top: 35px;
    padding-bottom: 0px;
    background-color: #384850;
    font-size: 13px;
}

footer.main a {
    color: inherit;
    text-decoration: none;
}

footer.main a:hover {
    text-decoration: underline;
}
footer.main > .container {
    padding-bottom: 50px;
}

footer.main .container > div {
    min-height: 220px;
    padding: 0 20px;
}

footer.main .container > div + div {
    border-left: 1px solid #cad1d4;
}

footer .list-unstyled li {
    margin-top: 0px;
}

footer .ft_logo {
    width: 85px;
    height: auto;
}

.ft_contact_links > li i {
    margin-right: 7px;
}

li.fMail {
    background: rgba(0, 0, 0, 0) url(images/iconos/ico_email_b.png) no-repeat scroll left center / 20px auto;
}
li.fTlfno {
    background: rgba(0, 0, 0, 0) url(images/iconos/ico_tlfno_b.png) no-repeat scroll left center / 20px auto;
}
li.fFax {
    background: rgba(0, 0, 0, 0) url(images/iconos/ico_fax_b.png) no-repeat scroll left center / 20px auto;
}
li.fPostal {
    margin-top: 12px;
    padding-left: 0;
}

footer.main .social-links {
    margin: 0;
}

footer .social-links li {
    margin-bottom: 5px;
}

footer .social-links .btn {
    font-size: 10px;
    padding: 4px 4px;
}

.social-links > li {
    padding: 0
}

.copyright {
    margin-top: 50px;
}

/*------------------------------------------ FIN FOOTER ------------------------------------------*/


/*------------------------------------------ CONTENIDO ------------------------------------------*/
/*  En el fichero css/uca-content.css
/*------------------------------------------ FIN CONTENIDO ------------------------------------------*/


/*------------------------------------------ POST CONTENIDO ------------------------------------------*/

/* si es el primer widget, el dropup del buscador no se muestra correctamente */
body > .container > .row {
    overflow: visible;
}

.mainContent a.uca_type {
    font-size: 0.8rem;
    margin-top: 7px;
    text-transform: capitalize;
    text-decoration: none;
}


.col-md-9.banners {
    border-right: 3px solid #FFF;  
    padding-left: 0px;   
}
.single_header h2 {
    font-weight: 300;
}
.single_header.banners {
    margin-bottom: 25px;    
}
.single_header.banners h2{
    font-weight: 300;
	font-size: 30px;
	color: #7c7c7b;	
}
.banners .single_header h3{    
	font-size: 25px;
	font-weight: bold;
	color: #575756;	
}
.banners .single_content {
    margin-top: 0px;
    padding-left: 0px;   
}
.banners .single_content img {
    margin-top: 0px; 
	margin-right: 15px;
}

article .meta_data {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 18px;
    color: #888;
    min-height: 1rem;
}
article .meta_data ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    margin-top: 1px;
}
article .meta_data ul li::before {
    content: none;
}
article .meta_data ul li {
    display: inline-block;
    list-style: outside none none;
    text-indent: 0;
    padding-left: 0;
    margin: 0 1px;
}
article .meta_data a {
    text-decoration: none;
}
article .meta_data li a {
    background-color: #eee;
    border-radius: 3px;
    color: #888;
    padding: 2px 7px;
}
article .meta_data li a:hover {
    text-decoration: underline;
}
article .tags > a {
    margin-left: 5px;
}

article .uca_post_image {
    margin: 0 auto;
    text-align: center;
}
article .uca_post_image img {
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
}

article .videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
article .videowrapper iframe#ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



article .single_footer {
    background-color: #ebebeb;
    border-radius: 5px;
    margin-bottom: 60px;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    overflow: auto;
}
article .meta_data.single_footer ul.categories {
    line-height: 2em;
}
article .meta_data.single_footer ul.categories li a.uca_type {
    background-color: #8894ac;
    color: #fff;
}
article .meta_data.single_footer .uca_listdate {
    line-height: 2em;
}

article .meta_data.single_footer li a {
    background-color: #e0e0e0;
}
article .single_content {
    margin-top: 10px;
    padding: 0 5px;
}
article.page .single_footer {
    display: none;
}
article.page .single_content {
    margin-bottom: 60px;
}

.articles_list .list_header {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.articles_list article {
    border-left: 2px solid #c3c45a;
    border-radius: 5px;
    margin-bottom: 1rem;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 0;
    padding-left: 2px;
    padding-right: 8px;
    background-color: #f8f8f8;
}
.articles_list .list_image {
    border-right: 1px solid #e1e1e1;
    padding: 0 5px;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
}
.articles_list .list_image.medium-size {
    width: 35%;
}
.articles_list .uca_post_image img {
    margin-bottom: 0px;
}

.articles_list article .meta_data {
    min-height: 0;
    margin-bottom: 5px;
}

.articles_list article .meta_data ul {
    margin: 0;
}
.articles_list .list_excerpt {
    padding: 0 5px;
}

.articles_list .list_title_col {
    padding-left: 7px;
    width: 80%;
    display: table-cell;
    vertical-align: middle;
}
.articles_list .list_title_col_full {
    padding-left: 7px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.articles_list .list_title h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 8px;
}
.articles_list article ul.post-categories {
    margin-top: 5px;
}
.articles_list .excerpt {
    font-size: 0.9rem;
    padding-left: 30px;
    padding-top: 6px;
    padding-right: 20px;
}

.articles_list .excerpt > p {
    margin: 0;
}
.uca_listdate {
    cursor: help;
}
.list_content .read-post {
    margin-top: 15px;
    margin-bottom:  10px;
    text-align: right;
}


.mainContent .uca_button a, 
button.uca_button {
    background-color: #ddd;
    border-radius: 3px;
    color: #777;
    padding: 3px 7px;
    text-decoration: none;
}
.mainContent .uca_button a:hover,
button.uca_button:hover {
    background-color: #C3C45A;
    color: #fff;   
}

.previous_posts a, .next_posts a {
    background-color: #eee;
    border-radius: 3px;
    color: #888;
    padding: 2px 7px;
}
.previous_posts a:hover, .next_posts a:hover {
    background-color: #C3C45A;
    color: #fff;
}
#pagination {
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-align: center;
}
.articles_list > #pagination > div {
    display: inline;
}
#pagination .pages {
    padding: 0 20px;
}


.strong_underline {
    font-weight: 400;
    line-height: 44px;
}
/* noticias */
.noticia .strong_underline {
    border-bottom: none;
    font-weight: 400;
    line-height: 1.25em;
}



/*------------------------------------------ FIN POST CONTENIDO ------------------------------------------*/



/*------------------------------------------ ICONS ------------------------------------------*/
.u-x-twitter, .u-x-bluesky {
    width: 24px;
    padding: 0 2px;
    margin: 0 2px;
    vertical-align: sub;
}
.u-x-twitter.u-x-twitter-xs, .u-x-bluesky.u-x-bluesky-xs {
    width: 16px;
}
/*------------------------------------------ FIN ICONS ------------------------------------------*/




/*------------------------------------------ WIDGETS ------------------------------------------*/


.col-right {
    border-left: 1px solid #dadada;
}

.widget {
    margin-bottom: 20px;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    border-bottom: 0 none;
    padding: 3px 3px 3px 7px;
    border-radius: 3px;
    text-transform: uppercase;
}
.widget h3 {
    font-size: 14px;
}
.widget h3:before {    
    font-family: 'FontAwesome';
    font-size: 14px;
    content: '\f104 ';
    margin-right: 5px;
}



.widget ul {
    margin-top: 5px;
}

.widget a {
    color: #A4A437;
    font-weight: 400;
}
.widget a:hover {
    color: #C3C45A;
}
.widget ul {
    list-style: none;
    padding:0;
    margin: 10px 0 10px 20px;
}
.widget ul > li { 
    padding-left: 2em; 
    text-indent: -.7em;
}
.widget ul li:before {    
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f105';
    /*content: '\f054';*/
    margin:0 5px 0 -10px;
}
.uca_default .widget li a,
.portalUCA .widget li a {
    color: #6a6a6a;
}
.widget li a:hover {
    color: #A4A437;
}
.widget table {
    width: 100%;
    border-collapse: collapse;
}
.widget th, .widget td {
    padding: 5px;
    border: 1px solid #384850;
    padding: 5px;
}
.widget th {
    background-color: #384850;
    color: #fff;
}



.widget_footer {
    text-align: right;
    font-size: 0.8rem;
}
.widget_footer.more-items .more-link {
    height: auto;
    line-height: 4px;
}


/* ...... WIDGET MENU PERSONALIZADO .............................. */
.widget .menu .sub-menu {
    margin-left: 0;
}

.widget .menu .sub-menu .menu-item {
    padding-left: 18px;
}




/* ...... WIDGET CALENDARIO .............................. */

.widget .calendar_wrap {
    margin: 0 10px;
}
.widget .calendar_wrap caption {
    background-color: #667d88;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
}
.widget .calendar_wrap th, .widget .calendar_wrap td {
    text-align: center;
    border: none;
    font-size: 14px;
}
.widget .calendar_wrap tbody tr {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.widget .calendar_wrap tbody tr:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.widget .calendar_wrap td#today {
    font-weight: bold;
}
.widget .calendar_wrap tfoot td {
    border-bottom: none;
}

.widget .calendar_wrap td a {
    background-color: #e7e7e7;
    border-radius: 3px;
    color: #888;
    padding: 2px;
}
.widget .calendar_wrap td a:hover {
    background-color: #C3C45A;
    color: #fff;
}
.widget .calendar_wrap tfoot a {
    padding: 2px 7px;
}
.widget .calendar_wrap tfoot #prev {
    text-align: left;
}
.widget .calendar_wrap tfoot #next {
    text-align: right;
}


/*------------------- WIDGETS WPML -------------------*/
.widget .wpml-ls-legacy-dropdown,
.widget .wpml-ls-legacy-dropdown-click {
    margin: 15px 8px;
}
.widget .wpml-ls-legacy-dropdown ul > li,
.widget .wpml-ls-legacy-dropdown-click ul > li { 
    text-indent: 0;
}
.widget .wpml-ls-legacy-dropdown ul li:before,
.widget .wpml-ls-legacy-dropdown-click ul li:before {    
    content: '';
    margin: 0;
}





/*------------------------------------------ FIN WIDGETS ------------------------------------------*/








/*------------------------------------------ COOKIES ------------------------------------------*/
#uca_popup_background {
    background-color: #0008;
    color: #ccc;

    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.uca_ck_flex {
    display: flex;
}

.uca_ck_alert {
    width: 100%;
    margin-top: auto;
    height: auto;
    position: relative;
    padding: 30px 0;
    line-height: 18px;

    background-color: #FFF;
    color: #000;
    border-top: 2px solid #545454;
}
.ck_al_title {
    padding: 0 22px;
    margin-top: 0;
}
.ck_al_btns {
    display: flex;
    flex-direction: column;
}
.ck_al_btns .btn {
    margin: 10px;
}


.uca_ck_options {
    height: auto;
    line-height: 18px;

    background-color: #FFF;
    color: #000;
    border: 2px solid #545454;
    border-radius: 5px;
}
.ck_opt_options {
    margin-top: 25px;
}
.ck_opt_row {
    padding: 0 30px;
}
.ck_opt_custom_options {
    list-style: none;
    max-height: 260px;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 10px;
    background-color: #EEE;
    margin-bottom: 0;
}
.ck_opt_options .mark_bar {
    display: flex;
    justify-content: end;
    margin: 10px;
    margin-bottom: 20px;
}
.ck_opt_options .mark_bar .btn {
    margin-left: 10px;
    border: 1px solid #555;
}
.ck_opt_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 25px;
}
.ck_opt_title {
    text-align: center;
}
.ck_opt_i_title {
    font-weight: bold;
    width: 70%;
    font-size: 20px;
    align-self: self-start;
    padding-left: 15px;
}
.ck_opt_i_ctrl {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
}
.ck_opt_i_ctrl .btn-group-toggle {
    border: 2px solid #555;
    border-radius: 6px;
}
.btn-group-toggle .btn-opt {
    padding: 2px 12px;
    font-size: 12px;
}
.ck_opt_i_txt {
    margin-top: 5px;
    margin-bottom: 0;
}
.ck_opt_btn {
    text-align: right;
    padding: 10px;
    padding-bottom: 20px;
}
.ck_opt_btn .ck_opt_bt_accept {
    width: 150px;
}
.btn-opt {
    background-color: #717171;
    color: #C1C1C1;
}
.btn-opt:hover {
    background-color: #888;
    color: #FFF;
}
.btn-opt.active {
    background-color: #6db76d;
    color: #FFF;
}




/*------------------------------------------ FIN COOKIES ------------------------------------------*/









/*------------------------------------------ DRAGGABLE ------------------------------------------*/
.draggable-canvas-x {
    overflow-x: auto;
    flex-direction: row;
}

.dragging {
    opacity: 0.15;
}
.draggable {
    cursor: grab;
}

/*------------------------------------------ FIN DRAGGABLE ------------------------------------------*/





/*------------------------------------------ DEBUG ITEM ------------------------------------------*/
/********* USO: 
    <div class="debugItem"><div class="debugField"><span class="fieldName">ID</span>:<span class="fieldValue"><?php echo $gEvent->id; ?></span></div></div> 
*********/

.debugItem {
    margin-top: 20px;
    background-color: #f3f3f3;
    padding: 10px;
}
.debugField {
    width: 600px;
    background-color: #fff;
    padding: 2px 10px;
    margin-bottom: 3px;
}
.debugField .fieldName {
    font-weight: bold;
}

.debugField .fieldValue {
    float: right;
}
/*------------------------------------------ FIN DEBUG ITEM ------------------------------------------*/



/*------------------- Print  -------------------*/
.mainContent .uca_print {
    float: right;
}

.uca_print_title {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #ccc;
}
.uca_print_title_small {
    font-size: 20px;
}
.uca_print_title .uca_site_title {
    font-size: 20px;
}


/*------------------------------------------ PLUGINS ------------------------------------------*/


/*------------------- PLUGIN PDF Print Friendly  -------------------*/

body div.printfriendly {
    z-index: 1;
}
body div.printfriendly a::after {
    content: "\f1c1";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 15px;
    vertical-align: bottom;
}
body div.printfriendly a {
    background-color: #eee;
    border-radius: 3px;
    color: #888;
    padding: 4px 7px;
}
body div.printfriendly a:hover {
    background-color: #C3C45A;
    color: #fff;   
}
body div.printfriendly a,
body div.printfriendly a:link,
body div.printfriendly a:visited {
    color: #455a64;
}

/*------------------- PLUGIN Caldera Forms  -------------------*/

div.cf2-file-extra-data {
	display: none;
}


/*------------------------------------------ FIN PLUGINS ------------------------------------------*/